Skip to content

Commit

Permalink
Update for Xcode 10 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cooksimo committed Sep 14, 2018
1 parent 7d48d7e commit abd574f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KeyboardDodger/KeyboardDodger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ extension UIViewAnimationOptions {
self = .curveEaseOut
case .linear:
self = .curveLinear
default:
self = .curveEaseInOut
}
}

Expand Down

0 comments on commit abd574f

Please sign in to comment.