문제

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