Top "Cocos2d-iphone" questions

Objective-C version for iOS & OS X of Cocos2d.

How to get UITouch location from UIGestureRecognizer

I want to get the UITouch location of my tap from UIGestureRecognizer, but I can not figure out how to …

ios objective-c xcode cocos2d-iphone uigesturerecognizer
How to draw a line with Cocos2d-iPhone

I'm trying to get to grips with Cocos2d by trying to accomplish simple things. At this point, I have …

iphone objective-c cocoa-touch cocos2d-iphone
How can I detect touch in cocos2d?

I am developing a 2d game for iPhone by using cocos2d. I use many small sprite (image) in my …

iphone objective-c cocos2d-iphone
Detect when UIGestureRecognizer is up, down, left and right Cocos2d

I have a CCSprite that I want to move around using gestures. Problem is I'm completely new to Cocos2D. …

iphone xcode cocos2d-iphone uigesturerecognizer
Choose a destination with a supported architecture in order to run on this device

my Xcode is Version 4.4.1 The project worked perfect before updating to this newer version, but now it stopped working

objective-c cocos2d-iphone xcodebuild
Admob bannerView Request Error: No ad to show

I'm having this issue on one of my ads for an ios game Here is my code, the odd thing …

ios objective-c cocos2d-iphone admob
duplicate symbol _OBJC_METACLASS_$_ClassName

I am trying to run my cocos2d application and facing this error, as I have recently upgraded my sdk …

objective-c cocos2d-iphone
Unity vs Libgdx vs Cocos2d-x

I'm a Android and a Software Programmer. Currently I know three languages C++, C#, Java. Now I want to make …

cocos2d-iphone unity3d libgdx game-engine
UITextField Example in Cocos2d

Can anyone please suggest some links for using UITextField in cocos2d. I want to press on label, then the …

objective-c cocos2d-iphone textfield
Cocos2d adding a background image to a layer?

I just finished reading some of the cocos2d documentation, and as far as I understand to add a background …

iphone cocos2d-iphone layer scene