davdroman / Popsicle

Simple, extensible interpolation framework
MIT License
1.09k stars 105 forks source link

Use as Intro. #8

Closed futomtom closed 9 years ago

futomtom commented 10 years ago

Hi I tried to use DRDynamicSlideShow like this -viewdidLoad //My MainVC { UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]]; _introView = [storyboard instantiateViewControllerWithIdentifier:@"intro"]; // @"intro" is MainViewController in this demo code.
[self presentViewController:_introView animated:NO completion:nil]; } but the result is blank Content, how is the correct usage , when use as Intro, Thanks.

and also I plan to dismiss intro viewcontroller by this. -(void)finishIntroToMainView { [self dismissViewControllerAnimated:true completion:nil]; }

davdroman commented 9 years ago

Hi there.

I can't really take care of any issues right now since I'm pretty busy with high school, but I'm working on something new that will probably solve your current problem.