Skip to content

Instantly share code, notes, and snippets.

@feighter09
Last active March 28, 2017 06:00
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 feighter09/16e51b63b7899c75f9755d0476d9f679 to your computer and use it in GitHub Desktop.
Save feighter09/16e51b63b7899c75f9755d0476d9f679 to your computer and use it in GitHub Desktop.
tableView.register(StoryCell.self, forCellReuseIdentifier: "StoryCell")
let cell = tableView.dequeueReusableCell(withIdentifier: "StoryCell", for: indexPath) as? StoryCell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment