With this set of step by step Swift video tutorials you will learn one of the most common must to have functionality for your mobile application: User registration, Sign in and Sign out. To break it a little bit in more details you will learn:
- Create user interface for Sign up, Sign in and protected page,
- Collect data from UITextFields and make use of them,
- Validate UITextFields for empty values and compare Strings,
- Create UIButton(s) in Swift and learn how to handle button events,
- Convert NSDictionary into JSON in Swift and convert data received from server side from JSON to NSDictionary,
- Send HTTP Get and HTTP Post request in Swift
- Learn to add Headers to HTTP Request and include JSON payload into HTTP Request Body,
- Display Alert messages,
- Display spinning activity indicator letting the user know they need to wait a little white mobile application is communicating with a remote server,
- How to store sensitive data into iOS Keychain, how to read from ISO Keychain and how to remove data from iOS Keychain,
- How to implement token-based authentication for your Swift mobile application communicating with RESTful Web Services built in Java.
Lot’s of very useful information explained to you in step by step video tutorials!
Happy learning!
User Sign in, Sign up and Sign out in Swift - 1. Introduction
User Sign in, Sign up and Sign out in Swift - 2. Creating Sign in User Interface
User Sign in, Sign up and Sign out in Swift - 3. Sign Up Page User Interface
User Sign in, Sign up and Sign out in Swift - 4. Protected Page User Interface
User Sign in, Sign up and Sign out in Swift - 5. Sign in Page Outlets
User Sign in, Sign up and Sign out in Swift - 6. Sign Up Page Outlets
User Sign in, Sign up and Sign out in Swift - 7. Dismiss Sign Up Page
User Sign in, Sign up and Sign out in Swift - 8. Protected Page Connection Outlets
User Sign in, Sign up and Sign out in Swift - 9. Presenting Sign up page
User Sign in, Sign up and Sign out in Swift - 10. Sign up Page Swift Code
User Sign in, Sign up and Sign out in Swift - 11. Sign In Page Swift Code
User Sign in, Sign up and Sign out in Swift - 12. Save Access Token in Keychain
User Sign in, Sign up and Sign out in Swift - 13. Skipping Sign In Page
User Sign in, Sign up and Sign out in Swift - 14. Sign out & Clean Keychain
User Sign in, Sign up and Sign out in Swift - 15. User Access Token to Load User Profile