NSLog(@"第%ld个Section上第%ld个Cell变为非高亮",indexPath.section ,indexPath.row);
}
}
4.Cell从非高亮变为高亮状态时回调用下面的方法...(@"第%ld个Section上第%ld个Cell取消选中",indexPath.section ,indexPath.row);
}
}
9.在Cell选中和取消选中时都会调用上面的方法来改变...NS_AVAILABLE_IOS(8_0){
NSLog(@"第%ld个Section上第%ld个Cell将要出现",indexPath.section ,indexPath.row);...{
NSLog(@"第%ld个Section上第%ld个Cell已经出现",indexPath.section ,indexPath.row);
}
/**
* headerView...NS_AVAILABLE_IOS(8_0){
NSLog(@"第%ld个Section上第%ld个扩展View将要出现",indexPath.section ,indexPath.row