Skip to content

Instantly share code, notes, and snippets.

@s4cha
Created February 19, 2017 15:53
Show Gist options
  • Select an option

  • Save s4cha/7bdfa8cdcc6283ed36e86b5f0a3b7a8e to your computer and use it in GitHub Desktop.

Select an option

Save s4cha/7bdfa8cdcc6283ed36e86b5f0a3b7a8e to your computer and use it in GitHub Desktop.
extension UITableView {
func register<T: UITableViewCell>(_: T.Type) where T: Reusable {
register(T.self, forCellReuseIdentifier: T.reuseIdentifier)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment