preload

You must Login before you can answer or comment on any questions.

Hello

I wonder if Titanium has preloads and if I can do it for a specific view.

regards

— asked 8 months ago by antonio medel
1 Comment
  • Hi Antonio,

    What specifically you mean by preloads ? please provide an example to clarify.

    — commented 8 months ago by Perminder Singh Bhatia

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!