iOS8 Custom Keyboard using Storyboards

前端 未结 2 1980
天命终不由人
天命终不由人 2021-02-07 19:53

Anyone know how to create a custom iOS keyboard in Xcode6 using storyboards? I\'ve built a keyboard fully using code using a single application template. It works fine, but I wa

2条回答
  •  你的背包
    2021-02-07 20:06

    Under the extension, inside the info.plist file, under NSExtension Dictionary, add a new item called NSExtensionMainStoryboard, set the name according to your storyboard name, and then remove the NSExtensionPrincipalClass.

    Note: tested in Xcode 6.4, using Swift.

提交回复
热议问题