Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

103 lines (73 loc) · 4.02 KB

Updates

  • 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 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
  • 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 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
  • 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