Tim Donnelly
Tim Donnelly
Thanks for opening @strangeliu. Can you please provide mode information on what you were trying to do, what you expected to happen, and what actually happened?
Got it – would adding back an optional completion argument be helpful for the methods on `Animator`? ```swift public enum CompletionReason { case finished case interrupted } public func animate(...
Most of the previously public API was unused, so v3 moves toward a much simpler model – the advent of types like `UIViewPropertyAnimator` mean that Advance is primarily useful for...
For anyone still having trouble with this: `NSLayoutAttribute` was renamed to `NSLayoutConstraint.Attribute` in Swift 4.2. I opened a PR to add `swift_version = 4.2` to the podspec, which will remove...