Closed fabdurso closed 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.
Unfortunately, this is not currently something that is built into Onboard.
Is there a way to do something like this?
What I'd like to achieve is to have different background images in every page.