- cell内部高度改变然后影响到tableView,不能直接修改内部View约束来影响, 需要通过setupAutoHeightWithBottomView来动态刷新tableView,如果在cell中,还需要reloadRowsAtIndexPaths进行刷新
//cellbtnAction
[self.sd_tableView reloadRowsAtIndexPaths:@[self.sd_indexPath] withRowAnimation:UITableViewRowAnimationNone];
//要刷新
[self setupAutoHeightWithBottomView:btnView bottomMargin:kMarginHeight];