Declared in NSString+RACSequenceAdditions.h
NSString+RACSequenceAdditions.m

Tasks

Properties

rac_sequence

Creates and returns a sequence containing strings corresponding to each composed character sequence in the receiver.

@property (nonatomic, copy, readonly) RACSequence *rac_sequence

Discussion

Mutating the receiver will not affect the sequence after it’s been created.

Declared In

NSString+RACSequenceAdditions.h