Skip to content

0.4

Compare
Choose a tag to compare
@PhamBaTho PhamBaTho released this 22 Jul 16:49
· 71 commits to master since this release
  • 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.