Posts

Post not yet marked as solved
2 Replies
More discussion on this issue can be seen at https://stackoverflow.com/questions/63946914/swiftui-state-and-sheet-ios13-vs-ios14/64910419#64910419
Post not yet marked as solved
2 Replies
I should say that this issue exists on MacOS 11.0 as well, the same code above only displays the details if you uncomment the binding I use iOS specifically because I can compare that it worked on iOS13 and how it changed (what workarounds are needed) in iOS14, so its likely s SwiftUI 2.0 issue
Post not yet marked as solved
3 Replies
Where is the sample code in the Developer app ? I can't seem to find any
Post not yet marked as solved
7 Replies
My understanding is that you need to call it like :Text("\(room.capacity) people", comment: "Capacity")in order to call to the localization Text() initializer :public init(_ key: LocalizedStringKey, tableName: String? = nil, bundle: Bundle? = nil, comment: StaticString? = nil)
Post marked as solved
5 Replies
From the release notes https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_7_release_notesKnown IssuesXcode 11 beta 7 incorrectly reports as beta 6 on the welcome screen. (54795525)