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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -