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 HalfDeclared In
BCKBarString.h. BCKBarTypeSpace-
A spaceDeclared In
BCKBarString.h. BCKBarTypeFull-
Full barDeclared In
BCKBarString.h. BCKBarTypeTopTwoThirds-
Top Two ThirdsDeclared In
BCKBarString.h. BCKBarTypeCentreOneThird-
Centre One ThirdDeclared In
BCKBarString.h. BCKBarTypeBottomTwoThirds-
Bottom Two ThirdsDeclared In
BCKBarString.h. BCKBarTypeTopHalf-
Top HalfDeclared In
BCKBarString.h.
Declared In
BCKBarString.h