Updates
- Bug fixed
- Add setBackground Function
- Changed M_PI to double.pi
- Support Upside Down
- Add
alwaysSelected(at index: Int)
method in YNDropDownView
- Add
normalSelected(at index: Int)
method in YNDropDownView
and YNDropDownMenu
- Add
changeMenu(title: String, status: YNStatus, at index: Int)
method in YNDropDownView
and YNDropDownMenu
- Add bottom line for seperator
- Update Podspec
- Directory Changed
- Add
changeView(at index: Int)
function in YNDropDownMenu
- Code refactoring
- Bug Fixed
- Deprecated Functions
- Add
changeMenuTitleAt(index: Int, title: String)
function in YNDropDownView
and YNDropDownMenu
- Add override method
dropDownViewOpened
called when drop down view opened in YNDropDownView
- Add override method
dropDownViewClosed
called when drop down view closeed in YNDropDownView
- Init method
YNDropDownMenu(frame: frame, YNDropDownViews: [YNDropDownView], dropDownViewTitles: [String])
deprecated in YNDropDownMenu
- Add
alwaysSelectedAt(index: index)
function in YNDropDownMenu
- Init style added UIView and YNDropDownView
- Inherit YNDropDownView instead of UIView to add views for YNDropDownMenu
- Available to call hideMenu in YNDropDownView
- Support Carthage #1