Reputation: 40506
Example:
@property (nonatomic, assign) BOOL running;
-valueForKey returns an id according to the documentation. But I slightly remember that KVC was so intelligent that it automatically wraps with NSNumber. Is that correct?
Upvotes: 3
Views: 314