Declared in NSAttributedString+BOString.h

Instance Methods

makeString:

Shorthand method for bos_makeString:.

- (NSAttributedString *)makeString:(void ( ^ ) ( BOStringMaker *make ))block

Parameters

block

A list of instructions for BOStringMaker.

Return Value

An NSAttributedString instance with attributes added from block.

Discussion

Shorthand method for bos_makeString:.

Declared In

NSAttributedString+BOString.h