Authentication Using SwiftUI

Who are you, again?

Steven Curtis
4 min readJul 16, 2021

Before we start

Difficulty: Beginner | Easy | Normal | Challenging

The opportunity

You know what, I’ve previously had a fun old time creating a Tip calculator in SwiftUI. Yes, there are some points for improvements (thanks all commenters on all my articles).

The completed project

The supporting video

Prerequisites

Keywords and Terminology

ObservableObject: A type of object with a publisher that emits before the object has changed

SwiftUI: A simple way to build user interfaces across Apple platforms

Setting up the project

--

--

Responses (1)