[TIMOB-8623] iOS: Titanium Mobile Custom Picker with infinite columns
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.0.0, Release 1.8.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, columns, iphone, picker |
Reporter | Andrew Woods |
Assignee | Unknown |
Created | 2012-04-09T12:58:38.000+0000 |
Updated | 2018-02-28T20:03:19.000+0000 |
Description
It would be nice to be able to set a picker column to infinite, for example:
column: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,etc etc
*notice the column would go back to the start after 9.
Currently, the only way to get a seemingly "infinite" column is to create an extremely long list of values for the picker, but this is not good for device resources, and is not clean in code. It would be better if a column could simply be set to infinite loop.
No comments