标签:
[_mapView removeFromSuperview]; [self addSubview:_tableView]; //应将self.view设置为翻转对象 [UIView transitionWithView:self duration:1.0 options:UIViewAnimationOptionTransitionFlipFromLeft animations:^{ } completion:^(BOOL finished) { [_tableView reloadTableView]; }];
标签:
原文地址:http://www.cnblogs.com/yqlog/p/4994161.html