Reputation: 315
I need to use uitextfield
and uitextview
as sprites in my xcode app. How can I define them?
A label can be defined like
CCLabelBMFont *StatusLabel;
How can I use textfield and textview?
Upvotes: 1
Views: 253
Reputation: 40
refer the link below http://www.cocos2d-x.org/embedded/cocos2d-x/d6/d5c/class_c_c_text_field_t_t_f.html
Upvotes: 1