If i apply tel scheme in view 2.
After the call ends the app terminates.
Suppose my first view is login screen .
So wen the user logins he gets its state saved.
How can it be done ?
Help me Friends..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can save session information to file (e.g. in applicationWillTerminate method). Then on launch you check it and if this session info is still valid – proceed to screen 2 directly.
Check “Saving State Information” and “Commonly Used Directories” in App Programming Guide.