常规配置如下 当超过tableView显示的范围的时候 后面显示的内容将会和前面重复。 1 // 这样配置的话超过页面显示的内容会重复出现 2 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath: ...
分类:
移动开发 时间:
2017-03-31 17:34:32
阅读次数:
252
常规配置如下 当超过tableView显示的范围的时候 后面显示的内容将会和前面重复
// 这样配置的话超过页面显示的内容会重复出现
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
// 定义唯一标识
static NS...
分类:
移动开发 时间:
2014-11-18 10:24:08
阅读次数:
510