Minimum changes for Xcode 11 beta 5

This commit is contained in:
John Holdsworth
2019-07-31 14:11:25 +01:00
parent 7af0a711da
commit a36ff1b7ca
48 changed files with 209 additions and 114 deletions

View File

@@ -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 {