#pragma mark - tableviewDelegate
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
if (indexPath.section == 0&&self.addrTipsView.hidden == NO &&self.addrTipsView.alpha == 1){
[self.addrTipsView animateDisplayWithHidden:YES];
}
}
image.png
网友评论