Last active
June 20, 2017 08:05
-
-
Save igorkulman/161f8a13a4c69d53639c1691ddbc87d9 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
class UserCell: UITableViewCell, NibReusable |
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(cellType: UserCell.self) |
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
let cell: UserCell = tableView.dequeueReusableCell(for: indexPath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment