码迷,mamicode.com
首页 > 移动开发 > 详细

iOS7截取当前显示的视图

时间:2014-07-23 22:09:57      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:os   io   re   c   ar   res   

UIView的Category UISnapshotting


@interface UIView (UISnapshotting)
- (UIView *)snapshotViewAfterScreenUpdates:(BOOL)afterUpdates;
- (UIView *)resizableSnapshotViewFromRect:(CGRect)rect afterScreenUpdates:(BOOL)afterUpdates withCapInsets:(UIEdgeInsets)capInsets;
- (BOOL)drawViewHierarchyInRect:(CGRect)rect afterScreenUpdates:(BOOL)afterUpdates;
@end

iOS7截取当前显示的视图,布布扣,bubuko.com

iOS7截取当前显示的视图

标签:os   io   re   c   ar   res   

原文地址:http://www.cnblogs.com/px-0/p/3863923.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!