Xcode is an IDE from Apple which integrates design, coding, testing, and debugging capabilities for Mac OS and iOS software development.
3
votes
1answer
306 views
Xcode workspace with Unity3D as a sub-project?
Let's say we're developing a 2D game with Cocos2d-iPhone and UIKit and CoreAnimation. But we're also considering leveraging the 3D capabilities of Unity 3D.
Is it possible that we add the ...
3
votes
0answers
297 views
FPS Drop after upgrading to XCode 4.3
I'm hoping someone else has experienced this and subsequently found a solution as I am about to light my own hair on fire in frustration.
Simply put, I was creating a Cocos2D app using XCode 3.2.6 ...
0
votes
0answers
16 views
Doesn't clear sandbox after Quit game in IOS6
I created a turn based game by using game center. When I quit the game , in sandbox it doesn't clear. All quit games are listed in sandbox. How can I clear the sandbox ?
Thank you.
0
votes
0answers
30 views
how do stack the UIImage together and wavering or swing?
i will like to know how do this app stack up uiimage and wavering in UIKit.
i am following this http://stackoverflow.com/questions/13589392/xcode-using-a-uiimageview-subclass-with-nstimers
to have ...