I have a CCTextField
that is hidden until the user taps on an object, which then adds it to the node tree and it's visible.
Currently, the user must then tap the CCTextField
to activate the iOS keyboard and begin entering text.
Is there a way to programmatically initiate the keyboard appearing ?
becomeFirstResponder
isn't working.