In this video, start by fixing the UI issue discovered in the previous video.
Next, we install a dependency to handle keyboard visibility whenever a textfield is active.
We also add validations to the name field of the order page so that we display an error message whenever a user tries to place an order with an empty name
Finally, when the order button is clicked, we make a post request to place an order for that particular customer and display the success message.
Additional Resources:
Complete Yummie UI: https://github.com/EMacco/ios-tutoria...
Yummie Full App: https://github.com/EMacco/ios-tutoria...
Associated Values: • iOS Dev 12: Associated Values | Swift...
Say Hi on Social Media:
LinkedIn: /
Twitter: / its_macco
Video Content
1. Introduction 00:00
2. Fixing UI issue 01:08
3. Install Keyboard Manager 05:00
4. Install IQKeyboardManagerSwift 02:49
5. Validate name field for order 07:20
6. Implement request method 10:10
7. App Launch and Debugging 18:33
8. Conclusion 19:35