I need to choose UIViewController
after Spash Screen
executed. For example:
After Splash Screen
executed
if (condition) {
call UIViewController2
}else{
call UIViewController2
}
I found a correct information here Programmatically set the initial view controller using Storyboards and worked. Thanks for all