-
having a little trouble using a custom UICollectionViewLayout w/ ASCollectionNode.
I assume I'm missing something obvious?
whenever I run it with the custom layout, I'm getting this error :
…
-
This pod is perfect for what I'm trying to achieve, though I'd like to be able to use a different layout than the `HTKScrollingNavigationCollectionViewLayout`.
-
Below is the snippet of my code:
![screen shot 2018-03-02 at 3 23 26 pm](https://user-images.githubusercontent.com/36499896/36893545-79f27e70-1e2e-11e8-96a0-27fe8752694e.png)
let customView = Co…
-
![columnerror](https://user-images.githubusercontent.com/21014258/200215017-a7bc03a9-8fe9-4350-ba38-dfb436f17d6e.jpeg)
-
```
[self.m_collectionView.collectionView deleteItemsAtIndexPaths:[NSArray arrayWithObject:indexPath]];
```
This deletes the cell with nice animation BUT the cells gets squeezed together. See las…
-
Hello,
I have follows all the precedures to show the header but is not working.
Here what I've done:
- Added the method viewForSupplementaryElementOfKind
- Added the flow.headerHeight property.
…
-
I found this issue
`Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView liste…
-
I have a problem with ASCollectionNode size when I use it inside ASDisplayNode. In current case ASCN it description is:
` collection view layout: `
But, if I use TestCC as a root node of TestVC…
-
Currently it's not working on Swift 4.0. It builds but whenever i try to choose date it crashes with the error below:
`*** /Users/x/Desktop/x/x/x/EPCalendarPicker/EPCalendarPicker.swift:254:5: impl…
-
#### Description
This is a duplicate of rdar://25873296
Summary:
When implementing a custom `UICollectionViewLayout` subclass, invalidating a header index path that previously had no header and will…