iphone - How do I assign a delegate to multiple classes -


i have custom delegate, , want 2 classes respond it's events. how can assign both classes.

ie:

viewcontroller.delegate = firstclass && self; 

if need event called multiple places should use nsnotificationcenter.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -