-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal padding between pages #197
Comments
We're using |
@crabman448 It's not possible with the current version, but as soon as version 2.0 (#243) is done you should be able to use any custom type of page view controller 🙂 |
Version 2.0 is now released and makes it possible to use the /// Call this method when the parent view controller viewDidAppear method is called.
func viewAppeared()
/// Call this method when the parent view controller viewWillTransitionToSize method is called.
func transitionSize()
/// Call this method when the user scrolls in your page view controller.
func contentScrolled(progress: CGFloat)
/// Call this method when the user has finished scrolling.
func contentFinishedScrolling() Let me know if you have any issues with getting this working. I will look into setting up an example project for this in the future. |
Is it possible to setup this property?
Like this one https://stackoverflow.com/questions/20694679/horizontal-padding-between-uipageviewcontroller-child-view-controllers
The text was updated successfully, but these errors were encountered: