-
Hey,
as far as i investigated the code base there is no way to support
```func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSect…
-
I'm subclassing `PDTSimpleCalendarViewController` so that I can use a custom cell size.
Which works fine:
```
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayo…
-
Your ibrary works well as long as you don't change the orientation of the device. Even in your demo after I enabled orientation change.
I tried to solve it with
```
override func viewWillTrans…
-
`extension BlogPostVC: CHTCollectionViewDelegateWaterfallLayout {
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeFor…
-
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…
-
https://github.com/CoderMJLee/MJRefresh/assets/88606535/4f672147-007c-41f0-bb89-659b8ad3bbda
我继承 **UICollectionViewLayout** 自定义了一个layout,在实现的时候出现了上述情况
```Swift
let header …
-
Are there plans to support `UICollectionViewDelegateFlowLayout` in some reactive way, to respond to sizes based on the data model instead of only being able to rely on indexPath?
Currently, I'm doi…
-
### Description
CollectionViewRenderer on iOS will crash the application when the ObservableItemsSource changes while it is recalculation the layout.
SIGABRT: Index was out of range. Must be…
-
I really like this library but I'm struggling with some extra margin that piles up when I have empty sections... Checkout the piled up margin in the screenshot below... I _believe_ those are from the …
-
I would like to use this class to implement a game that always displays 12 cells in a grid with 4 rows and 3 columns. I want the aspect ratio of each cell to be 2x3. The collection view's frame is fix…