Search code examples
objective-cshadowuipageviewcontrollerpage-flipping

Objective c UIPageViewController remove shadow when flipping


Just a quick question, is it possible to remove the shadow of UIPageviewcontroller when flipping ? Ex: example of shadow

Thanks,


Solution

  • 99% certain you won't be able to accomplish this with a one-liner. Your best bet is to find code where someone reimplemented the page-turn animation themselves and remove the code which draws the shadow from that.