LGPlusButtonsView icon indicating copy to clipboard operation
LGPlusButtonsView copied to clipboard

When I hide the LGPlusButtonsView but still can touch the button.

Open smallamao opened this issue 8 years ago • 2 comments

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

smallamao avatar Oct 07 '16 02:10 smallamao

Use the code from this pull request https://github.com/Friend-LGA/LGPlusButtonsView/pull/30

Or from my fork https://github.com/andiradulescu/LGPlusButtonsView

andiradulescu avatar Mar 24 '17 18:03 andiradulescu

https://github.com/Friend-LGA/LGPlusButtonsView/pull/41/files

gaimanjing avatar Oct 29 '18 01:10 gaimanjing