Joel Ekström
Joel Ekström
Oh, interesting. I've never tried tvOS development but I do have some ideas. 1. The bounds nudging is really an ugly hack and simply a fix for what I consider...
And also, it turns out that this `UICollectionView`-bug is fixed on iOS 13 (probably to support `UICollectionViewCompositionalLayout` 😏), so I can remove the hack when running on 13+! Thanks for...
If you come up with something, let me know/PR me 😄 Would be nice if this supported tvOS as well.
Interestingly, I can't reproduce the "bug" where cells aren't dequeued on any iOS version now 🤔 so it seems like the hack with the bounds offset can be fully removed....
Thanks for checking! I have deliberately not exposed the scroll views, since they are decoration views that will be reused and are not related to the cell hierarchy, so the...
I have been thinking some more about this, and I'm pretty certain this is the problem: tvOS calls `[collectionView scrollToItemAtIndexPath:atScrollPosition:animated:]` whenever focus changes. This makes the collection view ask the...
Hey, I added support for `scrollToItemAtIndexPath:` in a branch (linked above), could you test if that solves the problem? If not, I added a new public API to set the...
Hi! Can you post the code creating the header and maybe the header code itself too?
And it works fine on iOS13? What do you have in `sizeForSupplementaryElementOfKind:`? Note that this layout doesn’t support automatic sizing
Unfortunately it is! However, I wouldn't stress updating just yet, for now the only practical difference is a bug fix regarding quotations in email titles (d561d9f5f6ae6a03264423a5642bf300c719a676) and I imagine 1.8.0...