第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用UITabBarController管理UINavigationController時(shí),Push出第三個(gè)界面時(shí)怎么橫屏?

使用UITabBarController管理UINavigationController時(shí),Push出第三個(gè)界面時(shí)怎么橫屏?

慕村225694 2019-04-16 20:27:54
在push出的viewcontroller里面下面方法不會(huì)被執(zhí)行-(BOOL)shouldAutorotate{returnYES;}-(NSUInteger)supportedInterfaceOrientations{returnUIInterfaceOrientationMaskLandscapeLeft;}-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{returnUIInterfaceOrientationLandscapeLeft;}
查看完整描述

2 回答

?
冉冉說

TA貢獻(xiàn)1877條經(jīng)驗(yàn) 獲得超1個(gè)贊

我之前是這么做的:
添加UITabBarController、UINavigationController的分類
UITabBarController(xxx)
-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
{
return[self.selectedViewControllerpreferredInterfaceOrientationForPresentation];
}
-(BOOL)shouldAutorotate
{
return[self.selectedViewControllershouldAutorotate];
}
-(NSUInteger)supportedInterfaceOrientations
{
return[self.selectedViewControllersupportedInterfaceOrientations];
}
UINavigationController(xxx)
-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
{
return[self.topViewControllerpreferredInterfaceOrientationForPresentation];
}
-(BOOL)shouldAutorotate
{
return[self.topViewControllershouldAutorotate];
}
-(NSUInteger)supportedInterfaceOrientations
{
return[self.topViewControllersupportedInterfaceOrientations];
}
                            
查看完整回答
反對 回復(fù) 2019-04-16
  • 2 回答
  • 0 關(guān)注
  • 341 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)