UIView setDelegate:]: unrecognized selector sent to instance
问题 I am new to IOS, and Trying to pass two values form a UIViewController to a UIView. I followed few examples,some posts, tried and still no luck. I am getting this error while running the application. The error is .. [MenuComponent setDelegate:]: unrecognized selector sent to instance MenuComent is My UIView. FullVC is my UIViewController. FullVC.h @class FullVC; @protocol MenuComponentDelegate <NSObject> -(void)shareToView:(NSString *)titleString inUrl:(NSString *)urlString; @end @interface