Amzd - Overview
Navigation Menu
Casper Zandbergen Amzd
the lack of empathy for animals in otherwise reasonable people is disheartenig
Pinned Loading
-
1
/// An iOS style TabView that doesn't reset it's childrens navigation stacks when tabs are switched.
2
public struct UIKitTabView: View {
3
private var viewControllers: [UIHostingController<AnyView>]
4
private var selectedIndex: Binding<Int>?
5
@State private var fallbackSelectedIndex: Int = 0