首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

iOS UI札记-TableView-02

2014-01-05 
iOS UI笔记-TableView-02- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSInd

iOS UI笔记-TableView-02
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ if (indexPath.row == 0 && indexPath.section == 2) { return 80; // 第三个section中第一行 }return 44;} // 设置行高

?

?

热点排行