UIView(MBSnapshotImage) Category Reference
| Declared in | UIView+MBSnapshotImage.h |
|---|
Acquiring snapshot images from views
– snapshotImage
Returns a UIImage instance containing a rendering of the receiver’s content.
- (nonnull UIImage *)snapshotImageReturn Value
The image.
Declared In
UIView+MBSnapshotImage.h
– coreImageSnapshot
Returns a CoreImage CIImage instance containing a rendering of the receiver’s
content.
- (nonnull CIImage *)coreImageSnapshotReturn Value
The image.
Declared In
UIView+MBSnapshotImage.h
– coreGraphicsSnapshot
Returns a CoreGraphics CGImageRef containing a rendering of the receiver’s
content.
- (nonnull CGImageRef)coreGraphicsSnapshotReturn Value
The image.
Declared In
UIView+MBSnapshotImage.h