The beginning of the Form {}. All of it is supposed to go together, but it would not format all of it. Xcode version 14.3. I need the variables to assign to a codable struct:
struct User: Codable {
var firstName: String
var lastName: String
var isAdmin: Bool
var storeNumber: Int
var teamMemberNumber: Int
var userApproved: Bool
var userCreated: Bool
}
I put the Int() around them bc of that. It is targeting iOS and watchOS. The variables will load into a database.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: