Make NavigationBar's titleView larger than itself

前端 未结 3 1283
挽巷
挽巷 2021-01-14 13:51

I want to place an image in the middle of a navigation bar that is bigger then the bar itself. So far I tried to use a UIView with a UIImageView inside and it works quite we

3条回答
  •  长发绾君心
    2021-01-14 14:26

    The UINavigationBar has UIBarMetrics if you want a custom height but it's not fully interactive.

    There's a bunch of code suggested by apple to actually develop nice things like iMessage app.

提交回复
热议问题