ios - Xcode Constraints -
i'm having problem xcode constraints. i'm laying out entire layout, selecting items , having xcode 'fill in missing constraints'. when run application in simulator, labels , textboxes not in right places. not visible @ (appear off screen)
so there tips or tricks? should layout 1 item @ time, set constraints automatically move next?
don't trust xcode , 'fill in missing constraints' feature. best option set constraints manually. after practice it's not hard. need indicate x , y coordinates , height/weight.
i don't advice setting constraints automatically. causes more problems benefits.
also check console log @ runtime. may happen there conflicts between constraints , need fix it.
check out official guidlines
Comments
Post a Comment