QBPopupMenu icon indicating copy to clipboard operation
QBPopupMenu copied to clipboard

Customizable popup menu for iOS.

Results 16 QBPopupMenu issues
Sort by recently updated
recently updated
newest added

I have used QBPopup menu with multiple items, but i didn't get which button clicked, so any solution for that?

If the `QBPopupMenuItem` was the sender, a single action could handle multiple menu items. This is good when the menu items are generated programatically. For example: ``` - (void)contextMenuItemSelected:(id)sender {...

I am using QBPopupMenu in Swift, but popmenu button are not clicked it's target method. here i am attaching my code. class MenuViewController: UIViewController { @IBOutlet weak var tapView :...

I want to get the popup menu how to get it in vertical style

Hi, I use a QBPlasticPopupmenu with 4 items, everything OK for iPhone 4,5,6 but when trying for iPhone 6+ the menu gets cut and the separators don´t appear where they...

Set an accessibility label on QBPopupMenuItem (needed if item contains only image) : QBPopupMenuItem *item = [QBPopupMenuItem itemWithImage:image target:self action:@selector(tappedImage:)] item.accessibilityLabel = @"do something";