What is cocoa and cocoa touch?
Answer / Avinash Rai
Cocoa is a framework used for developing MacOS applications, while Cocoa Touch is the framework for iOS application development. Both are based on Objective-C programming language and provide common services for their respective platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens when you invoke a method on a nil pointer?
Which API is used to write test scripts that help in exercising the application's user interface elements?
What are the different store migration options? When are they used? How do they work? What is mapping model?
Major difference between delegate and notification?
What is autorealease pool?
How to start a thread?
How to delete images in ios?
Do you know which json framework is supported by ios?
What is cococa and cocoa touch?
What is delegate in ios objective c?
What is messaging? What is message forwarding?
You wish to define your custom view. Which class will be subclassed?