-
After using Objective-C for 10 years, 5 of them with YapDatabase, I'm just starting to get into SwiftUI.
Did anyone of you find out a good way to bind YapDatabase as the "data source" (or whatever …
-
Any chance you'd be porting this over to SwiftUI? I've attempted to wrap it in a `NSViewRepresentable`, but I've had no luck due to incorrect sizing causing clipping
![image](https://user-images.gi…
-
I try to create a custom matcher here to read a SwiftUI View.
```
func grey_swiftui_element() -> GREYMatcher {
let matches: GREYMatchesBlock = { (element: Any) -> Bool in
…
-
The solution doesn't work on iOS 18, I'm in the process of figuring out why, but will throw this issue in just in case some good samaritan has already done it and would like to share the fix :))
So…
-
### Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have read the [wiki page](https://github.com/onevcat/Kingfis…
-
# Chapter 1.SwiftUI Essentials
Learn how to use SwiftUI to compose rich views out of simple ones, set up data flow, and build the navigation while watching it unfold in Xcode’s preview.
- Creating a…
-
Hello,
I am trying to integrate StripeCardScan into SwiftUI. I am already using Stripe in a custom form within our app and I would like to add the ability for a user to scan their card directly. I …
-
Is it possible to access a ScreenModel in SwiftUI or does my app need to be a compose-multiplaform? I want to keep the UI side native per platform (Android: Compose & iOS SwiftUI) and only share the "…
-
I noticed some of users getting this crash. I can't seem to replicate it.
I'm on v3.4.0.
```
OS Version: macOS 14.5.0 (23F79)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Crashe…
-
Can I use this plugin for a swift app I'm building or is this built to be used by Flutter?