🍎

[SwiftUI]Custom Animation Tab(下線移動式タブ)

2022/06/23に公開

成果物

様々なアプリで見かける、
下線のボーダーごと移動するカスタムタブを実装しました。
ここから見た目の細かな変更も可能なので、
あまりライブラリ使いたくない方はご参考程度にどうぞ。

ソース

https://github.com/chiii-arai/swiftui-examples/blob/main/swiftui-examples/Examples/CustomTabView.swift

参考

https://medium.com/@Archetapp/creating-an-animated-tab-bar-3cef48b9e8ed

Discussion