Is it possible to capture screenshot (with drawViewHierarchyInRect:afterScreenUpdates:) before UICollectionView become visible?
In my situation i have UIPageViewController with multiple views as pages. I want to capture screenshot before collection view is visible and add blur.
But drawView... method always return blank image, only after uicollectionview is completely visible this can return good screenshot?
Is there any way to force UICollectionView to render before it become visible?