-
I implemented the CHTCollectionViewDelegateWaterfallLayout protocol
```
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAt…
-
-
## Checklist
- [YES] Reviewed the README and documents.
- [YES] Searched existing issues for ensure not duplicated.
## Description
When it's called just after applying deleted section
```
…
-
- [x] 셀깨지는 문제 해결하기
현재 이메서드가 안돌아가고 있음
```
extension DailyTransactionVC: UICollectionViewDelegateFlowLayout {
func collectionView(_ collectionView: UICollectionView, layout collectionViewLay…
-
![columnerror](https://user-images.githubusercontent.com/21014258/200215017-a7bc03a9-8fe9-4350-ba38-dfb436f17d6e.jpeg)
-
Hello,
I have follows all the precedures to show the header but is not working.
Here what I've done:
- Added the method viewForSupplementaryElementOfKind
- Added the flow.headerHeight property.
…
-
Apparently I didn't give enough time to support this library. I've been turning my gears into something else since last year, and didn't move back to iOS development for quite a while.
As a side info…
-
```
[self.m_collectionView.collectionView deleteItemsAtIndexPaths:[NSArray arrayWithObject:indexPath]];
```
This deletes the cell with nice animation BUT the cells gets squeezed together. See las…
-
Below is the snippet of my code:
![screen shot 2018-03-02 at 3 23 26 pm](https://user-images.githubusercontent.com/36499896/36893545-79f27e70-1e2e-11e8-96a0-27fe8752694e.png)
let customView = Co…
-
hey! well this works well while we have UICollectionViewCtr when we try to Customize it to ViewController By just setting flowLayout of CollectionView.
Now i have left and right button and i want …