1. 如何刷新tableView中數據源某個key值?
if(_dataSouce.count!=0){
? ? ? ? ? ? ? ? ? ?[_dataSouce[_index] setIsInGroup:@"1"];
}
? ? ? ? ? ? ? ?[_orderTableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:_index inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
其相比 ?[self.tableView reloadData] 效率更高楞泼。
區(qū)別為:· reloadData刷新整個tableView, 效率更高
? ? ? ? ? ? ? ·reloadIndexpath刷新section及row對應的標題和cell
2. 如何防止iCarousel中某一頁內容被隔壁頁button響應到:(3行代碼吱肌, 設置用戶交互)