by srinathkrishna on 6/21/21, 5:34 PM with 2 comments
Looking to hear strategies, resources to use etc.
by anosidium on 6/22/21, 12:38 AM
1. AppKit (Cocoa)
2. Catalyst
3. SwiftUI
SwiftUI is a unified cross-platform framework so the knowledge is universal across the platforms except for the platform idioms.Cocoa is exclusively for the Mac whereas UIKit is basically AppKit 2.0. It has the strengths and the improvements of AppKit without the weaknesses.
Catalyst is basically the opposite. Using UIKit framework but for the Mac.
by st3fan on 6/21/21, 9:10 PM