-
Hi,
Loving the calendar. I needed to select multiple dates. To do this I subclassed `DFDatePickerView`, and overwrote the following methods....
``` objc
- (UICollectionView *) collectionView;
- (DFD…
-
### Description
**Description**
I am getting a crash in IOS when adding items to an observable collection after the observable collection has been displayed in a CollectionView. I have an observable …
-
> Never give properties generic names. Instead, prefix the variable name with a descriptor such as, but not limited to, the class name.
>
> **Preferred:**
>
> ``` objc
> @property (strong, nonatomic…
-
I would like to have multiple video instance in a horizontal UICollectionView which keep the last playing state, something like the Home screen in dailymotion iOS app downloadable from App store. User…
-
Any idea why this crash?
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_PROTECTION_FAILURE 0x0000000189a49e6a
Crashed: com.apple.main-thread
0 MyAPP 0x100b30000 -[OAStackViewA…
-
iphonex ios11
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'layout attributes for supplementary item at index path ( {length = 2, path = 5 - 0}) changed…
-
in objective-c
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
{
return CGSi…
-
Hey there,
Thanks for creating this and making this open source.
I've got a UICollectionView with this flow layout, and it works fine.
However, now when I try to make the "CSStickyHeaderParallaxHe…
-
### New Issue Checklist
* [* ] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md)
* [* ] I have filled out this issue template.
### Issue Info
In…
-
```swift
cellRegistration = UICollectionView.CellRegistration { cell, indexPath, itemIdentifier in
var content = UIListContentConfiguration.valueCell()
content.text = itemIdentifier.title
…