iOS根据视图尺寸获取视图截屏【View Snapshots】how do I take a snapshot of my view and save the result in a UIImage?

文章目录

  • 引言
  • I 、根据视图尺寸获取视图截屏
    • 1.1 用法
    • 1.2 核心代码
    • 1.3 demo源码
  • II、案例
  • see also

引言

本文的方案获取的截图内容不包含_UIAlertControllerShimPresenterWindow 和AlertView

方式一:
调用某个view的layer的renderInContext:方法即可

有时导航条无法正常获取

 - (void)renderInContext:(CGContextRef)ctx;

你可能感兴趣的:(#,iOS开发基础,Snapshots)