You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently setCenterWindow works only with deprecated Titanium.UI.iPhone.createNavigationGroup (need to access statusBarStyle property).
The documentation says: This class replaces the Titanium.UI.iPhone.NavigationGroup class. However please note that this object is a window and is supposed to be used as a top level container. This can not be added to other windows.
UPDATE : My Bad, it does work! Please close this issue.
The text was updated successfully, but these errors were encountered:
Currently
setCenterWindow
works only with deprecatedTitanium.UI.iPhone.createNavigationGroup
(need to access statusBarStyle property).The documentation says: This class replaces the Titanium.UI.iPhone.NavigationGroup class. However please note that this object is a window and is supposed to be used as a top level container. This can not be added to other windows.
UPDATE : My Bad, it does work! Please close this issue.
The text was updated successfully, but these errors were encountered: