How to build custom TabBar using SwiftUI?
Xode 12 — iOS 14

Implementation Logic
- Build Bottom Bar HStack UI with tab Item
- Move/Translate selected tab up on Tap
- Draw Bar path as curve around selected Indes
First we create a tab Item object which contains Tab Icon name and the relative offset.