Contents

glkViewController(_:willPause:)

Called before the rendering loop is paused or resumed.

Declaration

optional func glkViewController(_ controller: GLKViewController, willPause pause: Bool)

Parameters

  • controller:

    The controller that is about to change the rendering loop state.

  • pause:

    True if the loop is being paused, False if it is being resumed.