BCKBarType Constants Reference
Declared in | BCKBarString.h |
BCKBarType
Supported bar types represented by their ASCII values. Note: The characters used for the internal representation are an implementation detail subject to change. Always use values from this enumeration in your code.
Definition
typedef NS_ENUM(char, BCKBarType ) {
BCKBarTypeBottomHalf = ',',
BCKBarTypeSpace = '0',
BCKBarTypeFull = '1',
BCKBarTypeTopTwoThirds = '<',
BCKBarTypeCentreOneThird = '=',
BCKBarTypeBottomTwoThirds = '>',
BCKBarTypeTopHalf = '`',
};
Constants
BCKBarTypeBottomHalf
-
Bottom Half
Declared In
BCKBarString.h
. BCKBarTypeSpace
-
A space
Declared In
BCKBarString.h
. BCKBarTypeFull
-
Full bar
Declared In
BCKBarString.h
. BCKBarTypeTopTwoThirds
-
Top Two Thirds
Declared In
BCKBarString.h
. BCKBarTypeCentreOneThird
-
Centre One Third
Declared In
BCKBarString.h
. BCKBarTypeBottomTwoThirds
-
Bottom Two Thirds
Declared In
BCKBarString.h
. BCKBarTypeTopHalf
-
Top Half
Declared In
BCKBarString.h
.
Declared In
BCKBarString.h