BCKMutableBarString Class Reference
Inherits from | BCKBarString : NSObject |
Declared in | BCKMutableBarString.h |
Instance Methods
appendBar:
Append a single bar to the end of the existing Bar String.
- (void)appendBar:(BCKBarType)barType
Parameters
- barType
The BCKBarType to be appended to the Bar String.
Declared In
BCKMutableBarString.h
appendBarString:
Appends a Bar String to the receiver.
- (void)appendBarString:(BCKBarString *)string
Parameters
- string
The Bar String to append.
Declared In
BCKMutableBarString.h