Weston Mitchell
Weston Mitchell
I am trying to store a struct that contains two arrays of objects (UserEntity.Fragment & GenreEntity.Fragment). public struct RecentSearches: MagmaEntity { var id: String var genres: [MagmaGenreEntity.Fragment] var users: [MagmaUserEntity.Fragment]...
I have a WebView a few levels down the hierarchy of the pageBoyVC that uses a swipe gesture on Instagram embeds that have multiple pictures. I don't see a clear...
- iOS Version: **17.2** - Framework Version: **1.4.1** - Installed via **SPM** **Context:** I show different confetti in various places of my app. I like to use the Globals for...
I am trying to update my RxSwift and RxFirebase pods to be above version 6... I am getting the following cocoa pod error: ``` CocoaPods could not find compatible versions...
Would be nice to install this project as a cocoapod
I have recently upgraded to macOS Sonoma/Xcode 16, and continue to get an Xcode crash when I save my swift file. It does not happen every time, but about ~10%...
I'd like to "highlight" the slice that is chosen or finished at when the spin animation finishes by making all other "non-picked" slices have an alpha'ed background color. Is this...