custom scrollable tab bar on top iOS

前端 未结 4 1057
灰色年华
灰色年华 2021-01-03 01:04

I have a question about implementing a custom scrollable tab bar at the top of the screen in an iOS app. I am looking for a a tab bar very similar to the vevo app (pictured

4条回答
  •  渐次进展
    2021-01-03 01:38

    this project may help you: https://github.com/Marxon13/M13InfiniteTabBar but you need

    Consist in a infinite UITabBar with a UIScrollView embedded in it ;) and it can be configure to put the tabbar in top of screen.

    enter image description here

    Hope it helps!

提交回复
热议问题