|
|
|
|
|
by dep_b
167 days ago
|
|
Problem with SwiftUI is that it only works well on macOS 26, maybe one version prior. AppKit works well on all macOS versions. Building a macOS 26 only app in SwiftUI today is a great UX, just as fast as AppKit. But it takes quite some effort to turn an iOS SwiftUI app into a real macOS experience. Though most macOS optimizations help for iPadOS as well. |
|