ios 一个停不下来的仪表盘,求解

RT,遇到一个奇怪的问题,我想要仪表盘在离开主页面的时候停止,回到主页面继续转,我现在做出来的只能一直转,离开页面了他也在转,跟吃了炫迈似的,根本停不下来,不知道是什么原因,麻烦大神们帮忙看看是什么原因

demo我放上网盘了仪表盘demo

  • (IBAction)nextVC:(UIBarButtonItem *)sender { self.rota = NO; // [self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:0 inSection:0]] withRowAnimation:UITableViewRowAnimationFade]; GagueCell *cell = (GagueCell *)[[self.tableView visibleCells] objectAtIndex:0]; cell.isRefresh = NO; [self performSegueWithIdentifier:@"next" sender:nil]; NSLog(@"nextVC");

}

改下这个方法