LGPlusButtonsView
LGPlusButtonsView copied to clipboard
When I hide the LGPlusButtonsView but still can touch the button.
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 ><
Use the code from this pull request https://github.com/Friend-LGA/LGPlusButtonsView/pull/30
Or from my fork https://github.com/andiradulescu/LGPlusButtonsView
https://github.com/Friend-LGA/LGPlusButtonsView/pull/41/files