You might notice that Apple has decided that the height for ALL rounded corner(default) UITextField is 30.
So to change the height, fight change the type or the border(regardless of which, and define the height in your storyboard)
Then, in viewDidLoad {
self.nameOfTextField.borderStyle = UITextBorderStyle.RoundedRect
}
No comments:
Post a Comment