You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Missing an element?** Please [create an issue](https://github.com/timbersoftware/SwiftUI-Introspect/issues). As a temporary solution, you can [implement your own selector](#implement-your-own-selector).
65
71
66
72
### Cannot implement
67
73
68
-
SwiftUI | Why
69
-
--- | ---
70
-
Text | Not a UILabel
71
-
Image | Not a UIImageView
72
-
Button | Not a UIButton
74
+
SwiftUI | Affected Frameworks | Why
75
+
--- | --- | ---
76
+
Text | UIKit, AppKit | Not a UILabel / NSLabel
77
+
Image | UIKit, AppKit | Not a UIImageView / NSImageView
0 commit comments