Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 439 Bytes

mRs- / MLScreenshot

Licence informations: MIT

Generating a Screenshot of a UIView with this small category. It's easy as pie.

Example

UIView *view = [[UIView alloc] initWithFrame:frame];
UIImage *screenshot = [view screenshot];

No more thinking about UIGraphicsBeginImageContext(). It's just easy to read and easy to use.