简体   繁体   中英

how to create iPhone Login/logout App?

I want to create an application with Loginview first view so the procedure is as follows: Login interface appear if the user is Logout so if it is, another interface that appear with a button to logout or Exit

my question: how to ensure that when a user is login when the applications Restart directly the second view so appear?

thx

You can verify the user's credentials on application start in the AppDelegate. If the user has valid credentials you can display the logged-in view.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM