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.
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
Post a Comment