iOS Developer Question:

Explain the difference between Cocoa and Cocoa Touch?

Tweet Share WhatsApp

Answer:

Cocoa is an Application Framework that enables development of Applications in Mac OS X Environment. It is basically a combination of two Frameworks i.e., Appkit Framework and Foundation Framework. Cocoa Touch is an Application Framework for iPod Touch. Iphone and iPad. It includes the Foundation Framework and UIKit Framework.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
What are Selectors in Objective-C?What is "Protocol" on objective c?