i use ECSlidingViewController within my iPad app.
Everything works fine except in landscape mode.
The touchable part of the screen is only almost 768x768px :
When the app launches it is not possible to tap buttons in the green rectangle.
Yet the topViewController view frame and bounds are {{0, 0}, {1024, 768}}.
I should clarify that ECSlidingViewController is not the initial view controller but an item of a UITabBarController.