-
Cool control. How about that feature?
-
## Current behavior
The ListView Change height test in snapshots mode freezes the app in deadlock when invoking this method:
https://github.com/unoplatform/uno/blob/545dacd7199c16d2006469e011f73…
-
in this method
- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:
(NSIndexPath *)indexPath {
if (self.exposedItemIndexPath && indexPath.item == self.e…
-
在- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath;这个函数里,UIImageView是直接add在cell上的,而UIImageView *imgView = (UIImageView *)[cell…
-
collectionview在做insert的时候,有一定几率触发,出现过几次
```swift
collectionView.performBatchUpdates {
collectionView.insertItems(at: idx)
} completion: { _ in
…
-
- Error Message
> 2022-04-25 17:11:08.006519+0900 SideDishApp[91205:2314634] [UICollectionView] Performing reloadData as a fallback — Invalid update: invalid number of items in section 2. The numbe…
-
Hi @AnyOptional! Thanx for such a great lib
Presently, modelSelected feature of rxDataSources doesn't work.
I suggest writing another reactive extension
`var skeletonDataSource: DelegateProx…
-
It would be nice to have sticky headers (as well as to be able to change the header background color using the appearance protocol) like described in many places (http://blog.radi.ws/post/32905838158/…
-
I'm subclassing `PDTSimpleCalendarViewController` so that I can use a custom cell size.
Which works fine:
```
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayo…
-
Hello, how would I connect a few News items to a particular Section?
Also, what should be the correct return for this:
```
func collectionView(collectionView: UICollectionView, numberOfItemsInSectio…