https://github.com/chicio/swiftui-customtabbar
:iphone: A custom iOS TabBar implementation using SwiftUI. :iphone:
https://github.com/chicio/swiftui-customtabbar
apple ios iphone mobile swift swiftui swiftui-example swiftui-learning xcode
Last synced: 11 months ago
JSON representation
:iphone: A custom iOS TabBar implementation using SwiftUI. :iphone:
- Host: GitHub
- URL: https://github.com/chicio/swiftui-customtabbar
- Owner: chicio
- License: mit
- Created: 2020-03-06T10:07:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T08:32:33.000Z (about 4 years ago)
- Last Synced: 2025-04-23T15:14:52.046Z (11 months ago)
- Topics: apple, ios, iphone, mobile, swift, swiftui, swiftui-example, swiftui-learning, xcode
- Language: Swift
- Homepage: https://www.fabrizioduroni.it/blog/
- Size: 96.7 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SwiftUI Custom TabBar
[](https://raw.githubusercontent.com/chicio/SwiftUI-CustomTabBar/master/LICENSE.md)
[](https://img.shields.io/badge/platforms-iOS-orange.svg)
**NB.: Considering the success of the blog post below, I decided to create a new custom TabBar SwiftUI library called [TabBarUIAction](https://github.com/chicio/TabBarUIAction "TabBArUIAction custom tab bar swiftui"). Go and check it out!!!**
A sample project for my blog post post [Create a custom TabBar in SwiftUI](https://www.fabrizioduroni.it/2020/03/06/custom-tabbar-swiftui/), where I show how to create a custom TabBar using SwiftUI.
### Description
This is a quote from the post:
> ...SwiftUI is a big step forward with respect to the old imperative UIKit approach (sometimes I still have headache about Autolayout issues and constraint definition :astonished::smile:). In this post I will show you how I created a custom tab bar with the ability to open a modal from a tab bar item (like some major apps, e.g. Instagram) and a customized navigation where the TabBar is shown only on the first level of navigation. Below you can find a video that shows the final result...
Click on the link above to read the posts.