-
Notifications
You must be signed in to change notification settings - Fork 54
Description
GeometryReader { proxy in
VStack {
Color.yellow
.frame(width: 100, height: 100, alignment: .center)
.zIndex(1)
Color.red
.frame(width: 100, height: 100, alignment: .center)
}
.frame(width: 200, height: 200)
}
.ignoresSafeArea()OSUI:
(display-list
(item #:identity 2 #:version 1
(frame (50.0 102.0; 100.0 100.0))
(content-seed 3)
(color #FF3B30FF))
(item #:identity 1 #:version 2
(frame (50.0 -2.0; 100.0 100.0))
(content-seed 5)
(color #FFCC00FF)))
SUI:
(display-list
(item #:identity 2 #:version 1
(frame (50.0 104.0; 100.0 100.0))
(content-seed 3)
(color #FF3B30FF))
(item #:identity 1 #:version 2
(frame (50.0 -4.0; 100.0 100.0))
(content-seed 5)
(color #FFCC00FF)))
Originally posted by @Kyle-Ye in #576 (comment)
Metadata
Metadata
Assignees
Labels
No labels