Declared in NSString+RACKeyPathUtilities.h
NSString+RACKeyPathUtilities.m

Instance Methods

rac_keyPathByDeletingFirstKeyPathComponent

Returns a key path with all the components of the receiver expect for the first one.

- (NSString *)rac_keyPathByDeletingFirstKeyPathComponent

Discussion

Calling this method on a string that isn’t a key path is considered undefined behavior.

Declared In

NSString+RACKeyPathUtilities.h

rac_keyPathByDeletingLastKeyPathComponent

Returns a key path with all the components of the receiver except for the last one.

- (NSString *)rac_keyPathByDeletingLastKeyPathComponent

Discussion

Calling this method on a string that isn’t a key path is considered undefined behavior.

Declared In

NSString+RACKeyPathUtilities.h

rac_keyPathComponents

Returns an array of the components of the receiver.

- (NSArray *)rac_keyPathComponents

Discussion

Calling this method on a string that isn’t a key path is considered undefined behavior.

Declared In

NSString+RACKeyPathUtilities.h