Sometimes I am getting Black screen during fast swipe of pageViewController.
in iPhone home screen, if I want to fast swipe, system somehow slows it down. And Apple also used page view controller in home screen.
To overcome black screen , I want to slow page view controller swipe. But I could not find any delegate method to resolve this. So my query is two:
- How to resolve black screen appearance during fast swipe of page view controller?.
- if I want to make page swipe to slow, how to do it just like Apple did in their iPhone/iPad home screen?