Skip to content

Instantly share code, notes, and snippets.

@apmason
Last active October 23, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apmason/e28a55eed364dc201a6bc6efd8efbe12 to your computer and use it in GitHub Desktop.
Save apmason/e28a55eed364dc201a6bc6efd8efbe12 to your computer and use it in GitHub Desktop.
UIView .transition(with: testTextField, duration: 4, options: .transitionCrossDissolve,
animations: {
self.testTextField.textColor = UIColor.red
}, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment