Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 195 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 195 Bytes

UIWebViewToFile

Convert UIWebView Context to Image or PDF files.

@interface UIWebView (ToFile)

- (UIImage *)imageRepresentation;

- (NSData *)PDFData;

@end