We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a LGPlusButtonsView in the navigation rightBarButtonItem.
when I call the method [_plusButtonsViewNavBar hideAnimated:YES completionHandler:nil];
but touch the position of button also can actionHandler then log the title, description, index .
Then I download the sample code also have same problem ..
now I just remove the LGPlusButtonsView when I call the method [_plusButtonsViewNavBar hideAnimated:YES completionHandler:nil];
and initialize when I use them , I think this's not make sense way ><
The text was updated successfully, but these errors were encountered:
Use the code from this pull request #30
Or from my fork https://github.com/andiradulescu/LGPlusButtonsView
Sorry, something went wrong.
https://github.com/Friend-LGA/LGPlusButtonsView/pull/41/files
No branches or pull requests
I have a LGPlusButtonsView in the navigation rightBarButtonItem.
when I call the method [_plusButtonsViewNavBar hideAnimated:YES completionHandler:nil];
but touch the position of button also can actionHandler then log the title, description, index .
Then I download the sample code also have same problem ..
now I just remove the LGPlusButtonsView when I call the method [_plusButtonsViewNavBar hideAnimated:YES completionHandler:nil];
and initialize when I use them , I think this's not make sense way ><
The text was updated successfully, but these errors were encountered: