Floating Tab Bars

Hello All,

I’m trying to create a floating tab bar like seen in the image below. Everything I find online is based on SwiftUI. Does anyone have any tips or suggestions?

Thanks in advance folks.

1 Like

Hey @dmerriman,

What you’re looking for is a Tab Bar Controller. Here’s Apple’s official documentation: https://developer.apple.com/documentation/uikit/uitabbarcontroller

And a tutorial video: https://www.youtube.com/watch?v=n7NNAdaIDKQ

Let me know how this works!

I’ll check it out. Thanks for the response @YourAvgCoder.

1 Like

@dmerriman,

Yup, no problem! Let me know if that worked out for you…