Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created July 29, 2018 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/428bdc612a81968eb1273a45d673d691 to your computer and use it in GitHub Desktop.
Save laevandus/428bdc612a81968eb1273a45d673d691 to your computer and use it in GitHub Desktop.
extension CollectionViewController: EmptyViewBanner {
var bannerContainerView: UIView {
return collectionView
}
}
extension TableViewController: EmptyViewBanner {
var bannerContainerView: UIView {
return tableView
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment