Hello
I wonder if Titanium has preloads and if I can do it for a specific view.
regards
1 Answer
Well, you could create the view, add all your components but keep hidden until you need it.
- Simply create your view with the following attribute:
visible: false. - And when you need to display it, simply call the
show()function on the view.
Your Answer
Think you can help? Login to answer this question!