Instantiating Modal view controller freezes the app - Probable issue with Xcode 7

前端 未结 3 610
傲寒
傲寒 2021-01-06 06:54

I am presenting a view controller modally in iOS app. The issue is that there is no crash and the app freezes as soon as presentViewController:animated is called. The stats

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-06 07:38

    Same issue here.

    I have a UITextView with the default string " Text " and fails with 100% CPU load. I was putting the placeholder only in code but until I remove the " Text " from the storyboard didn't work.

    My code was developed in Xcode 6 and I noticed this error after send a new app revision builded with xcode 7.

提交回复
热议问题