- Upgrade for Swift 5.0
- Upgrade for Swift 4.0
- Bug fixed
- Add setBackground Function
- Bug fixed
- Minor UI Update
- Make Framework
- Changed M_PI to double.pi
- Support Upside Down
- Add UITest
- Add more docs
- Add more docs
- Fixed bug #8
- Merged #7
- Add
alwaysSelected(at index: Int)
method inYNDropDownView
- Add
normalSelected(at index: Int)
method inYNDropDownView
andYNDropDownMenu
- Add
changeMenu(title: String, status: YNStatus, at index: Int)
method inYNDropDownView
andYNDropDownMenu
- Add bottom line for seperator
- Support SPM
- Add Cocoapods doc
- Swift version changed
- Update Podspec
- Directory Changed
- Update Podspec
- Add apple doc
- Update Podspec
- Bug fixed #4
- Add
changeView(at index: Int)
function inYNDropDownMenu
- Code refactoring
- Bug Fixed
- Deprecated Functions
- Add
changeMenuTitleAt(index: Int, title: String)
function inYNDropDownView
andYNDropDownMenu
- Add override method
dropDownViewOpened
called when drop down view opened inYNDropDownView
- Add override method
dropDownViewClosed
called when drop down view closeed inYNDropDownView
- Init method
YNDropDownMenu(frame: frame, YNDropDownViews: [YNDropDownView], dropDownViewTitles: [String])
deprecated inYNDropDownMenu
- Add
alwaysSelectedAt(index: index)
function inYNDropDownMenu
- Add Image Folder
- Init style added UIView and YNDropDownView
- Customize UIFont
- Inherit YNDropDownView instead of UIView to add views for YNDropDownMenu
- Available to call hideMenu in YNDropDownView
- Support Carthage #1