ios - TextFields and labels not align correctly -


i'm new ios development , can't figure out how fix problem. have few textfields , labels added, 2 of them appear 1 top of other in picture when run app: gender textfield , type textfield.

what can align them correctly on runtime ?

thanks.

enter image description here

aligning issues caused (on interface builder);

a) autosizing (auto layout since ios 6) messing aligned objects, when design app regular size , use iphone 5 size, or vice versa.

b) when use tabbar or navigation bar , not select relevant 'status bar' / 'top bar' / 'bottom bar' attributes inspector > simulated metrics, messes aligned objects.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -