Showing keyboard on SKScene - Swift
Showing keyboard on SKScene - Swift
- Subject: Showing keyboard on SKScene - Swift
- From: Devarshi Kulshreshtha <email@hidden>
- Date: Mon, 29 Sep 2014 09:22:44 +0530
I am trying to show keyboard over an SKScene, I followed below steps:
1. Created a subclass of UIView - KeyboardDummyView
2. Implemented protocol UIKeyInput in it
3. Added a subview to GameViewController
4. Changed class of subview added to KeyboardDummyView
For some reasons it is not working as expected, here is the sample code:
https://github.com/Daemon-Devarshi/KeyboardOverSKScene
Kindly suggest if I am doing anything wrong?
Thanks,
Devarshi
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden