I have a tab bar in which each form (of tab items) has several components. I need to access certain components in certain forms (tab items) which have not been clicked even once. If I try to do so, it returns null values for the components present on the form which has not been clicked once. I have tried using Creation policy set to all, but that is not solving the purpose. I guess setting creation policy to all creates only the forms on application load but not the subcomponents of forms.
Any pointers in this direction will be really helpfull.
Thanks
Sandy
If you’re using ViewStack, set creationPolicy=”all” on it – it will create all tabs. Access them after “initialize” event.