mamaral / Onboard

An iOS framework to easily create a beautiful and engaging onboarding experience with only a few lines of code.
MIT License
6.46k stars 765 forks source link

Different full screen images #108

Closed fabdurso closed 8 years ago

fabdurso commented 8 years ago

Is there a way to do something like this?

OnboardingContentViewController *firstPage = [OnboardingContentViewController contentWithTitle:nil body:nil image:FULL_SCREEN_IMAGE buttonText:nil action:^{

    }];
OnboardingContentViewController *secondPage = [OnboardingContentViewController contentWithTitle:nil body:nil image:ANOTHER_SCREEN_IMAGE buttonText:nil action:^{

    }];

What I'd like to achieve is to have different background images in every page.

mamaral commented 8 years ago

Unfortunately, this is not currently something that is built into Onboard.