-
#### Description
Summary:
I create a vertical stack view containing a label followed by a container view that embeds a UICollectionViewController. I then embed the label inside another stack view, se…
-
I am having a collectionView with images and a checkBox on the topLeft corner and I want to record tap event for the checkBox so that I can save the state of the cell to overCome scrolling problem for…
-
So, I've got a single crash report from a live app and the reason given was:
`NSInvalidArgumentException: attempt to scroll to invalid index path: {length = 2, path = 0 - 4}`
I'm not too worrie…
-
We're using a `UICollectionView` and want to make use of `UICollectionViewDiffableDataSource`.
`SwipeCellKit` has quite a few operations that are forbidden (such as `collectionView?.deleteItems(at:…
-
## New issue checklist
- [X] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [X] I have sea…
-
Really awesome control!
How I can embed custom UITableView inside UICollectionView?
Please help, thanks.
-
A plurality of different GIF, slide UICollectionView squares, you will find gif dislocation problem, I do not know how to solve
-
Why the layout is asking for a reusable view for kind `ARCollectionElementKindSectionStickyHeader` if I never registered it to my collection or implemented the `- (CGSize)collectionView:(UICollectionV…
-
- 기존 UIScrollView[UIView[UIImageView]]로 돼있을 경우 의도한 대로 렌더링 : 이미지뷰 스트레치됨
- 현재 UIScrollView[UIView[UICollectionView[UICollectionViewCell[UIImageView]]]] : 이미지뷰가 스트레치 되지 않음. (콜렉션 뷰만 스트레치됨)
-
I have 3 UICollectionViews in a UIViewController
can't get this to work at all