Declared in DTLoupeView.h

DTLoupeStyle

The style the a loupe can show

Definition

typedef NS_ENUM(NSUInteger, DTLoupeStyle ) {
   DTLoupeStyleCircle = 0,
   DTLoupeStyleRectangle,
   DTLoupeStyleRectangleWithArrow,
};

Constants

DTLoupeStyleCircle
 Loupe is a circle

Declared In DTLoupeView.h.

DTLoupeStyleRectangle
 Loupe is a ranged rectangle without arrow

Declared In DTLoupeView.h.

DTLoupeStyleRectangleWithArrow
 Loupe is a ranged rectangle with arrow

Declared In DTLoupeView.h.

Declared In

DTLoupeView.h