@State property wrapper do?Suggested approach: Remember to start with a basic definition first, then provide a practical example. Here, that means saying the @State allows us to mutate a value that belongs to a struct without using mutating methods. When it comes to a practical example, almost any kind of value-type SwiftUI binding is good, such as storing text in a TextField.
Estimated difficulty: Easy
See the full list of iOS interview questions