XuniDropDownDirection Constants Reference

Declared in XuniDropDownEnums.h

XuniDropDownDirection

Specifies the calendar navigation orientation.

Definition

typedef NS_ENUM(NSInteger, XuniDropDownDirection ) {
   XuniDropDownDirectionAboveOrBelow,
   XuniDropDownDirectionBelowOrAbove,
   XuniDropDownDirectionForceAbove,
   XuniDropDownDirectionForceBelow,
};

Constants

XuniDropDownDirectionAboveOrBelow

Tries to open the drop-down above the header. If it’s not possible it tries to open below.

Declared In XuniDropDownEnums.h.

XuniDropDownDirectionBelowOrAbove

Tries to open the drop-down below the header. If it’s not possible it tries to open above. (default value)

Declared In XuniDropDownEnums.h.

XuniDropDownDirectionForceAbove

Forces the drop-down to open above the header.

Declared In XuniDropDownEnums.h.

XuniDropDownDirectionForceBelow

Forces the drop-down to open below the header.

Declared In XuniDropDownEnums.h.

Declared In

XuniDropDownEnums.h