Ultimate SwiftUI Mock Interview AppStore
Please rate the course
Source:
Category:
Language:
English
Duration:
05:11:27
Number of lessons:
15
Added date:
26/06/2024
Rating:
0.0
Course short description
Ready to become a professional developer? After this course, you'll be ready for any type of interview. Prerequisites: Basic SwiftUI skills, Understanding of networking.
Course Topics
- Rendering SwiftUI views with NavigationStack, ScrollView, Searchable, GeometryReader, AsyncImage, etc.
- Fetching JSON with Async/Await
- Decoding JSON with Codable Protocol
- ScrollView snapping with scrollTargetLayout and scrollTargetBehavior
- iOS 17 #Observable macro
- Transform old completion handlers into async await code with Continuations
- Image caching using NSCache and AsyncImage