Inherits from BCKBarString : NSObject
Declared in BCKMutableBarString.h

Overview

Mutable version of BCKBarString, a string of bars

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

insertBar:atIndex:

Inserts one bar at the given index.

- (void)insertBar:(BCKBarType)bar atIndex:(NSUInteger)index

Parameters

bar

The BCKBarType to insert.

index

The index to insert the bar at.

Declared In

BCKMutableBarString.h