vote up 1 vote down star
3

What's the easiest way to implement a custom keyboard on the 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've been looking into modal views, but I'm getting the feeling I'm going in the wrong direction.

flag

2 Answers

vote up 0 vote down

Your solution sounds right.

link|flag
vote up 2 vote down

Just create a view, add it to your window, and resize the rest of the views in the window to accommodate.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.