Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created August 11, 2017 15:50
Show Gist options
  • Save ArchieR7/036718c8b4e2521e58b7dde374233a34 to your computer and use it in GitHub Desktop.
Save ArchieR7/036718c8b4e2521e58b7dde374233a34 to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
return viewModels[indexPath.row].cell(tableView, indexPath: indexPath)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment