JJFloatingActionButton icon indicating copy to clipboard operation
JJFloatingActionButton copied to clipboard

Overlay

Open pigpox opened this issue 6 years ago • 4 comments

how do i control the tint/overlay when the button is tapped ? currently there is no tint when the button is tapped and its hard to see the font that is displayed

pigpox avatar Apr 09 '19 06:04 pigpox

If you didn't explicitly switch it off it should be there. Otherwise it sounds like a bug.

There is currently a problem if you put the action button in some container view that would clip the overlay (#196). Maybe this is causing your issue.

Otherwise I would need to see some sample code.

jjochen avatar Apr 09 '19 08:04 jjochen

even when i just copy your code over it still not working....maybe a reinstall, its just on top of a table view. Maybe the header is causing the bug.

Screen Shot 2019-04-09 at 3 36 42 PM

pigpox avatar Apr 09 '19 20:04 pigpox

here is a test app i have without the header....it doesn't seem to work over the table view

testApps.zip

pigpox avatar Apr 09 '19 21:04 pigpox

A known issue is that the action button doesn't play nicely if added to a table view.

Could you try not using a UITableViewController but a standard UIViewController with a standard UIView as main view and add a UITableView as subview?

I hope that will work.

jjochen avatar Apr 10 '19 19:04 jjochen