Created
March 2, 2020 18:15
-
-
Save almaleh/7f0acc45a29b5913809dc31047111934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let workItem = DispatchWorkItem { [weak self] in | |
UIView.animate(withDuration: 1.0) { | |
self?.view.backgroundColor = .red | |
} | |
} | |
self.workItem = workItem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment