Xcode 4.3 not presenting Autoresizing panel in Size Inspector

前端 未结 2 1533
生来不讨喜
生来不讨喜 2020-12-04 19:21

In Xcode 4.3 I\'m not seeing the \"Autoresizing\" panel (with the red crosshair things) in the Attributes Size Inspector.

What I see instead are two panels, one titl

相关标签:
2条回答
  • 2020-12-04 19:35

    For Xcode 4.3 auto layout is enabled by default. To disable deselect the "use auto layout" option in the file inspector tab.

    file inspector tab

    https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Chapters/xcode_4_0.html#//apple_ref/doc/uid/TP40016147-SW2

    0 讨论(0)
  • 2020-12-04 19:45

    In Xcode 4.5 you need to go to file inspector to uncheck the Use Autolayout, then go back to Size inspector, the good old Autosizing is back where it was. :) Don't you just hate that when then change things like that behind your back, precisely what Microsoft would do!

    0 讨论(0)
提交回复
热议问题