views:

198

answers:

1

In cocos2d how to bring a Input dialog box for getting user name. Is there any way than using view based application?

A: 

Cocos2d does not provide with a way of doing that. You would have to either build you own solution or use UIKit to add a UITextField for example.

pabloruiz55