swiftui-introspect
swiftui-introspect copied to clipboard
Introspect underlying UIKit/AppKit components from SwiftUI
### Description Hello! I just received an error message stating that the library does not support watchOS. However, the badges on the README page indicate that it should. I'm wondering...
### Description Hello Introspect Team I'm using your great tool to disable gestures in page TabView unfortunatly it stop working in ios 15 after switch to new introspect. in iOS...
### Description Hey @davdroman ! I have some report on CustomKeyboardKit that there are some performance implications on my library if used with an extensive amount of TextFields. (See: https://github.com/paescebu/CustomKeyboardKit/issues/19)...
### Description I store a controller's navigation bar into an @Weak property so I can modify it later on. This used to work fine but it appears that this broke...
### Description I have a `WebView` (custom `UIViewRepresentable` component with `WKWebView`) within `NavigationStack`, and by default, scrolling animation of navigation bar (shrinking between large title and inline) is working fine....
### Description I have an app with the basic structure of a NavigationView which contains a ScrollView. If the user taps an element in the ScrollView, the app navigates to...
### Description .scrollView, on: .iOS(.v16, .v17) Should be updated? ### Checklist - [X] I have read the [README](https://github.com/siteline/swiftui-introspect#swiftui-introspect) before submitting this report. - [X] This issue hasn't been addressed in...
I'm currently twiddling my thumbs while waiting for #56 to be merged, so I decided to take a look at the [insights](https://github.com/siteline/SwiftUI-Introspect/pulse). The last commit was some README updates in...
### Description We've uploaded the application to TestFlight, and it crashes. Followed image from the crash info: Note: Release (actually same TF build) and Debug configuration works locally without issues....