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