-
`extension BlogPostVC: CHTCollectionViewDelegateWaterfallLayout {
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeFor…
-
I swiped to this month, August which has extra height and **boundingRectWillChange** return correct height
![Simulator Screen Shot - iPhone 11 Pro - 2020-02-06 at 16 57 16](https://user-images.github…
-
Hi,
I'm a iOS newbie and have a Swift project, how do I use `RFQuiltLayout` with it? Do I import it via `ProjectName-Bridging-Header`? I've copied RFQuiltLayout.m & RFQuiltLayout.h files to a folder w…
-
The following Stack Overflow message was posted in November last year (https://stackoverflow.com/questions/47378518/fscalendar-date-not-aligned-properly?rq=1), which has remained unanswered.
I have j…
-
Hi everybody, thanks for such a good framework like this.
I have a problem when I try to form something like this:
![2jh5a](https://cloud.githubusercontent.com/assets/4136177/3596706/7f233324-0cc8-1…
-
I have NSCollectionView in my app and its items have a border. When I use PureLayout for stretching NSCollectionView, items' border disappears. But the strange part is when I resize a window to make i…
-
https://github.com/CoderMJLee/MJRefresh/assets/88606535/4f672147-007c-41f0-bb89-659b8ad3bbda
我继承 **UICollectionViewLayout** 自定义了一个layout,在实现的时候出现了上述情况
```Swift
let header …
-
| | |
|------------------|-----------------|
|Previous ID | SR-2817 |
|Radar | rdar://28579406 |
|Original Reporter | ce…
-
hi! thank you for this great library!
i've tried to change background color of the collectionview, but it doesn't work. is there another approach that i should use?
`.background(Color.blue)
.fr…
-
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…