Add View Image Button
Opened this issue · 2 comments
tarikhs commented
will be good addition to This ;-)
AlexBarinov commented
Sorry, I'm afraid I don't get it.
You can add any custom view (including image button) into bubble, if you mean this.
Use
- (id)initWithView:(UIView *)view date:(NSDate *)date type:(NSBubbleType)type insets:(UIEdgeInsets)insets;
- (id)dataWithView:(UIView *)view date:(NSDate *)date type:(NSBubbleType)type insets:(UIEdgeInsets)insets;
methods.
tarikhs commented
;-) a button beside image view to perform some action on that image.