Skip to content

CurvedTabbar with animation moving😁,Write in SwiftUI

Notifications You must be signed in to change notification settings

ChuanqingYang/YYCurvedTabbar

Repository files navigation

YYCurvedTabbar

A curved tabbar with animation.

Preview

Features

  • Custom selection animation YYTabbarConfiguration.SelectionStyle
  • Custom background YYTabbarConfiguration.ContentStyle
  • Custom Curve YYTabbarConfiguration.CurveStyle

and more...

Usage

VStack {
    Text(items[selection].title)
        .frame(maxWidth: .infinity,maxHeight: .infinity,alignment: .center)
}
.overlay(alignment: .bottom) {
  YYCurvedTabbar(items: items, selection: $selection)
}
.ignoresSafeArea()

About

CurvedTabbar with animation moving😁,Write in SwiftUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages