Issue with button on the left side of the uinavigation bar

后端 未结 3 642
野的像风
野的像风 2021-01-03 11:32

I have a button on the left side of the navigation bar. I also have a UIButton near that button.

Now when I click the button thats below the navigation bar, in many

3条回答
  •  轮回少年
    2021-01-03 12:15

    Note that if Apple enlarged the navigationBar's left button (right one is not), it's for usability questions. It's almost the most clicked button of iphone device, so people have got the ability to tap back button in an instinctive way (i never look at the button, I just know the movement).

    Have in mind that if you reduce the touch region, users may have difficulties to reach it.

    My recommandation, sorry for that, would be to move down 3 or 5px down your 3 buttons.

提交回复
热议问题