Skip to content

Instantly share code, notes, and snippets.

@dmlebron
Created August 2, 2018 15:03
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 dmlebron/cd1465239322aadd051abf4851e15d66 to your computer and use it in GitHub Desktop.
Save dmlebron/cd1465239322aadd051abf4851e15d66 to your computer and use it in GitHub Desktop.
let nib = UINib(nibName: "MyCell", bundle: nil)
tableView.register(nib, forCellReuseIdentifier: "MyCell")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment