YNDropDownMenu
The eligible dropdown menu for iOS, written in Swift 4, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)
Requirements
YNDropDownMenu
written in Swift 4. Compatible with iOS 8.0+
Installation
Cocoapods
YNDropDownMenu is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Carthage
github "younatics/YNDropDownMenu"
Usage
Init view with frame[CGRect]
, Views[UIView]
and Titles[String]
done!
Inherit YNDropDownView (If you need)
Customize
Show & Hide Menu
Disable & Enable Menu
Always/Normal selected button label
Button Image with 3 situations (normal, selected, disabled)
Label color with 3 situations
Label font with 3 situations
BlurEffectView
Animation duration
Animation velocity, damping
Change Menu Title At Index
Change View At Index
Change Bottom Line