|
|
Older revisions
r158
by deusty
on Sep 09, 2009
Diff
Adding a bunch of comments to MulticastDelegate. Also adding a note that should help when XCode's analyze stuff says there's a potential problem in the class.
r55
by deusty
on Nov 10, 2008
Diff
Improving functionality of multicast delegate. Now works more like the NSNotificationCenter. Removing a delegate within a delegate callback no longer causes problems. Adding a ...