pyro2927 / GKLParallaxPictures

Parallax ViewController made specifically for showcasing multiple images
MIT License
199 stars 29 forks source link

GKLParallaxPictures with Storyboards #6

Open romfeo opened 10 years ago

romfeo commented 10 years ago

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];

cliffgr commented 9 years ago

+1