How to remove the shadow of the centerViewController on IIViewDeckController 2.2.11 ? I know I have to use a delegate that implements the viewDeckController:applyShadow:withBounds: selector. But I don't know how to do that.
If someone can help me. Thank you
So I found the solution for the version 2.2.11.
I added this to AppDelegate.h:
In AppDelegate.m, in didFinishLaunchingWithOptions class:
Then I added the viewDeckController:applyShadow:withBounds: selector to the end of AppDelegate.m: