FredKitTabBarSplitView

A subclass of UITabBarController that translates UITabBarItems 1:1 into a Sidebar on iPadOS.

Simply use FredKitTabBarSplitView instead of UITabBarController.

I created this projects in an afternoon because I was frustrated that there‘s no simpler solution.

There‘s plenty of options to improve this even further, PRs welcome, and gonna add more stuff myself over time.

Installation

Add Swift Package: https://github.com/frogg/FredKitTabBarSplitView.git

Don‘t forget to import FredKitTabBarSplitView.

And then it‘s literally one line of code change:

Screen Shot 2022-01-07 at 01 41 54

…or if you use Interface Builder:

Screen Shot 2022-01-07 at 01 42 36

GitHub

View Github