Skip to content

Instantly share code, notes, and snippets.

@zenangst
Created February 13, 2018 17:55
Show Gist options
  • Select an option

  • Save zenangst/ecb91314c7f7925b140fab854a7363fc to your computer and use it in GitHub Desktop.

Select an option

Save zenangst/ecb91314c7f7925b140fab854a7363fc to your computer and use it in GitHub Desktop.
Syncing UIView animations - Run algorithm with animation
let options: UIViewAnimationOptions = [.allowUserInteraction, .beginFromCurrentState]
UIView.animate(withDuration: 2.5, delay: 0.0, options: options, animations: {
self.runLayoutSubviewsAlgorithm()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment