你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> iOS7 NavigationBar覆蓋內容解決

iOS7 NavigationBar覆蓋內容解決

編輯:IOS開發綜合
//判斷設備是否4寸屏幕   #define iPhone5 ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(640, 1136), [[UIScreen mainScreen] currentMode].size) : NO)   //判斷設備是否iOS7   #define IOS7   ( [[[UIDevice currentDevice] systemVersion] compare:@"7.0"] != NSOrderedAscending )     iOS7 NavigationBar覆蓋內容  self.navigationController.navigationBar.translucent = NO; self.tabBarController.tabBar.translucent = NO;
  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved