I saw some app have the following tab bar:
I summarize the above tab bar with following characteristics:
- showing on top
- not fully occupy the full screen width
- Inside an navigation controller
(I am using xcode8 + swift3)
I would like to implement the same thing, but I don't know how to do it (I know how to implement default tab bar showing at bottom & occupy full screen width). Could someone please guide me or provide a tutorial link how to implement this thing? Thanks!