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

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:

Awesome Lists containing this project

README

          

# SwiftUI Custom TabBar

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/chicio/SwiftUI-CustomTabBar/master/LICENSE.md)
[![Supported platform](https://img.shields.io/badge/platforms-iOS-orange.svg)](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.