Skip to content

Releases: PhamBaTho/BTNavigationDropdownMenu

Swift 5

16 Nov 09:52
Compare
Choose a tag to compare

Compatible with Swift 5 and Xcode 10.2+

Fixed

  • Update deprecated index(of:) to firstIndex(of:) (#156)
  • Remove ImplicitlyUnwrappedOptional to be compatible with Swift 5.

Improved

  • Update project configuration to be compatible with Swift 5 and Xcode 10.2+
  • Use system font as default value of navigationBarTitleFont.

Support Carthage

19 Feb 15:36
9244bde
Compare
Choose a tag to compare
  • Merged PR #145: Carthage support.

Swift 4.2!

18 Sep 17:02
Compare
Choose a tag to compare
  • Support Xcode 10 and Swift 4.2

0.4.1

01 Aug 12:08
Compare
Choose a tag to compare
  • Merge PR #71: Now you can configure selectedCellTextLabelColor. arrowTintColor, navigationBarTitleFont
  • Merge PR #75: Now you can keep navigation title static when selecting items in dropdown menu
  • Change keepSelectedCellColor to shouldKeepSelectedCellColor
  • Fix a bug in updateItems() when updating menu view after HTTP request.

0.4

22 Jul 16:49
Compare
Choose a tag to compare
0.4
  • Resolve issue #57 and #63. Now you can scroll to the last one when the list is longer than screen's height.
  • Resolve issue #62 (Alternate scope initialization). Now you can initialize menuView where title parameter doesn't need to be one of the items array.
  • Resolve issue #68. Now, you can use updateItems(items: [AnyObject]) to update items for the dropdown menu after it has been initialized.
  • Add containView as parameter when initializing menuView.

0.3

17 Apr 11:57
Compare
Choose a tag to compare
0.3
  • Add toggle() functions
  • Add keepSelectedCellColor property
  • Fixed issues #41
  • Fixed issues #38