CurvedTabbar with Animation Move Write in SwiftUI

YY存储标签栏

带有动画的弯曲选项卡栏。

预览

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()

GitHub

点击跳转