Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noppefoxwolf/tabbar


https://github.com/noppefoxwolf/tabbar

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TabBar

```swift
final class CustomTabBar: TabBar {
}
```

```swift
tabBarController.setTabBar(CustomTabBar())
```

## itemPositioning

```swift
tabBar.itemPositioning = .fill
tabBar.itemPositioning = .centered
```

# Install

Swift Package Manager

```swift
.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.