@H_301_0@
1 自定义storyboard的控制器类需要填写
2 ✅is initial view controller,打勾, 也就是view前面的指示箭头
3 info.plist文件中修改:Main storyboard file base name = "usercustom",自定义storyboard名称
4 targets里设置main interface = usercustom
5 appdelegate.swift 里也不用写任何code
6 确认以上5个填写正确基本没有问题了
@H_301_0@@H_301_0@