2
如何通過特定的UITableViewCell獲取原始indexPath.section?如何獲取特定UITableViewCell的節號?
- (NSString *)sectionForCell:(UITableViewCell *)cell {
//How to get the original indexPath.section by the specific UITableViewCell?
}