ytzong / MLScreenshot

Get a screenshot from a UIView easy as pie.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Get a screenshot from a UIView easy as pie.

License:MIT License


Languages

Language:Objective-C 100.0%