+ 6
Difference between UIKit and Cocoa in swift as if in online compilers why we have to include them and what they contains
as apple said their is no need to include library for input output
1 Réponse
+ 1
Cocoa is the standard library of Objective-C, containing many of the essential frameworks such as Foundation, AppKit, and Core Data.
Cocoa Touch is basically just Cocoa with UIKit substituted for AppKit.
AppKit and UIKit are entire topics unto themselves. It’s much more likely that the two would take further steps to unify than be rewritten or adapted to Swift.