Skip to content

Lesson 08: Advanced Swift

Tomas Cejka edited this page Aug 31, 2022 · 5 revisions

Speaker: Tomáš Čejka

Content

Advanced coding structures in Swift. The playground contains advanced Enums, Protocols, Generics or basic Swift Concurrency samples.

Resources

Homework

  • Implement episode detail
    • Use the same design as for the location detail but write it in SwiftUI
    • Mock the “Appearing characters” the same way as they are mocked in the location detail
    • The top right icon presents the web view that we created during the UIKit<>SwiftUI interop lecture
    • Use Image.systemSafari for the top right icon

Clone this wiki locally