In my app I'm using an UIView as my inputView for a UITextField. The UIView height is 252. The problem is that when the textfield becomes first responder only the top 216 pixels are shown. Is there a max height for UITextField inputView?

link|improve this question

50% accept rate
Other pixels are hidden by keyboard? Or view becomes trimmed on screen? – Roman Temchenko Dec 21 '11 at 11:39
Actually it is a view containing a pickerview (at bottom) and an image view with 36 pixels height at the top. the 36 imageview pixels are shown + the top 180 pxl from the pickerview = 216 pxl are shown. – user1078065 Dec 21 '11 at 11:46
And other bottom pixels are just trimmed all the time? – Roman Temchenko Dec 21 '11 at 12:12
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.