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?
Asked
Active
Viewed 665 times
1

mmmmmm
- 32,227
- 27
- 88
- 117

user1078065
- 412
- 1
- 5
- 19
-
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
1 Answers
-3
Yes maximum and minimum => fixed height for a textfield is 31, you can see it in the xib itself - drag and drop

Ashwin G
- 1,570
- 1
- 16
- 23