View on Top of UITabBar

后端 未结 7 1848
慢半拍i
慢半拍i 2021-02-02 16:03

Similar to what the Spotify or Apple Music app does when a song is playing, it places a custom view on top of the UITabBar:

Solutions I\'ve tried:

  1. UITa

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-02 16:57

    1. Make the view's frame with the height of tab bar and brings it to top, 2. set tabBar hidden is true.

提交回复
热议问题