Last active
March 28, 2017 05:59
-
-
Save feighter09/c8bdbee52f4ae178133a2a592566d432 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(forReuse: StoryCell.self) | |
let cell = tableView.dequeueReusable(StoryCell.self, for: indexPath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment