Contents

GLKViewDelegate

Drawing callback methods for use with a Glkview object.

Declaration

protocol GLKViewDelegate : NSObjectProtocol

Overview

An object that implements the GLKViewDelegate protocol can be set as a GLKView object’s delegate. A delegate allows your application to provide a drawing method to a GLKView object without subclassing the GLKView class.

Topics

Drawing the View’s Contents

See Also

OpenGL ES View Rendering