HVTViewWatermarkPosition Constants Reference

Declared in HVTView.h

HVTViewWatermarkPosition

Constants indicating the position of Horizon watermark in the view.

Definition

typedef NS_ENUM(NSInteger, HVTViewWatermarkPosition ) {
   HVTViewWatermarkPositionBottomRight,
   HVTViewWatermarkPositionBottomLeft,
   HVTViewWatermarkPositionTopRight,
   HVTViewWatermarkPositionTopLeft,
};

Constants

HVTViewWatermarkPositionBottomRight

The Horizon watermark will be placed in the bottom right corner of the view with a 10 points padding.

Declared In HVTView.h.

HVTViewWatermarkPositionBottomLeft

The Horizon watermark will be placed in the bottom left corner of the view with a 10 points padding.

Declared In HVTView.h.

HVTViewWatermarkPositionTopRight

The Horizon watermark will be placed in the top right corner of the view with a 10 points padding.

Declared In HVTView.h.

HVTViewWatermarkPositionTopLeft

The Horizon watermark will be placed in the top left corner of the view with a 10 points padding.

Declared In HVTView.h.

Declared In

HVTView.h