Last active
November 17, 2017 14:33
-
-
Save Dimillian/0939928ba9e08a41c45ea931de46a8dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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