SlyceViewControllerMode Constants Reference

Declared in SlyceViewControllerMode.h

SlyceViewControllerMode

Definition

typedef NS_ENUM(NSUInteger, SlyceViewControllerMode ) {
   SlyceViewControllerModeUniversal,
   SlyceViewControllerModePicker,
};

Constants

SlyceViewControllerModeUniversal

Sets “universal” lens mode. You must have a universal lens configured for your Slyce account.

Declared In SlyceViewControllerMode.h.

SlyceViewControllerModePicker

Set “picker” lens mode. This allows the user to choose between all configured lenses, except universal lens.

Declared In SlyceViewControllerMode.h.