Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save froggomad/615199836ade1420691496dc6c095335 to your computer and use it in GitHub Desktop.
Save froggomad/615199836ade1420691496dc6c095335 to your computer and use it in GitHub Desktop.
extension TitledCollectionViewController: TitledCollectionViewDelegate {
func itemWasSelected(_ fruit: Fruit) {
print("Fruit named \(fruit.description) was selected")
}
func itemWasSelected(_ vegetable: Vegetable) {
print("Vegetable named \(vegetable.description) was selected")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment