0

i use ECSlidingViewController within my iPad app.

Everything works fine except in landscape mode.

The touchable part of the screen is only almost 768x768px :

enter image description here

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.

enter image description here

lefakir
  • 3,983
  • 4
  • 27
  • 37

1 Answers1

0

I think this is a more general problem (ie UITabBarController on iPad): iOS7 - Setting selectedIndex of UITabBarController breaks touch events along right-hand edge of screen?

Community
  • 1
  • 1
lefakir
  • 3,983
  • 4
  • 27
  • 37