0

I am creating a keyboard extension for ios

I just want an scroll strip at the upper part of the keyboard which would be some say some emojis.

But i want the native keyboard functioning as usual , jut a view on top of keboardview.

Do i need to implement the whole native keyboard ?

What the easy way to achieve this.

Please guide

Thank you

Queshi Zakir
  • 464
  • 1
  • 6
  • 15

2 Answers2

0

You can use inputAccessoryView

Please refer

enter image description here

techloverr
  • 2,597
  • 1
  • 16
  • 28
  • i want a custom keyboard which would not be specific to an app , it would show a horizontal bar above the keyboard , for that i have also created an extension. – Queshi Zakir Mar 08 '16 at 13:13
0

What you want simply can't be done in the current version of iOS (9.2). If you want to add functionality to the keyboard on a systemwide basis, you have to implement it all yourself, including the keyboard.

Ben Pious
  • 4,765
  • 2
  • 22
  • 34