For Vertical Alignment :
textField.contentVerticalAlignment = UIControlContentAlignmentCenter
For Horizontal Alignment:
textField.contentHorizontolAlignment = UIControlContentAlignmentCenter
textField.contentVerticalAlignment = UIControlContentAlignmentCenter
textField.textAlignment = UITextAlignmentCenter
No comments:
Post a Comment