- Notifications
You must be signed in to change notification settings - Fork3
Fully automatic managed circular image array above UIKit.
License
NotificationsYou must be signed in to change notification settings
chanonly123/ProfileClusterView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fully automatic managed circular image array.
• DragProfileClusterView.swift
file into your project
• Add aUIView
into interface builder
• Set it's class toProfileClusterView
let profileCluster = ProfileCluster()
viewProfiles.configureCount = { return 10}
viewProfiles.configureImageView = { cluster in cluster.imageView.image = something}// orviewProfiles.configureImageViewCustom = { cluster in let view = UIView() // create your view cluster.view.addSubview(view)}
viewProfiles.configureMoreView = { cluster in cluster.label.backgroundColor = .blue}// orviewProfiles.configureImageViewCustom = { cluster in let lbl = UILabel() lbl.text = "+\(cluster.more)" cluster.view.addSubview(lbl)}
Contributions are always welcome!
This project is licensed under the MIT License - see theLICENSE.md file for details
About
Fully automatic managed circular image array above UIKit.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published