Post

Replies

Boosts

Views

Activity

Comment on Seeing some behaviour in Swift that I don't understand...
You may have aa look here (Avoiding Duplicate Identifiers): https://tekrider.net/pages/david-brooks-stalker.php
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Learn to code / beginner
Thanks Quinn. So what I read in many places on Internet about compatibility for Xcode 26 was incorrect or at least unprecise.
Replies
Boosts
Views
Activity
Aug ’25
Comment on UISlider valueChanged has uninitialized UIEvent
At least you have a workaround. It will be very interesting to know if they revert to UIEvent or stay with UIControl.Event.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Crash in Swift 6 when using UNUserNotification
I attached a complete crashlog in Feedback assistant.
Replies
Boosts
Views
Activity
Aug ’25
Comment on Asking about computers model always refer to apple.com?
My apologies to @limtc for misinterpreting the question.
Replies
Boosts
Views
Activity
Jul ’25
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