Skip to content

Instantly share code, notes, and snippets.

@Dimillian
Last active November 17, 2017 14:33
Show Gist options
  • Save Dimillian/0939928ba9e08a41c45ea931de46a8dd to your computer and use it in GitHub Desktop.
Save Dimillian/0939928ba9e08a41c45ea931de46a8dd to your computer and use it in GitHub Desktop.
if let vc = Storyboards.Controllers.booksCollection.instantiate() as? BooksCollectionViewController {
vc.booksCollectionDataProvider = BooksCollectionAllBooksDataProvider(user: user)
parentVC.navigationController?.pushViewController(vc, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment