Search code examples
iosxcodeuser-interfacexcode7designer

Editor > Canvas > Live Autoresizing missing in Xcode 7?


I am using old autosizing constraints and want to see live how it will behave like in old days but somehow I don't see this option anymore and it is not autoresizing view when I resize it in editor... So it is not possible anymore ?

Ok maybe I am not too clear... but thats because I thought this is so obvious and used a lot feature of xcode editor...

So I have this on my screen enter image description here Before when I dragged corner of view that has size freeform view resized and all view inside resized also according to autosizing layout constraint. Autolayout is disabled in xib. It was possible to turn it on or off in menu Editor > Canvas > Live Autoresizing.. Now there is no such option. Is it possible still somehow ?


Solution

  • So I cam back to my own unanswered question, just accidentally I found that live auto resizing(old style) in editor works, just little but differently. When you change size of view in Size inspector by those up and down buttons, it works like old days...

    enter image description here