Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.4.tar.gz | 2016-07-22 | 734.0 kB | |
0.4.zip | 2016-07-22 | 752.6 kB | |
README.md | 2016-07-22 | 471 Bytes | |
Totals: 3 Items | 1.5 MB | 0 |
- 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.