and the part that I do not get:

- (void)invalidateGraphic:(SKTGraphic *)graphic {
   NSArray *windowControllers = [self windowControllers];
[windowControllers makeObjectsPerformSelector:@selector (invalidateGraphic:) withObject:graphic];} I **think** I see what each line is doing, but, fail to grasp the overall essence of the call.
Thanks in advance.



Despite the fact that this is the latest version of Xcode, somehow the old examples were not replaced. This call, thus, I believe is from the **old** version of sketch. _______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to