您的位置:首页 > 其它

改变view的大小

2015-11-09 17:43 253 查看
/**
*  切换城市
*/
- (IBAction)changeCity {
MTCityViewController *city = [[MTCityViewController alloc] init];
MTNavigationController *nav = [[MTNavigationController alloc] initWithRootViewController:city];
nav.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:nav animated:YES completion:nil];

// modal出来的是MTNavigationController
// dismiss掉的应该也是MTNavigationController
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: