Nov 22, 2022
The original update method on the user object returns a new user object..
func update(emailAddress: String) -> User { return User(...) }
The original update method on the user object returns a new user object..
func update(emailAddress: String) -> User { return User(...) }
I write about Apple, Swift, and SwiftUI in particular, and technology in general. I'm also a Lead iOS Engineer at InRhythm, a modern digital consulting firm.