5

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

Thanks,

Grace
  • 1,265
  • 21
  • 47
  • 1
    I really don't think this'll work, but have you tried just nilling out the page controller's view's layer's shadow? – CodaFi Feb 26 '13 at 07:13

1 Answers1

0

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.

RyanR
  • 7,728
  • 1
  • 25
  • 39