欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

iOS 設(shè)置狀態(tài)欄的背景顏色方法

 更新時(shí)間:2017年04月23日 09:55:06   投稿:jingxian  
下面小編就為大家?guī)硪黄猧OS 設(shè)置狀態(tài)欄的背景顏色方法。小編覺得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過來看看吧

設(shè)置狀態(tài)欄的背景顏色

- (void)setStatusBarBackgroundColor:(UIColor *)color

{

    UIView *statusBar = [[[UIApplication sharedApplication] valueForKey:@"statusBarWindow"] valueForKey:@"statusBar"];

  if ([statusBar respondsToSelector:@selector(setBackgroundColor:)]) {

    statusBar.backgroundColor = color;

  }

}

以上這篇iOS 設(shè)置狀態(tài)欄的背景顏色方法就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論