NSString(RACKeyPathUtilities) Category Reference
| 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_keyPathByDeletingFirstKeyPathComponentDiscussion
Calling this method on a string that isn’t a key path is considered undefined behavior.
Declared In
NSString+RACKeyPathUtilities.hrac_keyPathByDeletingLastKeyPathComponent
Returns a key path with all the components of the receiver except for the last one.
- (NSString *)rac_keyPathByDeletingLastKeyPathComponentDiscussion
Calling this method on a string that isn’t a key path is considered undefined behavior.
Declared In
NSString+RACKeyPathUtilities.h