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