You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For @mpnguyenreply question, I think it could be answered by the PopMenuExample.
You will find this code as below:
_popMenu.didSelectedItemCompletion = ^(MenuItem *selectedItem) {
NSLog(@"%@",selectedItem.title); <-- Here is where you receive the event handlers from buttons.
};
Hi,
I successfully integrated PopMenu to my project. Are there any eventhandlers for the buttons?
thx
The text was updated successfully, but these errors were encountered: