Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not showing menu and + button in ios 11.2 #41

Open
Mrugenpatel opened this issue Jan 6, 2018 · 3 comments
Open

not showing menu and + button in ios 11.2 #41

Mrugenpatel opened this issue Jan 6, 2018 · 3 comments

Comments

@Mrugenpatel
Copy link

Mrugenpatel commented Jan 6, 2018

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

@mataide
Copy link

mataide commented Jan 9, 2018

me too

@emiliomarin
Copy link

emiliomarin commented Apr 19, 2018

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

@mohanbright
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants