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

When tableView is larger than popoverView #140

Open
sseno opened this issue Mar 29, 2021 · 1 comment
Open

When tableView is larger than popoverView #140

sseno opened this issue Mar 29, 2021 · 1 comment

Comments

@sseno
Copy link

sseno commented Mar 29, 2021

Screen.Recording.2021-03-29.at.11.15.29.mov

cell.backgroundColor = .clear
https://user-images.githubusercontent.com/29369132/112787129-10fb8780-9082-11eb-802f-8d14a4d16d91.mov

how to fix the bottom inset of uitableview to fit popover?

Thanks.

@ChandlerBinGuo
Copy link

you can use
tableView.contentInset = UIEdgeInsets(top: 10.5, left: 0, bottom: 0, right: 0);
to fix it.

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

No branches or pull requests

2 participants