NSString(BOStringShorthand) Category Reference
| Declared in | NSString+BOString.h |
Instance Methods
makeString:
Shorthand method for bos_makeString:.
- (NSAttributedString *)makeString:(void ( ^ ) ( BOStringMaker *make ))blockParameters
- 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
NSString+BOString.h