-
I create UICollectionView with custom UICollectionViewLayout
Call RestApi and update data with snapshot for CollectionViewDiffableDataSource
and result
`var snapshot = DiffableDataSourceSnapshot()
…
-
Trying to configure it in Storyboard but it is giving me this error.
All three properties are not coding complaint.
[Storyboard] Unknown class _TtC14DayCare_Module20UPCarouselFlowLayout in Interfa…
-
Texture doesnt support custom `UICollectionViewLayout` as it is hardcoded to support only `UICollectionViewFlowLayout`.
`ASCollectionViewProxy` intercepts the selector `collectionView:layout:sizeFo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7045 |
|Radar | None |
|Original Reporter | @karwa |…
karwa updated
2 years ago
-
Hi 👋
I have created a custom UICollectionViewLayout.
```swift
protocol PinterestLayoutDelegate: class {
func collectionView(_ collectionView: UICollectionView, heightForPhotoAtIndexPath i…
-
_From @levi on September 28, 2015 16:39_
Issue #690 brought up a good point I've been thinking about as I was putting together the supplementary view architecture briefly this weekend. The current da…
-
Hi. I'm using your library through pods.
I have a problem. I have to catch the cell that is on dragging states.
In these delegates,
- (void)collectionView:(UICollectionView *)collectionView layout:(…
-
#### Description
Summary:
We’ve got a custom UICollectionViewFlowLayout subclass that consists of a number of decoration views as “section” backgrounds, interactive supplementary views that act as ta…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
```swift
…
-
_From @Adlai-Holler on December 15, 2016 20:1_
Right now the user subclasses `UICollectionViewLayout` and talks directly to the collection view. This brings a number of issues:
- If the layout tal…