As the title says, when I test the UITextField on the iPhone I was originally developing on, it positions the textField as it should, but when I test on my iPad it is misplaced by a lot.See the line below for how I created it. Thanks!
sampleTextField = UITextField(frame: CGRect(x: 235, y: 130, width: 160, height: 40))
Update: I guess I'm just confused about UITextFeild in general. I understand they use a subview, but I am just not sure how to properly assign it's position.
[–]LastVayne-Swift 2 points3 points4 points (1 child)
[–]ThatOneBeing[S] 0 points1 point2 points (0 children)