zoukankan      html  css  js  c++  java
  • viewforheader里面 的数据 就在 viewforheader里面 写数据,

    -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

    {

       

        self.sectionHeaderView = [[[UINibnibWithNibName:@"SectionHeaderView"bundle:nil]instantiateWithOwner:selfoptions:nil]objectAtIndex:0];

        if (worksInfoArray.count > 0) {

            WorksInfo *workInfo = [worksInfoArray objectAtIndex:0];

            self.sectionHeaderView.countLabel.text =[NSString stringWithFormat:@"作品列表(%d",workInfo.opusCount];

        }

        returnself.sectionHeaderView;

    }

  • 相关阅读:
    Daily Scrum 12.14
    Daily Scrum 12.13
    sss
    sss
    sss
    sss
    sss
    sss
    sss
    sss
  • 原文地址:https://www.cnblogs.com/guligei/p/3303251.html
Copyright © 2011-2022 走看看