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

前端 未结 6 644
情书的邮戳
情书的邮戳 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:55

    There are 2 types of 1 is main storyboard and 2 is launchscreen storyboard Your are placing all your views on launchscreen this appears when you app first time then it will not appear Place all your views on main storyboard instead of launchscreen

提交回复
热议问题