Text in Textfield starts in Middle of TextField IOS
Asked Answered
C

2

7

Hello the placeholder text, and the text the user inputs, starts in the middle of my textfield. I have the textfield as 30% of the screen height, so I can't simply make the textfield smaller. How do I make the text start in the top left corner?

Corinecorinna answered 1/4, 2017 at 2:44 Comment(0)
L
19

What you want to do is both a horizontal and vertical alignment like this:

textField.textAlignment = .left
textField.contentVerticalAlignment = .top

Result:

Labannah answered 1/4, 2017 at 3:8 Comment(0)
G
0

This is how you can choose top-left in Storyboard:

1

Grunion answered 1/2, 2024 at 23:20 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.