Apptek Studios
Apptek Studios
This PR adds install instructions for using R.Swift with SPM. This is preferable for those starting new projects and wanting to avoid cocoapods given the now-widespread support for SPM. I...
This PR adds support for file resources that are in a Namespaced directory (ie. imported into the xcode project as a directory vs as a group). For example, in one...
This addition allows us to safely get an array of all the images contained within a namespaced folder - it was chosen to only make this available for namespaced folders,...
Adds SwiftUI support. These additions are version gated, and make no breaking changes
**Describe the bug** When using ASCollectionView with a large navigation title, there is a remaining blank space between NavigationBar and ASCollectionView after scrolling down. This is a SwiftUI bug where...
**The issue** `Fatal error: No ObservableObject of type _________ found. A View.environmentObject(_:) for _________ may be missing as an ancestor of this view.` **Situation that causes crash:** When using a...
We implemented auto-Registration of tableViewCell types. This was done such that it is an optional, non-breaking change. The features is disabled by default, although that could be changed without breaking...
Hi @simonbs, nice library. Very useful to save reimplementing this. I noticed you weren't able to cancel a button press by moving away from the button (as also mentioned in...