#import <CC3OSExtensions.h>
Extension category to support Cocos3D functionality.
Returns the number of lines in this string.
Returns an array of the lines in this string, as determined by separating them with the newline character, and trimming each of all newline chars.
- (NSArray*) terminatedLines |
|
readnonatomicassign |
Returns an array of the lines in this string, as determined by separating them with the newline character.
Each line in the returned array is terminated by the newline character.
The documentation for this category was generated from the following file: