I am trying to create a login page in iphone, using sqlite.
I need suggestions ,how to create login form with username /password authentication.
For successful login – user should navigate to next page.
Otherwise giving user a error message: login failed.
Can you guys suggest me some tutorial or some guideline to create login form.
I’m not sure to understand what you don’t check. Could you explain a little bit more ^^?
But you have two options to show textView & co :
– UITableView with differents sections and rows.
– UIScrolLView
First create the User Interface. What do you need ?
– UITewtView for Login ?
– UITewtView for Password ?
– Checkbox for “cookie” ?
– Others options ?
– And Submit Input
Then Create the UI ^^
When you have your UI, just check informations, do the sqlite request etc.
If you have further questions… 🙂