通過appearance設置app主題

原文鏈接:http://www.lxweimin.com/p/ede07db3017a

著作權歸作者所有,轉載請聯系作者獲得授權,并標注“簡書作者”。

背景

最近在看開源中國的源代碼,里面有一些自己不熟悉的知識,記錄下來最為總結

參考資料

oschina源碼

http://git.oschina.net/oschina/iphone-app

TintColor解析

http://blog.kingiol.com/blog/2014/01/09/ios7-day-by-day-day6-tint-color/

原文鏈接:http://www.lxweimin.com/p/ede07db3017a

著作權歸作者所有,轉載請聯系作者獲得授權,并標注“簡書作者”。

oschina源碼分析

//再plist文件中設置View controller-based status bar appearance 為

NO才能起效[[UIApplicationsharedApplication]

setStatusBarStyle:UIStatusBarStyleLightContent];//導航條上標題的顏色

NSDictionary*navbarTitleTextAttributes =

@{NSForegroundColorAttributeName:[UIColorwhiteColor]};

[[UINavigationBarappearance]

setTitleTextAttributes:navbarTitleTextAttributes];//導航條上UIBarButtonItem顏

色[[UINavigationBarappearance]

setTintColor:[UIColorwhiteColor]];//TabBar選中圖標的顏色,默認是藍色

[[UITabBarappearance]

setTintColor:[UIColorcolorWithHex:0x15A230]];//TabBarItem選中的顏色

[[UITabBarItemappearance]

setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColorcolorWithHex:0x15A230]}

forState:UIControlStateSelected];//導航條的背景顏色[[UINavigationBarappearance]

setBarTintColor:[UIColornavigationbarColor]];//TabBar的背景顏色

[[UITabBarappearance] setBarTintColor:[UIColortitleBarColor]];

[UISearchBarappearance].tintColor=

[UIColorredColor];//當某個class被包含在另外一個class內時,才修改外觀。

[[UITextFieldappearanceWhenContainedIn:[UISearchBarclass],nil]

setCornerRadius:14.0];

[[UITextFieldappearanceWhenContainedIn:[UISearchBarclass],nil]

setAlpha:0.6];UIPageControl*pageControl = [UIPageControlappearance];

pageControl.pageIndicatorTintColor= [UIColorcolorWithHex:0xDCDCDC];

pageControl.currentPageIndicatorTintColor= [UIColorgrayColor];

[[UITextFieldappearance] setTintColor:[UIColornameColor]];

[[UITextViewappearance]? setTintColor:[UIColornameColor]];

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容

  • 背景 最近在看開源中國的源代碼,里面有一些自己不熟悉的知識,記錄下來最為總結 參考資料 oschina源碼http...
    面試小集閱讀 3,603評論 0 4
  • UIWindow 初始化: self.window= [[UIWindowalloc]initWithFrame:...
    Sunny_Fight閱讀 1,051評論 0 1
  • 發現 關注 消息 iOS 第三方庫、插件、知名博客總結 作者大灰狼的小綿羊哥哥關注 2017.06.26 09:4...
    肇東周閱讀 12,229評論 4 61
  • 快2 你不可能把一首詩 拆成一本詞典 一條抖動意義的條目魚 你不可能把一把椅子 拆成一棵樹 一件青山的青衫 你不可...
    我是蝎大人閱讀 209評論 6 2
  • 一、奇跡 1、起床后為早餐發愁時,靈感告訴我牛排和水餃搭配完美,于是做了這樣的早餐,兒子非常愛吃 2、帶兒子出門聚...
    汪榮閱讀 183評論 0 0