Hmm.. I found an interesting case here.
I tried to add this message for a newly created button to set the inputRadius
in code.
- (IBAction)blurIt:(id)sender
{
[self setValue:@10.0f
forKeyPath:@"imageLayer.filters.blur.inputRadius"];
}
Then it works. It's very interesting that the binding property using IB
resource editing doesn't work...
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]