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)barTypeParameters
- barType
The BCKBarType to be appended to the Bar String.
Declared In
BCKMutableBarString.happendBarString:
Appends a Bar String to the receiver.
- (void)appendBarString:(BCKBarString *)stringParameters
- string
The Bar String to append.
Declared In
BCKMutableBarString.h