Explain the difference between cocoa and cocoa touch?
Answer / Chaman Singh Negi
Cocoa is a framework used for developing Mac OS X applications, while Cocoa Touch is a layer on top of Cocoa that is specifically designed for iOS app development. Cocoa Touch provides developers with access to many features specific to mobile devices such as touch input, accelerometer data, and the ability to integrate with other apps through the use of URL schemes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a "delegate" retained in ios?
Can you please explain the difference between nsarray and nsmutablearray?
What is reference count in ios?
Tell me what is fast enumeration?
What is meaning of 'readonly' keyword?
How to implement "load more" using nsfetchedresultscontroller?
What is cocoa and cocoa touch?
What happens when IApplication does not handle an event?
What are the lifecycle events of uiviewcontroller?
What is framework in ios?
What is race condition in ios?
What is the difference between stack and heap?