
modal
文章平均质量分 73
yuyezhulan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
显示半个模态视图的方法
Present a view Controller that is half the size of the screenup vote4down votefavorite1I'm trying to present a view controller thats only half the height原创 2014-11-04 17:45:12 · 587 阅读 · 0 评论 -
模态视图中添加代码的具体方法
-(void)redifineView:(UIView *)changeView{ if (changeView !=nil) { for(UIView *view in [changeView subviews]) { [view removeFromSuperview]; }原创 2014-11-05 23:25:17 · 518 阅读 · 0 评论