Skip to content

Instantly share code, notes, and snippets.

@SylarRuby
SylarRuby / SignInViewModel.swift
Last active November 12, 2022 10:56
Turbo-iOS Native Authentication View, not modally presented
//
// SignInViewModel.swift
//
// Created by @SylarRuby on 11/11/2022.
//
// This a continuation of https://masilotti.com/turbo-ios/native-authentication/.
// Instead of showing a modal for the form to sign in, we replace the all views
// with the sign in screen/view.
import Foundation