ios - Not able to add appdelegate in object /// cocos 2d uikit integration -


i create new cocos 2d project. want integrate ui kit in it. have followed ray wendelich tutorial , on how integrate uikit , cocs 2d.

i have completed tutorial when create own project. not able add appdelegate class of object in identity inspector.

as can see in image, there no option appdelegate (in drop down list) object, in raywenderlinch tutorial shown.

enter image description here

use appcontroller instead of appdelegate. tutorial referring old cocos2d version.

in cocos2d 2.0 onwards used appcontroller in place of appdelegate.

again don't know why cocos2d team doing kind of simple naming changes !!!


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -