如果想在程序里面添加一个按钮“退出”,可以调用

1
[[UIApplication sharedApplication] terminateWithSuccess];

在cocos2d-iphone中添加退出按钮后的响应函数:

1
2
[[CCDirector sharedDirector] end];
[[UIApplication sharedApplication] terminateWithSuccess];