Post

Replies

Boosts

Views

Activity

Xcode 14.2 (14C18) doesn't have tvOS 16.2 SDK
Hi, I haven't updated my Apple TV because although tvOS 16.2 released you can't download the tvOS 16.2 SDK from Xcode. Will Xcode 14.2 work fine with tvOS 16.2? Even the release notes for Xcode 14.2 doesn't mention tvOS 16.2, but the release notes for tvOS 16.2 mentions Xcode 14.2. So it's just confusing. Is this working for anyone else? Is it ok to upgrade? Xcode 14.2 Release notes: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14_2-release-notes tvOS 16.2 Release notes: https://developer.apple.com/documentation/tvos-release-notes/tvos-16_2-release-notes Edit: Added release notes links
0
0
911
Jan ’23
SwiftUI: .fullscreenCover doesn't show .navigationTitle
Since NavigationView has been deprecated, what is the new way to show the navigation bar with a navigation title in SwiftUI? The code below doesn't show the nav bar: var body: some View { Button {     showFullscreenModal.toggle() } label: {         Text("Test Fullscreen")     }.sheet(isPresented: $showFullscreenModal) {         Text("Modal content").navigationTitle("Modal title").toolbar {         Button {         self.showFullscreenModal = false         } label: {             Text("Cancel") } }     } } Am I doing something wrong?
1
1
3k
Dec ’22
Xcode 14.2 (14C18) doesn't have tvOS 16.2 SDK
Hi, I haven't updated my Apple TV because although tvOS 16.2 released you can't download the tvOS 16.2 SDK from Xcode. Will Xcode 14.2 work fine with tvOS 16.2? Even the release notes for Xcode 14.2 doesn't mention tvOS 16.2, but the release notes for tvOS 16.2 mentions Xcode 14.2. So it's just confusing. Is this working for anyone else? Is it ok to upgrade? Xcode 14.2 Release notes: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14_2-release-notes tvOS 16.2 Release notes: https://developer.apple.com/documentation/tvos-release-notes/tvos-16_2-release-notes Edit: Added release notes links
Replies
0
Boosts
0
Views
911
Activity
Jan ’23
SwiftUI: .fullscreenCover doesn't show .navigationTitle
Since NavigationView has been deprecated, what is the new way to show the navigation bar with a navigation title in SwiftUI? The code below doesn't show the nav bar: var body: some View { Button {     showFullscreenModal.toggle() } label: {         Text("Test Fullscreen")     }.sheet(isPresented: $showFullscreenModal) {         Text("Modal content").navigationTitle("Modal title").toolbar {         Button {         self.showFullscreenModal = false         } label: {             Text("Cancel") } }     } } Am I doing something wrong?
Replies
1
Boosts
1
Views
3k
Activity
Dec ’22