Keyboard in SpriteKit

Hello All,


Could you please help me, how can I add fixed keyboard controller in my spritekit project? The screen will be portrait and I want the bottom half of the scene to be the keyboard only with numbers.


Thanks in advance,


Cheers,

Replies

That question would better be in SceneKit part of the forum.

I believe the recommended way to do this is by having your custom keyboard-controlled responder (sounds like your SpriteKit view in this case) adopt the

UIKeyInput
protocol. Rather than the SceneKit board, this thread should probably be moved to the Cocoa Touch board.