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
Post a Comment