简体   繁体   中英

xCode changed size of views (in storyboard) after opening

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM