iOS 8 : Keyboard Extension. Issue with adding pop up of keys

前端 未结 3 522
执笔经年
执笔经年 2020-12-31 18:17

I am building my Keyboard Extension app and i have added key pop animation on button when user tap on it. It works fine for inside image but for top row image pop up area be

3条回答
  •  轮回少年
    2020-12-31 18:19

    I don't think you are allowed to display anything outside of the keyboard view; it will get automatically clipped.

    https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html

提交回复
热议问题