All Versions
15
Latest Version
0.7
Avg Release Cycle
139 days
Latest Release
1228 days ago

Changelog History
Page 1

  • v0.7 Changes

    November 16, 2020

    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+
    • 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 to shouldKeepSelectedCellColor
    • ๐Ÿ›  Fix a bug in updateItems() when updating menu view after HTTP request.
  • 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
    • โž• Add toggle() functions
    • โž• Add keepSelectedCellColor property
    • ๐Ÿ›  Fixed issues #41
    • ๐Ÿ›  Fixed issues #38
  • 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