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

Doesn't work with table style .insetGrouped #3

Closed
Xhale1 opened this issue Mar 2, 2020 · 1 comment
Closed

Doesn't work with table style .insetGrouped #3

Xhale1 opened this issue Mar 2, 2020 · 1 comment

Comments

@Xhale1
Copy link

Xhale1 commented Mar 2, 2020

I made a slight modification to your project, so instead of using XLPager, I'm using a UIPageViewController with UITableViewControllers embedded into it.

Everything works perfectly until the table style is set to .insetGrouped. When this happens, the top view from your project fails to scroll, and the table view is the only scrolling view. Setting the style back to .plain allows for the smooth scrolling of both views to work properly.

Any thoughts on why this might happen?

@Xhale1
Copy link
Author

Xhale1 commented Mar 2, 2020

Fixed the issue on my own.

To those wondering, I was using UITableViewControllers as my bottom view, but instead using UIViewControllers with UITableViews nested inside fixed the issue.

Once more, incredible project!

@Xhale1 Xhale1 closed this as completed Mar 2, 2020
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

1 participant