Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created July 29, 2018 07:29
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/30d5783142dd42296f45967e86b24323 to your computer and use it in GitHub Desktop.
Save laevandus/30d5783142dd42296f45967e86b24323 to your computer and use it in GitHub Desktop.
let contactsViewController: CollectionViewController = …
let historyViewController: TableViewController = …
contactsViewController.emptyViewText = "There are not any contacts"
historyViewController.emptyViewText = "There is no history available"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment