Declared in CC3OSExtensions.h

Overview

Extension category to support Cocos3D functionality.

Tasks

Properties

lineCount

Returns the number of lines in this string.

@property (nonatomic, readonly) NSUInteger lineCount

Declared In

CC3OSExtensions.h

lines

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.

@property (nonatomic, readonly) NSArray *lines

Declared In

CC3OSExtensions.h

terminatedLines

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.

@property (nonatomic, readonly) NSArray *terminatedLines

Declared In

CC3OSExtensions.h