UIView frame will change to 0,0,0,0 when another UIView is changed in Xcode 6.1 Interface Build

the problem is shown in the video

https://dl.dropboxusercontent.com/u/16843197/Xcode%20Interface%20Builder%20-%20problem.mov

how can i solve it?

thank you for your help.

+3


source to share


2 answers


I'm trying to

  • uninstall Xcode 6.1
  • delete folder ~ / Library / Developer / Xcode
  • delete folder ~ / Library / Developer / CoreSimulator
  • install Xcode 6.0.1


and I solved the problem.

Is this a bug in Xcode 6.1?

0


source


I found a second solution:



Disable "AutoLayout" in Interface Builder

0


source







All Articles