Friend-LGA / LGPlusButtonsView

iOS implementation of Floating Action Button (Google Plus Button, fab), that shows more options
MIT License
404 stars 96 forks source link

iPhone X, XS, XR bug - Buttons overlap #40

Closed xav1b closed 6 years ago

xav1b commented 6 years ago

A button placed in a transparent navigation bar is overlapped by the first button in the drop-down menu. This only happens with the newer iPhones (X, XS, XR) and when the navigation bar is set to be transparent.

Any thoughts on a fix? simulator screen shot - iphone xr - 2018-10-17 at 13 41 34

xav1b commented 6 years ago

If anyone runs into this issue, it was resolved by calculating the y offset based on screen height.