You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this awesome pod!
It's not really a huge issue, much rather a small suggestion but maybe one could add scrolling animations to Pageboy like parallax scrolling or even fading. Especially parallax scrolling makes lots of PageViewControllers look a lot smoother. This pod (AnimatedCollectionViewLayout) demonstrates a couple of animations. I tried to add parallax scrolling on my own. Unfortunately, I couldn't make it work. I only managed to add it to my normal UIPageViewController but I'd like to stick with Pageboy. Therefore, if you should have some time left, you could maybe add this at some point. I'm sure many others would be grateful as well. Looking forward to Pageboy 3!
The text was updated successfully, but these errors were encountered:
@blurtime sounds great! Did you say you managed to implement it on a regular UIPageViewController? Would be interesting to see how, and would certainly help as Pageboy uses this under the hood 😄
Hi @msaps
I'm happy you like the idea! Unfortunately, I didn't create a backup of the file I got it to work with. The same day I deleted the file I later realized that Pageboy uses it under the hood when I debugged the view hierarchy for another reason. None of my previous backups contain the file either... :(
I can only vaguely (I still was a bloody newcomer when I did it) remember that I couldn't find anything on "UIPageViewControllers and parallax scrolling" and therefore watched some tutorials on how to add parallax scrolling to uiscrollviews and managed to apply this to my UIPageViewController. I'm sorry
First of all, thank you for this awesome pod!
It's not really a huge issue, much rather a small suggestion but maybe one could add scrolling animations to Pageboy like parallax scrolling or even fading. Especially parallax scrolling makes lots of PageViewControllers look a lot smoother.
This pod (AnimatedCollectionViewLayout) demonstrates a couple of animations. I tried to add parallax scrolling on my own. Unfortunately, I couldn't make it work. I only managed to add it to my normal UIPageViewController but I'd like to stick with Pageboy. Therefore, if you should have some time left, you could maybe add this at some point. I'm sure many others would be grateful as well. Looking forward to Pageboy 3!
The text was updated successfully, but these errors were encountered: