I would like to implement a custom UINavigationBar
with a breadcrumb trail at the bottom. So I'm wondering if it's possible to increase the siez of the bar to get this result.
Also, is it possible to animate the breadcrumb trail with the animation of the view being pushed or popped?
I'm mainly interested in a solution with UIKit
, I don't know if I can do this with SwiftUI
yet.
Thank you for your help