Post

Replies

Boosts

Views

Activity

Reply to @Binding in App structure not updating view
This pattern is not recommended with didSet subscribe to their changes instead. The patterns in the code don't follow the SwiftUI paradigm. @State var whatsNew = Array<String>() { didSet { print("what's new array set, newRefreshIndicator = \(newRefreshIndicator)") newRefreshIndicator = false if !newPopup { newPopup = true } } } @Binding var setMock: [Restaurants] { didSet { print("dataSet") // yes.restList.removeAll() joining = false print("searchRest = \(search)") print("mock = \(restMock)") search = true creating = false joining = false } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Reply to voiceover ile xcode kullanmak
Mac'inizdeki yazılımla etkileşim kurmak için zaten Voiceover kullanıyorsanız, erişilebilirlik özellikleriyle Xcode'u kullanmak zaten etkin olmalıdır. If you're already using Voiceover to interact with the software on your mac then using Xcode with the accessibility features should already be active.
Feb ’22