我想要app啟動的時候,判斷是否第一次使用app
如果是第一次使用,會跳到設定的ViewController
設定完之後跳到Main Interface的Entry ViewController
如果已經執行設定過,直接跳到Main Interface的的Entry ViewController
目前想法是在Launch Screen加判斷,
可是LaunchScreen.storyboard似乎不能設定他的UIViewController?
一直出現"Launch screens may not set custom classnames"
請問功能要怎麼設計?