Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay #200

Open
pigpox opened this issue Apr 9, 2019 · 4 comments
Open

Overlay #200

pigpox opened this issue Apr 9, 2019 · 4 comments

Comments

@pigpox
Copy link

pigpox commented Apr 9, 2019

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

@jjochen
Copy link
Owner

jjochen commented Apr 9, 2019

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.

@pigpox
Copy link
Author

pigpox commented Apr 9, 2019

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
Copy link
Author

pigpox commented Apr 9, 2019

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

testApps.zip

@jjochen
Copy link
Owner

jjochen commented Apr 10, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants