Releases: PhamBaTho/BTNavigationDropdownMenu
Releases · PhamBaTho/BTNavigationDropdownMenu
Swift 5
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
- Merged PR #145: Carthage support.
Swift 4.2!
- Support Xcode 10 and Swift 4.2
0.4.1
- 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
toshouldKeepSelectedCellColor
- Fix a bug in
updateItems()
when updating menu view after HTTP request.
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.