我在推动视图控制器几秒钟之前获得白屏,然后加载UIViewController。
我没有保留任何断点,并且有目标会员资格。我附上了推动画的屏幕截图。对于一些推动我得到它。请建议如何继续。
let storyboard = UIStoryboard(name: "Chat", bundle: nil)
let conversationViewCntrl = storyboard.instantiateViewController(withIdentifier: "ConversationViewControllerId") as! ConversationViewController
navigationController?.pushViewController(conversationViewCntrl, animated: true)