Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created August 28, 2018 21:21
Show Gist options
  • Select an option

  • Save Arrlindii/c4fe116f19130c22b4995edbba0341ee to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/c4fe116f19130c22b4995edbba0341ee to your computer and use it in GitHub Desktop.
func dequeueReusableCell(withIdentifier identifier: String) -> UITableViewCell {
return pool.draw()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment