Programmatically Getting a Screencapture of any UIView | iPhone Programming Tutorials

Programmatically Getting a Screencapture of any UIView | iPhone Programming Tutorials

瀏覽:486
日期:2025-05-17
Conclusion So that is it. You can use this general code to take a screenshot of any UIView subclass. All you need to do is replace webview.frame.size in the third line with foobar.frame.size where foobar is any UIView subclass. Hope this answered your que...看更多