Apptek Studios
Apptek Studios
@apascual @addel I posted a [PR to support this in November.](https://github.com/mac-cain13/R.swift.Library/pull/37) Until it is merged you can set your dependency to https://github.com/apptekstudios/R.swift.Library 👍
> have used swift package manager for R.swift but i can't see any document for generating R.generated.swift using Swift package manager There's a walkthrough setting up R.swift with SPM here...
I opted to keep the instructions very verbose assuming it’s all new to people, but it boils down to very quick steps: 1) Create a Package.swift file 2) Make Run...
Thoughts on merging this into master?
Apple's `UICollectionViewCompositionalLayout` (which is what you're using here) seems to struggle with this type of sizing. You'll notice that where they use it on the app store and elsewhere they...
I think this might have to do with SwiftUI's new keyboard avoidance behaviour. I am curious if this still happens when using the `v1.8.0` branch? Otherwise, it seems that the...
Sorry for the delayed response, I've had a long break and am back at last. This seems like something I could build into the library... Potentially just a modifier that...
Hi @skunkworker, I haven’t had a chance to release the new version yet but someone else encountered this issue and made a simple fix in this PR (setting the background...
Thanks for the PR. I'll look into merging this into the upcoming version :) It seems that the SwiftUI .background modifier is causing the issue. I managed to reproduce a...
This will occur if you haven't registered a class with the collectionView for the type of decoration requested by your layout. It sounds like your layout is asking for a...