項目需求, 在tableView的分區頭視圖, 獲取tableViewcell 記住 superview的使用
ShoppingCell *cell = (ShoppingCell *)[btn superview].superview.superview;
NSIndexPath *p = [_tableView indexPathForCell:cell];
NSIndexSet *indexSet = [NSIndexSet indexSetWithIndex:p.row];
[self.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];