iPad modalPresentationStyle UIModalPresentationFormSheet orientation problem

前端 未结 1 2002
滥情空心
滥情空心 2021-01-15 17:25


I have problem when using modalPresentationStyle.
I call the following function in my tabbarcontroller\'s first view controller\'s viewDidload
So that the login

相关标签:
1条回答
  • 2021-01-15 18:02

    sorry it is fixed by setting tabbar controller selection

    [m_objTabBarController setSelectedIndex:0];
    

    after creating tabbar. I dont know that happens here.
    But I think to do so is because after dissmiss FormSheet and change the tab then looks fine so I try setting tabbar selected index and it work great...

    0 讨论(0)
提交回复
热议问题