Skip to content

Instantly share code, notes, and snippets.

@samdods
Created October 31, 2018 11:30
Show Gist options
  • Save samdods/326f7a4b1cf834692605e5c5347e9cff to your computer and use it in GitHub Desktop.
Save samdods/326f7a4b1cf834692605e5c5347e9cff to your computer and use it in GitHub Desktop.
let cell = tableView.dequeueReusableCell(withIdentifier: "ProductCell", for: indexPath) as! ProductCell
// use cell as non-optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment