iOS-UI-分区头-分区脚名称设置

2016-01-22 16:29:58

// 分区头名称

  • (NSString )tableView:(UITableView )tableView titleForHeaderInSection:(NSInteger)section
    {
    return @"头头头";
    }

// 分区脚部名称

  • (NSString )tableView:(UITableView )tableView titleForFooterInSection:(NSInteger)section
    {
    return @"脚脚脚";
    }

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »