You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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];
The text was updated successfully, but these errors were encountered: