You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: