IPhone custom keyboard

What is the easiest way to implement a custom keyboard on an iPhone? I basically want an action sheet that keeps part of my interface visible, but I want to load my own view into it, preferably via nib. I was looking for modal looks, but I have the feeling that I'm going in the wrong direction.

+1
source share
1 answer

Just create a view, add it to your window and resize the remaining views in the window to place it.

+2
source

All Articles