Using optional binding when SwiftUI says no – Ios swift
The problem TL;DR: A String I'm trying to bind to inside TextField is nested in an Optional type, therefore I cannot do that in a straightforward manner. I've tried various fixes listed below. I'm a simple man and my use…