質問

I have a tabbar project, but when the app loads, it should display a modal view with a login screen. I do selfcareViewController *selfcareView = [[selfcareViewController alloc]init]; [self presentModalViewController:selfcareView animated:YES]; in the first view controller of the tabbar. But it doesn't load anything.

役に立ちましたか?

解決

Try presenting the modal view controller from the UITabbarController itself.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top