本文固定链接: http://iosdev.shakuner.com/archives/194.html | iOS技术博客—飞天小猪
主要代码段:
second = [[SecondViewController alloc] init];
second.modalPresentationStyle = UIModalPresentationFormSheet;
second.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentModalViewController:second animated:YES];
[second.view.superview setFrame:CGRectMake(100, 100, 200, 200)];
本文介绍如何在iOS应用中使用Objective-C实现视图控制器的表单样式模态展示及交叉溶解转换效果,并调整视图的位置。
323

被折叠的 条评论
为什么被折叠?



