Black screen appears during fast swipe of Page View Controller.

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:

  1. How to resolve black screen appearance during fast swipe of page view controller?.
  2. if I want to make page swipe to slow, how to do it just like Apple did in their iPhone/iPad home screen?
Black screen appears during fast swipe of Page View Controller.
 
 
Q