1

I have created custom keyboard and custom system keyboard.Both are working But I need to implement UIPageControl in my custom keyboard part. If I choose the custom keyboard.(Using UIView) it is very hard to implement.

I need a solution for following areas.

My first issue is :

Custom keyboard is working with the app only. Once I install, if I exit my app , go other app developed my Custom system keyboard will show. Is there any way to configure within my app only.

I found some ideas from this link. Please suggest any idea.

The second issue is:

I have to implement the pagination like this Without pagination, it is working.

It would be helpful if you provide any help.

Community
  • 1
  • 1
Piraba
  • 6,974
  • 17
  • 85
  • 135

1 Answers1

-1

If you want the keyboard to be app only you should be creating a custom keyboard via UIView only.

With regards to pagination in a UIView, couldn't you simply put a UIScrollView into the UIView and recreate horizontal pagination?

Sam
  • 49
  • 1
  • 3