[TIMOB-11857] iOS 6: Support UICollectionView
GitHub Issue | n/a |
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-11-26T19:11:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Bert Grantges |
Assignee | Ingo Muschenetz |
Created | 2012-10-31T18:14:59.000+0000 |
Updated | 2014-06-19T12:44:19.000+0000 |
Description
Steps to Reproduce
iOS 6 has opened up the UICollectionView as new element for displaying data collections to users.
Would really be a solid enhancement over our abstracted DashboardView and falls into the 'Native Element' category.
Actual Result
Doesn't exist today in Titanium outside of custom modules
Expected Result
This should exist under Ti.UI.iOS as an accessible ui element
Comments
JSON Source
Additionally - it would be very cool to correspond this component to the Android's GridView component - if that was done it could be abstracted back out to the top level Ti.UI object. This would be VERY useful for ui layouts.
Closing as duplicate of TIMOB-11206