Skip to content

Instantly share code, notes, and snippets.

@n0an
Created December 31, 2016 13:01
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 n0an/b53fa84111fdc9128a3e6108b155cf8d to your computer and use it in GitHub Desktop.
Save n0an/b53fa84111fdc9128a3e6108b155cf8d to your computer and use it in GitHub Desktop.
override func prepareForReuse() {
super.prepareForReuse()
profileImageView.image = nil
usernameTopButton.setTitle("", forState: .Normal)
dateLabel.text = nil
profileImageDownloadTask?.cancel()
profileImageDownloadTask = nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment