priya
priya

Reputation: 315

textfield and textview for sprite

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

Answers (1)

Related Questions