Objective c UIPageViewController remove shadow when flipping

420 Views Asked by At

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

Thanks,

1

There are 1 best solutions below

0
On BEST ANSWER

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.