Cocoa versus Cocoa Touch - What is the difference?

前端 未结 6 830
逝去的感伤
逝去的感伤 2020-12-23 19:42

I am learning iOS development in Objective-C, and I have found a lot of code examples.

Some of them, though, say that they are only for Mac OS X (not iOS).

C

6条回答
  •  旧巷少年郎
    2020-12-23 20:07

    Cocoa versus Cocoa Touch-

    Cocoa - It is the application framework used for Mac OSX,

    Cocoa Touch - It is the application framework used for iPhone and iPod touch

    Cocoa - Foundation + AppKit Framework,
    Cocoa Touch - Foundation + UIKIT Framework

提交回复
热议问题