TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Marius Landwehr.
Licence informations: MIT
Generating a Screenshot of a UIView with this small category. It's easy as pie.
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.