MMPopLabel icon indicating copy to clipboard operation
MMPopLabel copied to clipboard

Fixed positioning bug where MMPopLabel would not work for UIBarButtonIte...

Open pajai opened this issue 10 years ago • 1 comments

Hi,

I did a change regarding the way the center position of the pop label is computed. Previously it did not work to show a pop label against a UIBarButtonItem if the latter was inside a navigation bar. With this change, the existing example is still working + if you add the pop label to 'self.navigationController.view' then you can get the pop label point at button item of the nav bar.

Kind regards. Patrick

pajai avatar Mar 13 '15 09:03 pajai

It actually fixed the issue for me. Thanks @pajai, Really appreciate the work.

asadali737 avatar Dec 30 '16 17:12 asadali737