Contents

GLKViewControllerDelegate

Rendering loop callback methods for use with a Glkviewcontroller object.

Declaration

protocol GLKViewControllerDelegate : NSObjectProtocol

Overview

A delegate is called each time the controller is about to display a new frame of animation. It is also called before the view controller’s rendering loop pauses or resumes sending updates.

Topics

Handling an Update Event

Pause and Resume Notifications

See Also

OpenGL ES View Rendering