Код: Выделить всё
struct Clock10View: View {
let light: Bool
var body: some View {
ZStack() {
Rectangle()
.frame(width: 6, height: 6)
.foregroundColor(.gray)
Rectangle()
.frame(width: 5, height: 5)
.foregroundColor(.red)
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/766 ... y-centered
Мобильная версия