Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/tabbar
https://github.com/noppefoxwolf/tabbar
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/tabbar
- Owner: noppefoxwolf
- License: mit
- Created: 2023-12-02T14:25:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T04:59:42.000Z (about 2 months ago)
- Last Synced: 2024-09-16T06:01:41.613Z (about 2 months ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.