SwiftUI: Animate Tab bar tab switch with a CrossDissolve slide?

Prafulla Singh
2 min readApr 18, 2021

XCode 12 — iOS 14

In this tutorial, We are going to implement CrossDissolve slide animation for Tab bar view.

We cannot achieve CrossDissolve animation in SwiftUI itself, unless we create custom tab bar. In this tutorial, We are going to implement crossDissolve for native Tab-bar.

--

--