Replace (update) a View in a ScrollableView in Titanium Mobile


/ Published in: JavaScript
Save to your folder(s)

It’s pretty straightforward, we loop the existing Views of the ScrollableView and copy each View, replacing the one to be change, to a new array. Then we tell the ScrollableView to use our new Views-array for it’s Views.
I hope this helps someone.

URL: http://www.chlab.ch/blog/archives/mobile-development/replace-update-view-scrollableview-titanium-mobile

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.