-
可不可以设置section的最小高度呢?
-
**Describe the bug**
When `reloadData()` is called, the `collectionView` sometimes doesn't preserve the scrolling position, causing the collectionView to jump abruptly
**To Reproduce**
Steps to r…
-
My app is ready, please review. /cc @codepathreview
-
When we force refresh using the HeadRefresh (with NormalHeaderAnimator), when the scrollView populates with cells (in my case is a collectionView) the first cell is partially hidden behind the navigat…
-
_From @pilot34 on February 17, 2016 18:10_
I modified your example with cats a bit: showing supplementary footer only when data loaded. After that example is crashing after `[ASCollectionView reloadD…
-
Per, @snadahalli, in my words:
If you tap on one of the arrows on the calendar, it shows another month, and changes the selected date to the first of the newly visible month.
This behavior should r…
-
- 테이블 뷰와 컬렉션 뷰의 데이터 소스(Data Source)와 델리게이트(Delegate)의 역할은 무엇인가요?
- 컬렉션 뷰에서 사용할 수 있는 레이아웃(Layout)의 종류와 특징을 설명해주세요.
- 테이블 뷰와 컬렉션 뷰에서 셀을 재사용하는 이유와 방법을 설명해주세요.
-
Currently, this lib forces the cross axis size of a cell to match that of the collection view. The App Store has another type of horizontally peeking collection view where multiple cells are displayed…
-
_From @tettoffensive on November 4, 2015 1:48_
I have an ASTableView which in each row has a custom ASCellNode that encapsulates an ASCollectionNode as well as an ASTextNode label.
If I have the dat…
-
It works with automatic size
`return WaterfallLayout.automaticSize`
But if we give some custom size it crashed on prepare layout