How to fixed text field position in all iphone device?
问题 I am need set UITextField position fixed in all device screen. I want to set UITextField position fixed. Please Help me. Thanks. 回答1: Read this. It will help : Or refer to any auto layout tutorial. There are plenty online. 回答2: there are three types layout using in iOS autolayout Tutorial1,Tutorial2. if you are not interested in autolayout , go to second option autosizing Tutorial1,Tutorial2. autoresizingMask - here you can set height,width, x and Y coordinates programmatically Tutorial1