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

minimumInteritemSpacing does not work with ListSectionController #1560

Open
congpt-xamarindev opened this issue Mar 30, 2022 · 0 comments
Open

Comments

@congpt-xamarindev
Copy link

congpt-xamarindev commented Mar 30, 2022

I create horizontal collection view inside the vertical collection view by using ListSectionController. When I set the value to minimumInteritemSpacing, it does not affect, but it works when I set the inset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: cellSpacing). What's wrong with it?
And selecting the item, the callback below always return index = 0
func didSelectItem(at index: Int)
BTW: Anyone knows how to set minimumLineSpacing for ListSingleSectionController?

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