-
UI elements of a SwiftUI view get tapped but are not registered. For example, if there is a button with an accessibility identifier, KIF detects and taps on it, but the button's action method is not g…
-
To convert the following SwiftUI example into the LVN DSL
```swift
Image("turtlerock")
.clipShape(Circle())
```
I wanted to pass a `Circle` view to the `clipShape` modifier using the `templ…
-
I was able to use this SDK on my iPhone using your example code. Although the example code does not show how to implement the connect function, the official Vuzix Connect app creates a connection to t…
-
**Describe the bug**
Using SwiftUI, displaying the keyboard moves the input accessory view _wayyyy_ too high.
**To Reproduce**
This is reproducible form the official repo examples applicat…
-
### Description
I have a `WebView` (custom `UIViewRepresentable` component with `WKWebView`) within `NavigationStack`, and by default, scrolling animation of navigation bar (shrinking between large…
Uki19 updated
4 months ago
-
When I run
`./generate-objc-dependencies-to-json.rb -w -s "swift-project-analyzer"`
I get the following error
Cannot read file /Users/xinyi/Library/Developer/Xcode/DerivedData/OnePlayer-cqt…
-
Hi, I'm struggling to create an APK of the App without debug symbols to run on devices.
I've the latest version of skip (0.10.6) and I've created a new project from scratch. I can run it from Xcode…
-
## Summary
I have a list view in SwiftUI with many line items and I want to show a "Pay" button for each row that, when clicked, would generate and present a PaymentSheet bottom view. However, when I…
-
We are trying to get the PX Editor integrated into our SwiftUI app and having issues.
The URL Scheme has been successfully registered and the link provided from the Product Mapper page does open i…
-
Hello,
Thank you very much for all of your work on this project, it's fantastic!
I've been building something around it and exploring how it works and had a question that I'm hoping you can help…