i need some code for my task:
i.e.
if any user login and do remember for username and password then in next launch login view must not come. infact it will come second view.
How it will possible.
Wait for your ideas
Thanks,
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.
Keychain if user selected “remember me”.
do the login process yourself. If login process takes time, use an
activity indicator or something to make user wait.
to remove credentials from keychain. So on next launch, since there is no credential in keychain, login page must be shown