Post

Replies

Boosts

Views

Activity

Reply to Image Playground API
I'd love to know this, too. Haven't found this answer anywhere.
Replies
Boosts
Views
Activity
Jun ’24
Reply to SwiftUI Sheet Animation Issue with Non-Default Background Colors
This appears to be a bug. The user Benzy Neez gave me a workaround on StackOverflow: You can use a custom background that overflows the bottom of the screen by a sufficient amount to fill the gap that is seen when the size changes: .presentationBackground { Color.gray .padding(.bottom, -1000) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Guideline 2.3 - Performance - Accurate Metadata (Unable to locate Languages)
OK, they replied, thanking me for the explanation and changing the status of the app back to "In Review". So, to answer both of my questions: No, the reviewer didn't change the iOS system language settings to test the localization (incredibly). No, I didn't need to press the "Add For Review" button, so he could read my reply.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15, how to uncheck "Connect via network" for physical device?
For me, Xcode is hanging on "Attaching to AppName on DeviceName" and "Installing AppName to DeviceName". Nothing changes, no matter how long I wait. And it was working yesterday! I didn't change anything.
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI Chart Text Animation Glitch with AxisMarks and AxisLabels
My question was answered on StackOverflow: https://stackoverflow.com/questions/77007744/swiftui-chart-text-animation-glitch-with-axismarks-and-axislabels
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Sorry, something went wrong. Try your request again. If the problem continues
Same issue happening today.
Replies
Boosts
Views
Activity
Aug ’23
Reply to iOS build not showing in Testflight
Happening to me right now.
Replies
Boosts
Views
Activity
Aug ’23
Reply to On App Store Connect all apps show "Sorry, something went wrong. Try your request again. If the problem continues, contact us."
It's happening to me now. It was working a few other before! Status is green for "App Store Connect"
Replies
Boosts
Views
Activity
Aug ’23
Reply to weatherDataService Error when I call "getCurrnetWeather" using Weatherkit
I'm getting the same error in the console, but like jaaabeee, I'm receiving the data.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to SwiftUI Charts: How to center the Y-axis labels on each horizontal bar in a bar chart?
This problem only appears to be happening when the Y-axis label is a Date object, so I found a workaround: I converted each Date label into a String and the problem went away. It's not an answer to my question, but a temporary fix.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Dow do I use WeatherKit Swift framework to fetch the weather inside a Widget Extension?
Got it! Apple Developer portal automatically created an "Identifier" for my WidgetExtension, that's separate from the main app Identifier. I had no idea that's how this worked, I thought I had to create them manually. I added WeatherKit as an AppService there and it worked.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23