Target c UIPageViewController to remove shadow when flipped

Just a quick question, is it possible to remove the UIPageviewcontroller shadow while flipping? Example: shadow example

Thank,

+5
source share
1 answer

99% are sure that you cannot do this using a single-line interface. It’s best to find the code where someone overestimated the page rotation animation and removed the code that draws a shadow from it.

0
source

All Articles