After opening storyboard, xCode changed size of view by itself it look like this
Every time value is rise up. Does anybody know how fix it?
After opening storyboard, xCode changed size of view by itself it look like this
Every time value is rise up. Does anybody know how fix it?
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
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
Checkout size of superView it must be bigger then size of subviews. This bug was fixed in other xCode versions