Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active June 20, 2017 08:05
Show Gist options
  • Save igorkulman/161f8a13a4c69d53639c1691ddbc87d9 to your computer and use it in GitHub Desktop.
Save igorkulman/161f8a13a4c69d53639c1691ddbc87d9 to your computer and use it in GitHub Desktop.
class UserCell: UITableViewCell, NibReusable
tableView.register(cellType: UserCell.self)
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