GKLParallaxPictures
GKLParallaxPictures copied to clipboard
GKLParallaxPictures with Storyboards
I am building an app using Storyboards. I want to use GKLParallaxPictures not in the root view controller but in another view controller. How can I do that in the viewDidLoad of my ViewController?
I am trying the following, but load nothing
[self.view addSubview:paralaxViewController.view];
+1