Enlarged TextField

I need to enlarge my text field. So I tried using a frame, but that only put dead space around it. The problem with that is I want to be able to click anywhere inside the boarder and it pull up the keyboard. So I tried padding and that did the same thing. Also I need the text to start a new line after it fills the first one and to go for as long as they type. Thanks!

Answered by Claude31 in 717786022

If you set the textField in storyboard, it will have any width you want. You could also set constrant on width.

So could you explain more what is the problem ?

Accepted Answer

If you set the textField in storyboard, it will have any width you want. You could also set constrant on width.

So could you explain more what is the problem ?

Enlarged TextField
 
 
Q