BTNavigationDropdownMenu v0.4 Release Notes

Release Date: 2016-07-22 // almost 8 years ago
    • 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.