[TIMOB-1440] scrollview zoomScale bug
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:52:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | scrollview, zoomscale |
Reporter | Vitaly Virulaine |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:52:31.000+0000 |
Updated | 2017-03-09T21:26:05.000+0000 |
Description
for(i=0;i<10;i++)
{ views[i].zoomScale = 0.5; }
Only first 5 views scaled without problem, next 5 ignored or zoom was wrong (empty space above the view). I tried same files with different file names, it cannot be because of files. Looks like Titatium cannot handle all views in 1 cycle.
Not enough information.
Closing ticket as invalid.