After updating Xcode to IOS 9, app stucks on splashscreen and initial viewcontroller is not loaded

只谈情不闲聊 提交于 2019-11-29 12:01:51

Ok, so in the end the problem was a "too small" text in a textview below an imageview. Why the text was too small, or what "too small" means, no clue. Except that in this particular case it was 10 characters.

The Solution

I changed the initial text of each textview to a string with at least 10 characters. And I change the text after loading the view programatically to the text I want. This works as expected and the view loads.

I will try to file it as a bug to apple, because this can never be the correct behaviour. Thank you all for giving advice in this matter.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!