How come some of my UIViews are shifted after navigation?

前端 未结 5 1240
广开言路
广开言路 2020-12-14 12:29

In some of my application designs or for just some UIViews, following a navigationController\'s pushViewController, my new view will be shifted off the window by the height

5条回答
  •  粉色の甜心
    2020-12-14 12:45

    link text

    A similar bug is discussed here.

    Also is animation set to NO? Try setting it to YES as this solved a similar problem I was facing.

提交回复
热议问题