New
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
titleparameter 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.