mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-20 08:34:08 +01:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -19,7 +19,7 @@ struct ContentView: View {
|
||||
.fontWeight(.semibold)
|
||||
.foregroundColor(.black)
|
||||
.padding(4)
|
||||
.animation(.basic(duration: 0.3, curve: .easeOut))
|
||||
// .animation(.basic(duration: 0.3, curve: .easeOut))
|
||||
|
||||
Image("ui")
|
||||
.frame(width: show ? 414 : 300, height: show ? 600 : 300)
|
||||
@@ -35,7 +35,7 @@ struct ContentView: View {
|
||||
.fontWeight(.regular)
|
||||
.foregroundColor(.gray)
|
||||
.padding(4)
|
||||
.animation(.basic(duration: 0.4, curve: .easeIn))
|
||||
// .animation(.basic(duration: 0.4, curve: .easeIn))
|
||||
|
||||
Button(action: {
|
||||
withAnimation {
|
||||
|
||||
Reference in New Issue
Block a user