UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

7 lines 249 B
if (OS_IOS) { // If the user is already logged in, show the home view. If // the user is not yet login, show the login view. Alloy.createController(Alloy.Models.user.validateAuth() ? 'home' : 'login').getView().open(); } else { $.index.open(); }