Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When the user touches a UITextField a keyboard normally slides up from the bottom of the screen.

Is there a way to make the keyboard appear at the top of the screen instead of the bottom?

share|improve this question

2 Answers

up vote 6 down vote accepted

No, that would be against the UI guidelines and since keyboards are made/controlled/managed by Apple there is no API to do this. At least, not a documented way I'm aware of.

share|improve this answer
1  
Also on a personal note I can say it would annoy me to no end to have an app where the keyboard appeared in a non-standard position. Instant-delete :) – rfunduk Sep 22 '10 at 19:21
I agree completely with thenduks. One of the strong points of the Apple domain is the strong UI guidelines. I can't stand when people start screwing with things.. like moving buttons around from their normally expected positions. – Chris Lively Sep 22 '10 at 19:23
It'd also be unusable! Any UI below the keyboard would be obscured by my finger(s)/thumb(s) and I'd have to change the way I'm holding the device to be able to get to the keyboard. Immediate delete. – bbum Sep 22 '10 at 20:00

Is there a way to make the keyboard appear at the top of the screen instead of the bottom?

Easy. Turn your phone/iPod/iPad upside down!

(technically this is an answer!)

share|improve this answer
Not a very good one though. – node ninja Sep 24 '10 at 20:01
Obviously no sense of humour? Oh well.. – ohhorob Sep 24 '10 at 23:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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