Last active
March 28, 2017 06:00
-
-
Save feighter09/16e51b63b7899c75f9755d0476d9f679 to your computer and use it in GitHub Desktop.
This file contains 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
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