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

Localize 'Skip' button #124

Closed fbara closed 8 years ago

fbara commented 8 years ago

I've been able to localize all the pages but the Skip button still isn't localized. Is there a way to change the text of the Skip button?

mamaral commented 8 years ago

The skip button is a property you can modify directly however you want.

https://github.com/mamaral/Onboard/blob/master/Source/OnboardingViewController.h#L38

fbara commented 8 years ago

Well that was easy, thanks!

mamaral commented 8 years ago

No problem!