• Stars
    star
    133
  • Rank 271,919 (Top 6 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get a screenshot from a UIView easy as pie.

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.