ADKOpenGLImageView Class Reference
Inherits from | GLKView |
---|---|
Declared in | ADKOpenGLImageView.h ADKOpenGLImageView.m |
image
An image that you want to be rendered on the screen by OpenGL ES2. It must be a core image and use it in main thread.
@property (strong, nonatomic) CIImage *image
Declared In
ADKOpenGLImageView.h
contentMode
A flag used to determine how a image lays out its content when its bounds change. If you want to scale the image to fit or fill the space while maintaining the image’s original aspect ratio. It would help you do that easily.
@property (assign, nonatomic) ADKOpenGLImageViewContentMode contentMode
Declared In
ADKOpenGLImageView.h