I have simple login form
I am using SQLite database which has fields like Username and password.
I want to do simple login through my view.
It will check username and appropriate password.
How can I do this?
I have searched a lot in stack as well as on web.But can’t get the proper solution.
Help me out.
I have simple login form I am using SQLite database which has fields like
Share
You can use keychain to store and retrieve user/password pairs. Here is a similar question answered – iOS: How to store username/password within an app?.