[TIMOB-19338] iOS: cacheSize property does not work on XML
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | cachesize, engTriage, scrollableview |
Reporter | Creative |
Assignee | Unknown |
Created | 2015-08-04T10:26:36.000+0000 |
Updated | 2019-12-10T22:21:52.000+0000 |
Description
The ScrollableView does not load onto the screen when I assign the cacheSize property in the XML, like:
<Alloy>
<ScrollableView id="slider" cacheSize=5 />
</Alloy>
It also does not work when I assign a string cacheSize="5"
.
Feature seems to work when i add it using .tss:
"#slider": {
cacheSize: 5
}
No comments