为了账号安全,请及时绑定邮箱和手机立即绑定

ios 多个section的标题哪个会被悬停?

ios 多个section的标题哪个会被悬停?

繁花不似锦 2019-04-10 10:07:24
ios 多个section的标题哪个会被悬停
查看完整描述

3 回答

?
人到中年有点甜

TA贡献1895条经验 获得超7个赞

  [self.tableView beginUpdates];

  NSString *newItem = [NSString stringWithFormat:@"Add Item %d",[_dataSource count]];

  [_dataSource addObject:newItem];

  NSArray *paths = [NSArray arrayWithObject:[NSIndexPath indexPathForRow:([_dataSource count] - 1) inSection:0]];

  [self.tableView insertRowsAtIndexPaths:paths withRowAnimation:NO];

  [self.tableView endUpdates];

  这里是添加一行,你要删除的话就remove:

  [_dataSource removeOjbectAtIndex:];

  然后调

  - (void)deleteRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation;

查看完整回答
反对 回复 2019-04-13
?
梦里花落0921

TA贡献1772条经验 获得超5个赞

在按钮事件中显示uiTableView之后调用该实例下的reloadData方法,再控制Section的委托函数中动态返回Section数量即可

查看完整回答
反对 回复 2019-04-13
  • 3 回答
  • 0 关注
  • 933 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信