not showing menu and + button in ios 11.2
not showing menu and + button in ios 11.2, work fine less than 11 version. How can i Fix this please help me. if Tapped 2nd timeon + Button it works,Not work in single Touch + Button. only + Button show when I rotate device then show.Thanks
me too
I had the same problem where the first tap to the button does not activate the menu. What I found was that even initializating everything the array of cells was empty on the first tap and filled in the second.
I fixed it by reloading the data of the tableview before showing it, like this:
[self.contextMenuTableView reloadData];
[self.contextMenuTableView showInView:self.navigationController.view withEdgeInsets:UIEdgeInsetsZero animated:YES];
I'm getting the same problem, menus are not showing on first tap.