Here's a tip:
XCode will suggest what you can write in some cases. You can start it off by first typing something like:
CCMenuItemSprite *button = [CCMenuItemSprite item then hit ESC on your keyboard and a list of options will appear. This list of options includes the parameters for each method you could call on the CCMenuItemSprite. You can also always rightclick on CCMenuItemSprite and select "Jump to Definition" to view what the class can do.
-robodude666



