我想要app启动的时候,判断是否第一次使用app
如果是第一次使用,会跳到设定的ViewController
设定完之后跳到Main Interface的Entry ViewController
如果已经执行设定过,直接跳到Main Interface的的Entry ViewController
目前想法是在Launch Screen加判断,
可是LaunchScreen.storyboard似乎不能设定他的UIViewController?
一直出现"Launch screens may not set custom classnames"
请问功能要怎么设计?