YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

2015-12-17---UI9_UITableView协议方法

//
// RootViewController.m
// UI9_UITableView协议方法
//
// Created by YIem on 15/12/17.
// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.
//

import "RootViewController.h"

@interface RootViewController ()<UITableViewDataSource, UITableViewDelegate>

@end

@implementation RootViewController

}

warning 必须实现的两个协议方法

// 行数

// 设置cell

pragma mark - 其他协议方法

// 分区头名称

// 分区脚部名称

// 自定义头部区域

// 自定义脚部区域

// 高度控制
// 行高

// 头部高度

// 脚部高度

// tableView右部索引栏

// tableView点击方法

/*

pragma mark - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation

*/

@end

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »