Post

Replies

Boosts

Views

Activity

Comment on How to fix an extra whitespace at the top of UIAlertController action sheet on iPad?
You may also try to set popoverPresentationController to .bottom. Doing do, the popover will appear below the controller, hence reducing (but probably not eliminating), the white space.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’25
Comment on User changes Settings for my app, any notification?
@dhoerl yes, that's a good idea.
Replies
Boosts
Views
Activity
May ’25
Comment on Checking the contents of a TextField variable method not working
I thought it was 10 seconds 😉. It is more fun to compete… I see you are as much or even more active than me on the forum. Would you mind we exchange our mail (posting for a very short time on the forum).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Comment on How do I use "views" and structures / what's wrong with my code?
We see more and more such awful code, directly generated by AI, which "so called" developers don't even understand what it means. Probably believing they'll become a good (and rich developer) effortlessly… A real disgrace.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Apr ’25
Comment on How to drag drop to reorder items in a horizontal scroll view?
It is better to increase minimum distance : DragGesture(minimumDistance: 40) to better differentiate scroll (limited move on left or right) and drag.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on SafariBookmarksSyncAgent quits unexpectedly
Thanks. I know how to see the status in FB Assistant. Unfortunately, not any feedback since I posted.
Replies
Boosts
Views
Activity
Dec ’24
Comment on preferredColorScheme not working with Xcode 16
If I set the background explicitly with my own defined colours .background(isDarkMode ? Color.veryDarkGray : Color.lightGray) It works. But I need to rely on automatic application of colorScheme.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on preferredColorScheme not working with Xcode 16
I run on MacOS 14.7. I filed a bug report: Oct 8, 2024 at 6:08 PM – FB15429756
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on How to display multiple languages ​​in appstoreconnect
I once had a similar issue, because lproj file was missing in the settings. As soon as I added, language appeared on AppstoreConnect.
Replies
Boosts
Views
Activity
Sep ’24
Comment on "spam" rejection for app dating back 15-years
That's an idea. Could be also called 'Le cercle des apps disparues" 😀
Replies
Boosts
Views
Activity
Sep ’24
Comment on iTunes Store is stuttering, repeating the same (erroneous) message every 5 minutes…
20 minutes after your post, 44… So that shows it started for everyone at the same time… What did they change at 1:20 GMT today ? (6:20 am in California). I wonder if all those of us you face the problem are based in Europe ? If so, that could be a bug in implementing notices for DSA regulation ? 45…
Replies
Boosts
Views
Activity
Jul ’24
Comment on Irrelevant automatically generated answers on the forum
Thanks. We all do mistakes every day, so he/she is forgiven 😉. Nowadays, hard to say if it is a human or a not so intelligent AI…
Replies
Boosts
Views
Activity
Jul ’24
Comment on Swift Async/Await, how to bring asynchronously calculated results back to main thread
Would this technical paper help ? https://www.hackingwithswift.com/quick-start/concurrency/whats-the-difference-between-async-let-tasks-and-task-groups
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on TextField("x", value: $y, format: .currency(code: "USD")) Behaves oddly
That's also my conclusion with present SwiftUI.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jun ’24
Comment on Yet another change to forum interface. Is it worth it ?
Thanks for the answer. In the last version of the forum, in the list of posts , the name of the author of a post has disappeared. It was a valuable information before opening the post. I filed a FB. Jun 16, 2024 at 3:01 PM – FB13928836
Replies
Boosts
Views
Activity
Jun ’24