mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-18 23:10:00 +02:00
Xcode 11 beta 6
This commit is contained in:
@@ -42,7 +42,7 @@ struct Calculator: View {
|
||||
.foregroundColor(Color.blue)
|
||||
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
|
||||
.background(Color(red: 234 / 255.0, green: 240 / 255.0, blue: 241 / 255.0))
|
||||
.tapAction {
|
||||
.onTapGesture {
|
||||
self.touchAction(item)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user