All Versions
15
Latest Version
Avg Release Cycle
139 days
Latest Release
1521 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7 Changes
November 16, 2020Compatible 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+
- 0๏ธโฃ Use system font as default value of
navigationBarTitleFont
.
-
v0.6 Changes
February 19, 2019- ๐ Merged PR #145: Carthage support.
-
v0.5 Changes
September 18, 2018- ๐ Support Xcode 10 and Swift 4.2
-
v0.4.1 Changes
August 01, 2016- ๐ง 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.
- ๐ง Merge PR #71: Now you can configure
-
v0.4 Changes
July 22, 2016- 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.
-
v0.3 Changes
April 17, 2016 -
v0.2.1 Changes
January 10, 2016- Public show() and hide() functions
- Public isShown property
-
v0.2 Changes
December 15, 2015- Passed navigationController when initializing
- โ Added the alignment of the text inside cell
- ๐ Fixed issue #16: Sometimes navigationController is nil
-
v0.1.8 Changes
September 15, 2015- ๐ Fixed issue: Sometimes navigationController is nil
-
v0.1.7 Changes
September 04, 2015- ๐ Use optional for some properties that relating to navigation controller