In xcode 6.1, interface builder deleting ui elements

后端 未结 9 1981
走了就别回头了
走了就别回头了 2021-01-11 16:30

I have a view with some tableviews and some collection views and also some buttons and labels.

I\'m not sure if this is new with Xcode 6.1 because I have not worked

相关标签:
9条回答
  • 2021-01-11 17:25

    I found that it's fixed on the next version of xcode (6.1.1)

    0 讨论(0)
  • 2021-01-11 17:27

    What OS X Version are you on? I updated to Yosemite today and 6.1 along with it. When I would resize a label my other elements were not getting deleted but instead getting resized and repositioned. The width / height would change to 0,0 and the x / y would change to 0,0 as well.

    I was noticing other issues with Yosemite so went ahead and did a time capsule restore back to Mavericks and Xcode 6.0

    0 讨论(0)
  • 2021-01-11 17:29

    I had the same problem in universal app; iphone works fine and the ipad doesnt work.

    I'm using xCode 6.1 and OSX Yosemite My app supports iOS7 and iOS8 and i had the same problem on iOS7 on iPad version only

    Fix:

    So i fixed it by setting Simulated Metrics in interface builder by Size = iPad Full Screen and Orientation by Landscape or Portrait

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