Result values in '? :' expression have mismatching types 'DashboardView' and 'SignInView' – Ios swift
Result values in '? :' expression have mismatching types 'DashboardView' and 'SignInView' i have login interface , when the fields are correctly filled it redirect me to the dashboardView . this is my code : VStack(spacing: 20) { TextField("Email", text:…