Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

eurekor

macrumors member
Original poster
Mar 12, 2012
36
0
UK
Hi All

Back in 2010, when I was studying for iOS programming, COCOA language was sometimes recommended for certain type of iOS programming projects. Is it still the case? Any one using this language / tool?
 
Cocoa is not, and has never been, a language (in the iOS context).

Cocoa is a framework, or set of class libraries:
http://en.wikipedia.org/wiki/Cocoa_(API)

In iOS, its exact name is Cocoa Touch. This distinguishes it from the classical Cocoa framework on Mac OS X, which has quite different classes, and no touch-interaction capabilities at all.
 
The use of Cocoa Touch is really an issue of what type of app you have. If it's a game you should probably look into other tools like Sprite Kit and Unity.

However, for most other apps, using Apple's array of tools allows you to quickly adapt to changes because Apple can change things quickly.

This may or may not make a difference to your app as the changes might be for something you don't use.

I would look at the goals of the app and see which tools are best for meeting those goals.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.