1. cell 出现时加入动画
1 | -(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ |
2.转场动画
1 | // 选中某一行 |
1 | -(void)pushView{ |
1 | -(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ |
1 | // 选中某一行 |
1 | -(void)pushView{ |