-
#### Description
Summary:
When performing a particular set of batch updates on a UICollectionView with a certain number of sections, it appears there is a heap corruption and crash in objc_release in…
-
#### Description
Summary:
Behavior for iOS 11 UICollectionView has changed after `endInteractiveMovement()` or `cancelInteractiveMovement()` is called such that it now reloads the cell at the new in…
-
- 테이블 뷰와 컬렉션 뷰의 데이터 소스(Data Source)와 델리게이트(Delegate)의 역할은 무엇인가요?
- 컬렉션 뷰에서 사용할 수 있는 레이아웃(Layout)의 종류와 특징을 설명해주세요.
- 테이블 뷰와 컬렉션 뷰에서 셀을 재사용하는 이유와 방법을 설명해주세요.
-
### Based on [AnimatedCollectionViewLayout](https://github.com/KelvinJin/AnimatedCollectionViewLayout)
```swift
final class CarouselLayout: UICollectionViewFlowLayout {
override func layoutAt…
-
### Description
Generally everything in the subject. I tried to override the default implementation of CollectionView handler. On Android this is not an issue, but with iOS cannot set UICollectionVIe…
-
BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore/UIKit-3698.140/UICollectionViewData.m:447
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UICollectio…
-
This pod looks great, super clean. I'm having an issue with a flipped collectionview and cell (chat app) though and not sure why.
I've tried both:
```
let layout = BouncyLayout()
collectionVi…
-
We are seeing a lot of crashes in our Crashlytics. About 11k crashes, 9k users are affected. The information states that it crashes only on iOS 17. On all devices, RAM is up to 300 MB.
This started …
-
It crashed when users repeatly pulled and refresh the scrollbar.
Assertion failure in -[UICollectionViewData layoutAttributesForItemAtIndexPath:], /SourceCache/UIKit/UIKit-2903.2/UICollectionViewData.…
-
直接对CALayer设置cornerRadius有点小卡,使用了这个分类后,直接卡爆了