-
The goal here is to make the shaders easily to apply by wrapping them in View extensions. So, rather than writing this:
Image(systemName: "figure.walk.circle")
.font(.system(size: 300)…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
Multi-targ…
-
Hi,
Thank you for this great package! I have one very specific issue, which I am not sure if it is a problem with Factory, Supabase, or with my implementation. This is the scenario:
Package Depe…
-
Currently, the Xcode view previews use the real `LocationManager` (and hence actually use Core Location), the settings view preview uses user defaults, and the map view uses a real publisher.
It woul…
-
`UILabel` Preview Example in project `SwiftUIKitExample.xcodeproj` does not work.
```swift
UILabel() //
-
## Using WindowGroup
New in SwiftUI 2.0 for iOS 14 and macOS 11.0 is `WindwGroup` which is used in `App` protocol. WindowGroup is ideal for document based applications where you can open multiple w…
-
Hey,
it would be nice if you could add support for SwiftUI or design the authentification process so that you don't have to use an UIViewController
-
XCode Version 11.3.1
![image](https://user-images.githubusercontent.com/13605756/73610674-1890df00-45eb-11ea-8296-ac80c8a13ab3.png)
-
I'm following the example for disconnecting from a socket when the app is backgrounded for my SwiftUI app. After calling `socket.disconnect()` using v5.3.3 of this library, I reliably get the followin…
-
Hi OfTheWolf,
This package looks great!
Is there any way to integrate it into an app with SwiftUI?
Maybe using UIViewControllerRepresentable?
I can't seem to find any package delivering t…