iPhone SDK Game Development: Do I Need Cocoa Knowledge?

RoystonChan

New member
Joined
Oct 1, 2011
Messages
0
Reaction score
0
Points
0
Hello everyone I am planning to develop some iphone games to contribute them to the market. But I just got really confused after I read something called "Cocoa".

I know C, C++ and Objective C and I just want to ask will I need Cocoa to make iPhone games. If yes, when will I need cocoa during programming the game?
What's Cocoa For Then?
 
objective-c is what apple uses for their computers and iphones. but Cocoa specifically is a platform for the iphones and ipads that uses objective-c. you will need to know cocoa to make any sort of game, but it should not be extremely difficult if you know as much as you say you do about c++ and objective-c
 
Back
Top