This means that you can use a custom name for the recipient, for example
@property (nonatomic, assign, getter=isValue) BOOL value;
To get it, you name it as [someObject isValue] instead of [someObject value] . Apple does this using NSButton (NSControl)'s isEnabled , for example.
source share