iOS7 - Setting selectedIndex of UITabBarController breaks touch events along right-hand edge of screen?

后端 未结 5 1826
逝去的感伤
逝去的感伤 2020-12-15 22:08

I\'ve hit a weird problem with UITabBarController on iOS7 and can\'t seem to find a workaround, so any help would be welcome!

Scenario:

5条回答
  •  -上瘾入骨i
    2020-12-15 23:04

    In the list of view controllers on the left hand side navigate to the views/view controllers affected, drag the view to underneath the first responder so that it is disassociated to the view controller's view.

    Then go to the layout tab on the right hand side, select all 4 anchors and both sets of resizing arrows (horizontal + vertical).

    Then drag the view back to where it was originally (just below the view controller).

提交回复
热议问题