ios - What are the best practices in building user interface with Xcode? -


i designing simple user interface app using xcode , auto layout. have view controller 3 basic outlets: static image view, label , button. can see in picture shown below.

view controller ui design

as can see, i'd have image view horizontally , vertically centered in view controller, label below , button somewhere in between label , bottom layout guide.

the problem experiencing appearance problem iphone 6 using testing. interface items not nicely centered supposed be, can see screenshot.

view controller bug in iphone 6

i not asking solution problem, though. rather know whether there best practices design user interface. example, there way temporarily hide label , button view controller focus on debugging of image view without having remove , redesign them again?

select label want hide,then uncheck checkbox installed


Comments