How Do I Take a Screen Shot of a UIView?

后端 未结 15 2772
-上瘾入骨i
-上瘾入骨i 2020-11-22 09:28

I am wondering how my iPhone app can take a screen shot of a specific UIView as a UIImage.

I tried this code but all I get is a blank image

15条回答
  •  独厮守ぢ
    2020-11-22 09:34

    CGImageRef UIGetScreenImage();
    

    Apple now allows us to use it in a public application, even though it's a private API

提交回复
热议问题