SwiftUI
Now, Overview Available 28 Nov 2019
I recently modified one of my apps, Conjugar, to use SwiftUI rather than UIKit for its settings screen. I hereby present, for the reader’s edification and enjoyment, some observations and learnings from this process. I cover:
- Spurious reasons not to learn SwiftUI
- How to learn
- Naming
- Dependency injection in a mixed UIKit/SwiftUI app
- Stack Overflow filling a gap
- Animation
- Unit-testing SwiftUI