改變UITableView的footerView凛捏、headerView背景色正確姿勢(shì)

- (void)tableView:(UITableView *)tableView willDisplayFooterView:(UIView *)view forSection:(NSInteger)section
{
    view.backgroundColor = [UIColor redColor];
}

想改變UITableView的footerView的背景色,上面是最容易的方法,但并沒(méi)有用吞瞪。

于是用了這個(gè)方法

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
    UIView *headerView = [UIView new];
    headerView.backgroundColor = [UIColor redColor];
    return headerView;
}

能有效箩朴。

因?yàn)槲翼?xiàng)目中

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
    return 100;
}

有很多個(gè)section,就在以上方法中做了優(yōu)化岗喉,用了重用機(jī)制

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
    static NSString *ID = @"headerViewIdentifier";
    UITableViewHeaderFooterView *footerView = [tableView dequeueReusableHeaderFooterViewWithIdentifier:ID];
    if (footerView == nil) {
        footerView = [[UITableViewHeaderFooterView alloc]initWithReuseIdentifier:ID];
    }
    [footerView.contentView setBackgroundColor:[UIColor blueColor]];
    return footerView;
}

還有一點(diǎn)有必要說(shuō)明,如果要要控制某個(gè)section不展示headerView,下面方法是沒(méi)有用的

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
    static NSString *ID = @"headerViewIdentifier";
    UITableViewHeaderFooterView *footerView = [tableView dequeueReusableHeaderFooterViewWithIdentifier:ID];
    if (footerView == nil) {
        footerView = [[UITableViewHeaderFooterView alloc]initWithReuseIdentifier:ID];
    }
    [footerView.contentView setBackgroundColor:[UIColor blueColor]];
    return footerView;
}

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
    if (section == 0) {
        return 0;
    }
    return  10;
}

正確做法:

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
    if (section == 0) {
        return nil;
    }
    static NSString *ID = @"headerViewIdentifier";
    UITableViewHeaderFooterView *footerView = [tableView dequeueReusableHeaderFooterViewWithIdentifier:ID];
    if (footerView == nil) {
        footerView = [[UITableViewHeaderFooterView alloc]initWithReuseIdentifier:ID];
    }
    [footerView.contentView setBackgroundColor:[UIColor blueColor]];
    return footerView;
}

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
    return  10;
}

說(shuō)明- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section方法只能影響footerView的高度,不能控制foooterView是否顯示(就是return 0 footerView會(huì)顯示默認(rèn)高度18)

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
    return 0;
}

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
    if (self.type == FDOrderSearchViewControllerTypeSearchResult) {
        static NSString *ID = @"headerViewIdentifier";
        UITableViewHeaderFooterView *footerView = [tableView dequeueReusableHeaderFooterViewWithIdentifier:ID];
        if (footerView == nil) {
            footerView = [[UITableViewHeaderFooterView alloc]initWithReuseIdentifier:ID];
        }else{
            NSLog(@"===%f",footerView.frame.size.height);
        }
        [footerView.contentView setBackgroundColor:[UIColor blueColor]];
        return footerView;
    }
    return nil;
}
打印結(jié)果.png
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市炸庞,隨后出現(xiàn)的幾起案子钱床,更是在濱河造成了極大的恐慌,老刑警劉巖燕雁,帶你破解...
    沈念sama閱讀 218,284評(píng)論 6 506
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件诞丽,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡拐格,警方通過(guò)查閱死者的電腦和手機(jī)僧免,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 93,115評(píng)論 3 395
  • 文/潘曉璐 我一進(jìn)店門(mén),熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)捏浊,“玉大人懂衩,你說(shuō)我怎么就攤上這事。” “怎么了浊洞?”我有些...
    開(kāi)封第一講書(shū)人閱讀 164,614評(píng)論 0 354
  • 文/不壞的土叔 我叫張陵牵敷,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我法希,道長(zhǎng)枷餐,這世上最難降的妖魔是什么? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 58,671評(píng)論 1 293
  • 正文 為了忘掉前任苫亦,我火速辦了婚禮毛肋,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘屋剑。我一直安慰自己润匙,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,699評(píng)論 6 392
  • 文/花漫 我一把揭開(kāi)白布唉匾。 她就那樣靜靜地躺著孕讳,像睡著了一般。 火紅的嫁衣襯著肌膚如雪巍膘。 梳的紋絲不亂的頭發(fā)上厂财,一...
    開(kāi)封第一講書(shū)人閱讀 51,562評(píng)論 1 305
  • 那天,我揣著相機(jī)與錄音典徘,去河邊找鬼蟀苛。 笑死益咬,一個(gè)胖子當(dāng)著我的面吹牛逮诲,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播幽告,決...
    沈念sama閱讀 40,309評(píng)論 3 418
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼梅鹦,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了冗锁?” 一聲冷哼從身側(cè)響起齐唆,我...
    開(kāi)封第一講書(shū)人閱讀 39,223評(píng)論 0 276
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎冻河,沒(méi)想到半個(gè)月后箍邮,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 45,668評(píng)論 1 314
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡叨叙,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,859評(píng)論 3 336
  • 正文 我和宋清朗相戀三年锭弊,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片擂错。...
    茶點(diǎn)故事閱讀 39,981評(píng)論 1 348
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡味滞,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情剑鞍,我是刑警寧澤昨凡,帶...
    沈念sama閱讀 35,705評(píng)論 5 347
  • 正文 年R本政府宣布,位于F島的核電站蚁署,受9級(jí)特大地震影響便脊,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜光戈,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,310評(píng)論 3 330
  • 文/蒙蒙 一就轧、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧田度,春花似錦妒御、人聲如沸。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 31,904評(píng)論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至奸笤,卻和暖如春惋啃,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背监右。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 33,023評(píng)論 1 270
  • 我被黑心中介騙來(lái)泰國(guó)打工边灭, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人健盒。 一個(gè)月前我還...
    沈念sama閱讀 48,146評(píng)論 3 370
  • 正文 我出身青樓绒瘦,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親扣癣。 傳聞我的和親對(duì)象是個(gè)殘疾皇子惰帽,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,933評(píng)論 2 355

推薦閱讀更多精彩內(nèi)容

  • 概述在iOS開(kāi)發(fā)中UITableView可以說(shuō)是使用最廣泛的控件,我們平時(shí)使用的軟件中到處都可以看到它的影子父虑,類似...
    liudhkk閱讀 9,047評(píng)論 3 38
  • 版權(quán)聲明:未經(jīng)本人允許,禁止轉(zhuǎn)載. 1. TableView初始化 1.UITableView有兩種風(fēng)格:UITa...
    蕭雪痕閱讀 2,908評(píng)論 2 10
  • #pragma mark someValueAboutTableView 1.tableView的樣式:UITab...
    瀟巖閱讀 906評(píng)論 0 0
  • UITableView 是 iOS 開(kāi)發(fā)中必不可少的一個(gè)控件该酗,基本上每一個(gè)項(xiàng)目都會(huì)有多個(gè)地方會(huì)用到。詳細(xì)的了解UI...
    破夕_____________閱讀 2,057評(píng)論 0 4
  • UITableView有兩種樣式: UITableView的結(jié)構(gòu):UITableView由頭部士嚎,尾部呜魄,和中間一連串...
    degulade閱讀 831評(píng)論 1 3