Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19338] iOS: cacheSize property does not work on XML

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelscachesize, engTriage, scrollableview
ReporterCreative
AssigneeUnknown
Created2015-08-04T10:26:36.000+0000
Updated2019-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
}

Comments

No comments

JSON Source