To convert CGPoint to NSValue:
NSValue valueXY = [NSValue valueWithPoint:CGPointMake(X, Y)];
To retrieve CGPoint from NSValue:
CGPoint mPoint=[valueXY pointValue];
This blog talks about iOS,Android,Mac,Cocoa,use of social networks, tips and tricks which can be used by you.
icon_16x16.png
icon_16x16@2x.png
icon_32x32.png
icon_32x32@2x.png
icon_128x128.png
icon_128x128@2x.png
icon_256x256.png
icon_256x256@2x.png
icon_512x512.png
icon_512x512@2x.png
icns
files." . HERE IS THE LINK
> git clone git:
//github
.com
/cocos2d/cocos2d-iphone
.git
After this command a copy of Cocos2d will exist in Cocos2DGame folder. You need to step into Cocos2DGame folder by doing
You need to install the cocos2d Mac Template in XCode