JJFloatingActionButton
JJFloatingActionButton copied to clipboard
Overlay
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
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.
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.
here is a test app i have without the header....it doesn't seem to work over the table view
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.