4

After opening storyboard, xCode changed size of view by itself it look like this

enter image description here

Every time value is rise up. Does anybody know how fix it?

Ivan Titkov
  • 359
  • 3
  • 14

3 Answers3

0

Try to clean your project and clean xcode cache. Are you using xcode6? It has some bugs especially on updating beta to stable version. And if these aren't your solution can you give more detail about 'Every time value is rise up' condition?

Cleaning Cache: How to Empty Caches and Clean All Targets Xcode 4

Community
  • 1
  • 1
kocakmstf
  • 135
  • 12
0

I rebuilt project with new Xcode beta version and then open in the current Xcode version. Issue seems fixed https://stackoverflow.com/a/28875717/4296547

Community
  • 1
  • 1
0

Checkout size of superView it must be bigger then size of subviews. This bug was fixed in other xCode versions

Ivan Titkov
  • 359
  • 3
  • 14