Layout objects not looking good with x code 9

Hi,

After updating to x code 9, and compile my app, GUI elements not looking good..

buttons and labels changed thier positions, and moved out side of the screen..

i'm not using autolayout, i've added .xib files programatically, and set their frames programatically..


Somebody knows why those GUI objects not in their position??

You came from 8.3 ?


Check if some constraints have not been added in IB.

If does not solve, you could ask IB to add automatically missing constraints.

I think I remember that some automatic constraints are now added, that could create the problem if you have not your own constraints.

Do it on one view and see if that works.

Hi,

Thanks for your help.

i'm not using constrains, i've set the view frame programatically, and anyway - i tried to remove explicitlly all constrains in my view.

its not helped at all..

Can you show how you position the buttons progrtammatically in the view ?


Can also look at this post : some constrain,ts are now added at runtime, even if not defined in IB

h ttps://forums.developer.apple.com/message/265272#265272

Layout objects not looking good with x code 9
 
 
Q