IOS7以上navigationBar遮擋頁面的解決方案.,ios7navigationbar

來源:互聯網
上載者:User

IOS7以上navigationBar遮擋頁面的解決方案.,ios7navigationbar

在IOS7以上,navigationbar車檔介面的解決方案.在viewDidload中.添加以下代碼.

    if( ([[[UIDevice currentDevice] systemVersion] doubleValue]>=7.0)) {        self.edgesForExtendedLayout = UIRectEdgeNone;        self.extendedLayoutIncludesOpaqueBars = NO;        self.modalPresentationCapturesStatusBarAppearance = NO;    }

問題還有一些,添加代碼後,發覺視圖整體下移,但視圖的寬高不變.誰有更好的方法,可以分享.


部分app 使用時 ios7虛擬鍵盤存在遮擋 找不到退出鍵盤的方法,助

鍵盤右下角有一個 鍵盤向下的按鍵.
輕輕點擊一下.鍵盤就取消了.
 
ios7開發中怎使導覽列與狀態列分開

if ([[[UIDevice currentDevice] systemVersion ]floatValue]<7.0) {

UIImage *bar_bg = [UIImage imageNamed:@"topbar_bg_6"];

[self.navigationBar setBackgroundImage:bar_bg forBarMetrics:UIBarMetricsDefault];

}

else {

UIImage *bar_bg = [UIImage imageNamed:@"topbar_bg_7"];

[self.navigationBar setBackgroundImage:bar_bg forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];

}
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.