Created
October 31, 2018 11:30
-
-
Save samdods/326f7a4b1cf834692605e5c5347e9cff to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = 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