Compose UIBarButtonItem changes position slightly when coming into view

后端 未结 7 2044
星月不相逢
星月不相逢 2021-02-13 15:21

When presenting a new view with a UIBarButtonSystemItemCompose button in the navigation bar, the position is slightly off and adjusts after the view has come into view.

7条回答
  •  别跟我提以往
    2021-02-13 16:08

    Yes, this is IOS8 bug.

    It happens because jumping not a navigation bar item position, its jumping image position inside compose item. This item type seems hasn't override for push animation or something similar, as for example back button.

    I think you should create bug on radar and for fix your current trouble, just create custom UIBarButtonItem with the same image.

提交回复
热议问题