Skip to content

Instantly share code, notes, and snippets.

@NikhilManapure
Created January 10, 2017 05:18
Show Gist options
  • Save NikhilManapure/498aa6d375b05e00ae131dbd385b0b32 to your computer and use it in GitHub Desktop.
Save NikhilManapure/498aa6d375b05e00ae131dbd385b0b32 to your computer and use it in GitHub Desktop.
Good way to write cellForRowAt
override func tableView(_ tableView: UITableView,
cellForRowAt indexPath: IndexPath) -> UITableViewCell {
// Set up(adding that notoroious view again based on some condition )
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment