[TIMOB-17185] iOS: a ListView included in a ScrollableView is not correctly displayed
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-06-27T17:55:08.000+0000 |
Affected Version/s | Release 3.2.3, Release 3.3.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.3.0 |
Reporter | Federico Casali |
Assignee | Vishal Duggal |
Created | 2014-06-18T23:58:53.000+0000 |
Updated | 2017-03-22T21:49:37.000+0000 |
[~vduggal] to comment on why the docs are wrong.
Scrollable view does not support the add method on iOS. Adding views to scrollable view must be done via the addView method. Support for add() was dropped from ScrollableView in release 2.1.0 as part of the fix for TIMOB-7841
Closing ticket as invalid with reference to previous comments.