I have this struct in my code:
struct TabsController: View { @State var selectedView = 1 init(_ selectedView: Int) { self.selectedView = selectedView