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

custom view #37

Closed mythodeia closed 9 years ago

mythodeia commented 9 years ago

is there any easy way to implement our own custom view and use that as one of the OnboardingContentViewController views?

thanks

mamaral commented 9 years ago

You could subclass OnboardingContentViewController and customize everything inside there, setting whatever built-in properties you want there or not.

mythodeia commented 9 years ago

ok...will try that...closing this now! thanks for your time :+1: