NTPivotMode

enum NTPivotMode : NSInteger {}

Possible pivot modes.

  • The touch point (or middle point between 2 finger touches) is used as the pivot point.

    Declaration

    Objective-C

    NT_PIVOT_MODE_TOUCHPOINT
  • Screen center is always used for pivot point.

    Declaration

    Objective-C

    NT_PIVOT_MODE_CENTERPOINT