Context-Menu.iOS icon indicating copy to clipboard operation
Context-Menu.iOS copied to clipboard

not showing menu and + button in ios 11.2

Open Mrugenpatel opened this issue 8 years ago • 3 comments

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 img_0046

Mrugenpatel avatar Jan 06 '18 08:01 Mrugenpatel

me too

mataide avatar Jan 09 '18 13:01 mataide

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];

emiliomarin avatar Apr 19 '18 23:04 emiliomarin

I'm getting the same problem, menus are not showing on first tap.

mohanbright avatar Aug 21 '18 13:08 mohanbright