TabBar

MIT License

Stars
1

TabBar

final class CustomTabBar: TabBar {
}
tabBarController.setTabBar(CustomTabBar())

itemPositioning

tabBar.itemPositioning = .fill
tabBar.itemPositioning = .centered

Install

Swift Package Manager

.package(url: "https://github.com/noppefoxwolf/TabBar", from: "0.0.x")

LICENSE

TabBar is available under the MIT license. See the LICENSE file for more info.