1

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?

mmmmmm
  • 32,227
  • 27
  • 88
  • 117
user1078065
  • 412
  • 1
  • 5
  • 19

1 Answers1

-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