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 764 forks source link

Detect last page #163

Open tibigeorgescu90 opened 7 years ago

tibigeorgescu90 commented 7 years ago

Hi can I change the skipButton text only on the last page? How would that be done?

ghost commented 7 years ago

Hey, you can do this like this:

lastPage.viewDidAppearBlock = { onboardingVC.skipButton.setTitle("NewTitleForSkipButton", for: .normal) }