18. Fetch Dishes By Category | Swift 5, XCode 12

Опубликовано: 15 Октябрь 2024
на канале: Emmanuel Okwara
1,773
66

In this video, we connect the UI to the backend so that we can fetch a list of dishes belonging to a particular category.

We start by implementing the request method, then we make a request to the backend with an additional query parameter, category.

Finally, we update our UI with the list that was returned from the backend.

Additional Resources:
Complete Yummie UI: https://github.com/EMacco/ios-tutoria...
Yummie Full App: https://github.com/EMacco/ios-tutoria...

Say Hi on Social Media:
LinkedIn:   / ​​  
Twitter:   / its_macco  

Video Content
1. Introduction 00:00
2. Implement request method 0:38
3. Make request and update UI 03:20
6. App Launch 05:33
7. Conclusion 06:40