Skip to content

Commit 779b6dd

Browse files
committed
WIP
1 parent 8a68a1a commit 779b6dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Sources/ViewTypes/View.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#if !os(watchOS)
22
/// An abstract representation of a generic SwiftUI view type.
33
///
4-
/// Note: prior to iOS 26, `Text`, `Image`, and `Button` were drawn inside a subclass of
5-
/// `UIView` called `_UIGraphicsView` which was introspectable via `.introspect(.view)`,
6-
/// however starting iOS 26 this is no longer the case and all SwiftUI primitives
7-
/// seem to somehow be drawn without an underlying `UIView` vessel.
4+
/// Note: prior to iOS 26, primitive views like `Text`, `Image`, `Button`, and layout
5+
/// stacks were drawn inside a subclass of `UIView` called `_UIGraphicsView` which was
6+
/// introspectable via `.introspect(.view)`, however starting iOS 26 this is no longer the
7+
/// case and all SwiftUI primitives seem to somehow be drawn without an underlying
8+
/// `UIView` vessel.
89
///
910
/// ### iOS
1011
///

0 commit comments

Comments
 (0)