iOSDC2020
- Reasons to migrate
- There may be things that can only be done with SwiftUI in the future.
- Are there already such things?
- Reasons not to migrate
- It is still unstable.
- It is difficult to mix with other frameworks.
- There is no urgency.
- Let’s create a prototype before migrating.
- If the design is difficult to create with SwiftUI, it may mean that it does not conform to Apple’s HIG.
- If that’s the case, let’s redesign the design.
- If the design is difficult to create with SwiftUI, it may mean that it does not conform to Apple’s HIG.
- Let’s learn Combine and SwiftUI together.