-
hi! thank you for this great library!
i've tried to change background color of the collectionview, but it doesn't work. is there another approach that i should use?
`.background(Color.blue)
.fr…
-
you're using your own delegate for calling back from UICollectionCell to Controller
why don't use? what's the benefit from that
`-(void)collectionView:(UICollectionView *)collectionView didSelect…
-
There is a behaviour on the current iOS version (11.4, not sure when this behaviour started) where if a collection view's layout is set after initialization - instead of it being passed inside `init(f…
-
> **Воспроизведение:**
>
> 1. открыть приложение
> 2. авторизоваться
> 3. открыть пост, например [Доброотчет](https://golos.io/ru--dobryijkit/@dobryj.kit/dobrootchet-o-raspredelenii-vyplat-silami-dob…
-
I think we need flexible size to calculate size of cell
```
public enum LayoutType {
case flexible(lineSpacing: CGFloat)
}
```
```
public protocol InfiniteScrollingBehaviourDelegate: cl…
-
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…
-
在- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath;这个函数里,UIImageView是直接add在cell上的,而UIImageView *imgView = (UIImageView *)[cell…
-
in this method
- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:
(NSIndexPath *)indexPath {
if (self.exposedItemIndexPath && indexPath.item == self.e…
-
### Description
Immediately after upgrading to Maui Controls 8.0.0.10, we have been getting an error when adding items to ObservableCollection
### Steps to Reproduce
1. Open Repro project
2. Add b…