Post

Replies

Boosts

Views

Activity

Reply to NVMe External Disk working in MacOS Sequoia But not in Tahoe
These are the Developer Forums, where third-party developers of apps for Apple's platforms ask each other for hints and tips on coding. These forums aren't a direct line to Apple's developers. If you have an issue, you can raise a bug at: https://feedbackassistant.apple.com/ If you do so, please provide the full model number for your NVMe drive, and the exact versions of macOS that you tried. They will be needed.
Topic: Community SubTopic: Apple Developers Tags:
Sep ’25
Reply to .tint() has no effect on macOS Liquid Glass toggles (on state background)
This page says: Some controls adapt to the tint color differently based on their style, the current platform, and the surrounding context. For example, in macOS, a button with the bordered style doesn’t tint its background, but one with the borderedProminent style does. In macOS, neither of these button styles tint their label, but they do in other platforms. Is it possible that Toggles also don't respect the .tint modifier on macOS? Does it work if you use different styles? If you think it's a bug, raise it in the usual way, at: https://feedbackassistant.apple.com/ then post the FB number here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’25
Reply to Liquid Glass
And what would turning it off do? The whole OS has been re-engineered to work with Liquid Glass. Buttons have been moved, code has been changed, icons have been updated. There is no simple way to turn off Liquid Glass. If you don't like Liquid Glass, use the various accessibility options and tweak the OS to your liking.
Topic: Design SubTopic: General Tags:
Sep ’25
Reply to How to handle long press on a Text() in iOS26
Oh yeah, forgot to say that the way it's written above is required as I want the user to be able to long press the scrollview to apply the darker background, then be able to drag the content within the scrollview in the same action, i.e.: Long press scrollview, background changes. Drag finger, content scrolls. If I use a longPressGesture() it only changes the background colour, and doesn't then allow the user to scroll.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’25
Reply to .presentationDetents not working on iOS 17
I've just experienced something similar to this with Xcode Version 26.0 (17A321) I don't have any other versions of Xcode I can try this with. Supplying .presentationDetents() with any value, e.g. .presentationDetents([.height(250)]) or .presentationDetents([.medium, .large]), does the following: iOS 17.5 Simulator: The sheet is not displayed at all, effectively freezing the app as there's no sheet displayed and no way to dismiss it. iOS 18.5 Simulator: The sheet is 250px tall. iOS 26.0 Simulator: The sheet is 250px tall. My current workaround is to do this: .sheet(isPresented: $showSheet) { if #available(iOS 18.0, *) { ChooseImageSheet(showSheet: $showSheet) .presentationDetents([.height(250)]) } else { ChooseImageSheet(showSheet: $showSheet) } } It's not elegant having to repeat some code without a modifier on it in this way. Also, this forces the sheet to use the .large detent, which fills the screen and isn't really appropriate for what I need to display in the sheet. Sadly, I can't provide a sample project that exhibits this behaviour, as something as simple as this code doesn't exhibit it: import SwiftUI struct ContentView: View { @State private var showSheet: Bool = false var body: some View { VStack { Button { showSheet.toggle() } label: { Text("Show the sheet") } } .padding() .sheet(isPresented: $showSheet) { SheetView() .presentationDetents([.height(200)]) } } } struct SheetView: View { var body: some View { ZStack { Color.blue.opacity(0.4) Text("I'm the sheet! Hi!") .foregroundStyle(Color.black) } .ignoresSafeArea() } } #Preview { ContentView() }
Topic: UI Frameworks SubTopic: SwiftUI
Sep ’25
Reply to Novice SwiftUI developer can't make network call
It totally depends on what your app is supposed to do, and when. If you want it to run when the app starts, put it inside the @main app, i.e.: // This is defined at the 'top level' because it's not within a function, struct, class etc. let myString = "https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=AAPL&apikey= *********" func doNetworkCall() { if let banjo = URL(string: myString) { let Lulah = URLSession.shared.dataTask(with:banjo ) { myDatastring , response , error in} Lulah.resume() } else { myDatastring="nil url" } } @main struct MyApp: App { doNetworkCall() // This will be executed first } If you want it to be executed when the user presses a button, then add a View struct with the Button in it that calls the doNetworkCall() function. You've stated you're a novice developer, and that's fine; I just can't go into much more detail as this isn't the place for that, and Apple has perfectly useful sample code and coding exercises you can follow. It looks like you've jumped in and missed a few fundamentals. Try the tutorials here: https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials
Topic: Design SubTopic: General
Sep ’25
Reply to iOS 26 SwiftData crash does not happen in iOS 16
What project? The way you've written this, I'm guessing you've raised this as a bug and are just posting it here, too? https://feedbackassistant.apple.com/ If you haven't raised it and feel it's definitely a bug and not something you've done, please raise it. On that, you can't attach a project here so is it easy enough for you to simply provide the code in text form? If not, we can't really help you.
Sep ’25
Reply to Images are distorted.
Images in what? If you're having issues in an app you're writing, show us some code and we can help you out. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. These forums are not a direct line to Apple's employees. Also, you chose "Code Signing" and "General" tags for your post. Are those really the right tags? If you choose random tags your post gets put in random places, and doesn't end up where someone with the right skills can help you, so please choose better in future.
Sep ’25
Reply to IOS 26
These are the Developer Forums, where third-party developers ask each other for hints and tips on how to code their apps for Apple's platforms. Posting about bugs in these forums isn't going to progress them unless you also raise them as bugs in the usual place, which is not these Developer Forums. Apple's developers aren't sitting around reading these forums, waiting for things to fix. Please raise each bug separately at: https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Design SubTopic: General
Sep ’25
Reply to Safari 26 close and Refresh buttons not working in Compact tab layout
These are the Developer Forums, where third-party developers ask each other for hints and tips on how to code their apps for Apple's platforms. Posting bugs in these forums isn't going to progress them unless you also raise them as bugs in the usual place, which is not these Developer Forums. Apple's developers aren't sitting around reading these forums, waiting for things to fix. Please raise each bug separately at: https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Safari & Web SubTopic: General
Sep ’25
Reply to app review asks for 3.5 inch iPhone screenshot
It depends. What version of iOS are you targeting as a minimum? What does App Store Connect require? If the app can be installed and used on a 3.5-inch device, and there are no screenshots for it (and you haven't told App Store Connect that it can use a larger size scaled down), then you have to provide them.
Replies
Boosts
Views
Activity
Sep ’25
Reply to NVMe External Disk working in MacOS Sequoia But not in Tahoe
These are the Developer Forums, where third-party developers of apps for Apple's platforms ask each other for hints and tips on coding. These forums aren't a direct line to Apple's developers. If you have an issue, you can raise a bug at: https://feedbackassistant.apple.com/ If you do so, please provide the full model number for your NVMe drive, and the exact versions of macOS that you tried. They will be needed.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to tabViewBottomAccessory AttributeGraph cycles, broken behavior of views participating in cycles
I'm also getting this, and without a fix I cannot release an updated version of my app.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’25
Reply to .tint() has no effect on macOS Liquid Glass toggles (on state background)
This page says: Some controls adapt to the tint color differently based on their style, the current platform, and the surrounding context. For example, in macOS, a button with the bordered style doesn’t tint its background, but one with the borderedProminent style does. In macOS, neither of these button styles tint their label, but they do in other platforms. Is it possible that Toggles also don't respect the .tint modifier on macOS? Does it work if you use different styles? If you think it's a bug, raise it in the usual way, at: https://feedbackassistant.apple.com/ then post the FB number here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Feedback on Bluetooth Issue with iOS 26 on iPhone 16 Pro Max
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Liquid Glass
And what would turning it off do? The whole OS has been re-engineered to work with Liquid Glass. Buttons have been moved, code has been changed, icons have been updated. There is no simple way to turn off Liquid Glass. If you don't like Liquid Glass, use the various accessibility options and tweak the OS to your liking.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to How to handle long press on a Text() in iOS26
Oh yeah, forgot to say that the way it's written above is required as I want the user to be able to long press the scrollview to apply the darker background, then be able to drag the content within the scrollview in the same action, i.e.: Long press scrollview, background changes. Drag finger, content scrolls. If I use a longPressGesture() it only changes the background colour, and doesn't then allow the user to scroll.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to .presentationDetents not working on iOS 17
I've just experienced something similar to this with Xcode Version 26.0 (17A321) I don't have any other versions of Xcode I can try this with. Supplying .presentationDetents() with any value, e.g. .presentationDetents([.height(250)]) or .presentationDetents([.medium, .large]), does the following: iOS 17.5 Simulator: The sheet is not displayed at all, effectively freezing the app as there's no sheet displayed and no way to dismiss it. iOS 18.5 Simulator: The sheet is 250px tall. iOS 26.0 Simulator: The sheet is 250px tall. My current workaround is to do this: .sheet(isPresented: $showSheet) { if #available(iOS 18.0, *) { ChooseImageSheet(showSheet: $showSheet) .presentationDetents([.height(250)]) } else { ChooseImageSheet(showSheet: $showSheet) } } It's not elegant having to repeat some code without a modifier on it in this way. Also, this forces the sheet to use the .large detent, which fills the screen and isn't really appropriate for what I need to display in the sheet. Sadly, I can't provide a sample project that exhibits this behaviour, as something as simple as this code doesn't exhibit it: import SwiftUI struct ContentView: View { @State private var showSheet: Bool = false var body: some View { VStack { Button { showSheet.toggle() } label: { Text("Show the sheet") } } .padding() .sheet(isPresented: $showSheet) { SheetView() .presentationDetents([.height(200)]) } } } struct SheetView: View { var body: some View { ZStack { Color.blue.opacity(0.4) Text("I'm the sheet! Hi!") .foregroundStyle(Color.black) } .ignoresSafeArea() } } #Preview { ContentView() }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’25
Reply to Novice SwiftUI developer can't make network call
It totally depends on what your app is supposed to do, and when. If you want it to run when the app starts, put it inside the @main app, i.e.: // This is defined at the 'top level' because it's not within a function, struct, class etc. let myString = "https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=AAPL&apikey= *********" func doNetworkCall() { if let banjo = URL(string: myString) { let Lulah = URLSession.shared.dataTask(with:banjo ) { myDatastring , response , error in} Lulah.resume() } else { myDatastring="nil url" } } @main struct MyApp: App { doNetworkCall() // This will be executed first } If you want it to be executed when the user presses a button, then add a View struct with the Button in it that calls the doNetworkCall() function. You've stated you're a novice developer, and that's fine; I just can't go into much more detail as this isn't the place for that, and Apple has perfectly useful sample code and coding exercises you can follow. It looks like you've jumped in and missed a few fundamentals. Try the tutorials here: https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Sep ’25
Reply to iOS 26 SwiftData crash does not happen in iOS 16
What project? The way you've written this, I'm guessing you've raised this as a bug and are just posting it here, too? https://feedbackassistant.apple.com/ If you haven't raised it and feel it's definitely a bug and not something you've done, please raise it. On that, you can't attach a project here so is it easy enough for you to simply provide the code in text form? If not, we can't really help you.
Replies
Boosts
Views
Activity
Sep ’25
Reply to macOS 26 Tahoe beta 1 - Cannot login
@olivetreecanada Raise it as a bug at https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Images are distorted.
Images in what? If you're having issues in an app you're writing, show us some code and we can help you out. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. These forums are not a direct line to Apple's employees. Also, you chose "Code Signing" and "General" tags for your post. Are those really the right tags? If you choose random tags your post gets put in random places, and doesn't end up where someone with the right skills can help you, so please choose better in future.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Full Xcode on iPad Pro with M-series processors
Why are you posting this here? These are the Developer Forums, where third-party developers ask each other for hints and tips on how to code their apps for Apple's platforms. If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Replies
Boosts
Views
Activity
Sep ’25
Reply to IOS 26
These are the Developer Forums, where third-party developers ask each other for hints and tips on how to code their apps for Apple's platforms. Posting about bugs in these forums isn't going to progress them unless you also raise them as bugs in the usual place, which is not these Developer Forums. Apple's developers aren't sitting around reading these forums, waiting for things to fix. Please raise each bug separately at: https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Sep ’25
Reply to Safari 26 close and Refresh buttons not working in Compact tab layout
These are the Developer Forums, where third-party developers ask each other for hints and tips on how to code their apps for Apple's platforms. Posting bugs in these forums isn't going to progress them unless you also raise them as bugs in the usual place, which is not these Developer Forums. Apple's developers aren't sitting around reading these forums, waiting for things to fix. Please raise each bug separately at: https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Sep ’25