Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created June 30, 2020 19:41
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 chelseatroy/359c74d362e866149d60556f181b80eb to your computer and use it in GitHub Desktop.
Save chelseatroy/359c74d362e866149d60556f181b80eb to your computer and use it in GitHub Desktop.
Example of Setting Accessory Type on Cell
...
//to put a checkmark on the trailing side of the view
self.accessoryType = .checkmark
//to remove an accessory (such as a checkmark) from the trailing side of the view
self.accessoryType = .none
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment