Open greynguyen opened 8 years ago
You could try subclassing OnboardViewController
and putting the button there, as that is the container that holds all of the content view controllers. The pageControl
property on OnboardViewController
is a subview that is static above all of the content as it scrolls, so you could reference that and see how that's handled.
I actually don't know objective-C, do you mind showing me how I would go about adding those changes? Thanks!
I want to make a log in button that appears on all pages. I don't want it to slide from the same button to the other.
In other words, how do I make it so that the button does not swipe with the rest of the page?