Text views and image view disappearing from view controller in Xcode 6.1 storyboard

前端 未结 6 640
情书的邮戳
情书的邮戳 2020-12-05 04:21

I updated to Xcode 6.1 to fix an error I was having with the Interface Builder Cocoa Touch Tool spiking to 99% CPU usage when I used the storyboard, which would freeze Xcode

6条回答
  •  無奈伤痛
    2020-12-05 04:54

    If you uncheck "Use Autolayout" then it won't occur either. Though, you're back to using the old "springs and struts" method. Still, this can be set on a view controller by view controller basis so it's not too bad.

提交回复
热议问题