Post

Replies

Boosts

Views

Activity

Reply to Organizer won't load
unused test app. I'd delete it if I could Did you try to connect to AppstoreConnect, select the app select "App information" in the left menus remove app (link in "Additional information" at the bottom of the page) Thanks to tell if that works and then don't forget to close the thread by marking the answer as correct. Otherwise please explain what you get when you try.
May ’25
Reply to how to get subviews of a SwiftUI view in UIKit environment
AFAIK, it is not possible for views outside of the UIKit UIHostingController. In fact views in SwiftUI are very different, they are just drawn when needed. See discussion here: https://www.reddit.com/r/SwiftUI/comments/1kq7aop/how_to_get_subviews_of_a_swiftui_view_in_uikit/ But you wrote SwiftUI view that I have wrapped using UIHostingController So where's the problem ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’25
Reply to How to Create Applications with Objective-C Without ARC
Welcome to the forum. Have a look in this 10 years old document: https://www.thomashanning.com/how-to-disable-arc-for-objective-c-files/ But that seems a bit useless. You'd better read technical notes (e.g., https://clang.llvm.org/docs/AutomaticReferenceCounting.html) explaining how ARC works ; that's more efficient than spending so much time in reinventing. If your goal is to "to create modern applications", you are probably heading in the opposite direction. If you found what you needed in those references, don't forget to close the thread by marking the answer as correct.
Topic: Programming Languages SubTopic: General Tags:
May ’25
Reply to
Whatever the interest, that's not the purpose of the forum to ask for product evaluation even less ffor product promotion. You may use Test flight for it.
May ’25
Reply to AXChildren does not get all children
Your code, without any comment to explain what is being done at each step is the perfect example of how hard it is to understand a code in this condition. In addition, I'm not sure to find where the border is added. Is it in tempOverlayElements ?   for some AXGroup the children array access with AXChildren is empty where in code do you build the array ?
May ’25
Reply to NASDAQ: APPL Is Cooked
Please STOP polluting the forum.
Replies
Boosts
Views
Activity
May ’25
Reply to App Store Connect has numerous UI bugs and is not accessible
Could you stop polluting the forum with your acrimonious posts ? You are unhappy with Apple ? That's your problem, not ours.
Replies
Boosts
Views
Activity
May ’25
Reply to Windows / Linux support.
Welcome to the forum. Maybe a suggestion here. When your PC becomes obsolete (it will some day), buy a Mac to replace. You'll use it not only for code.
Replies
Boosts
Views
Activity
May ’25
Reply to Organizer won't load
unused test app. I'd delete it if I could Did you try to connect to AppstoreConnect, select the app select "App information" in the left menus remove app (link in "Additional information" at the bottom of the page) Thanks to tell if that works and then don't forget to close the thread by marking the answer as correct. Otherwise please explain what you get when you try.
Replies
Boosts
Views
Activity
May ’25
Reply to How to fix an extra whitespace at the top of UIAlertController action sheet on iPad?
Could you attach the screenshot ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to HELP!!!
I don't know how to write this Write WHAT ? Do you expect someone to find it out from your screenshots, without any explanation ?
Replies
Boosts
Views
Activity
May ’25
Reply to popoverTip prevents tap recognition
My personal feeling is that this behaviour makes sense. When you get the tip, it is to know what the button is about. One may then decide to trigger action or ignore the button. The present scheme allows for the OR.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to how to get subviews of a SwiftUI view in UIKit environment
AFAIK, it is not possible for views outside of the UIKit UIHostingController. In fact views in SwiftUI are very different, they are just drawn when needed. See discussion here: https://www.reddit.com/r/SwiftUI/comments/1kq7aop/how_to_get_subviews_of_a_swiftui_view_in_uikit/ But you wrote SwiftUI view that I have wrapped using UIHostingController So where's the problem ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to SwiftUI TextField corrupts selection when inserting utf16
I cannot reproduce your issue. In simulator, when I type 12*,   * is immediately converted to x Then I end typing 34 and get 12x34. Here are the logs: Moving cursor from 2[any] Moved to 4[utf8] Moving cursor from 2[utf16] Moved to 4[utf8]
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
May ’25
Reply to So, when can we ditch Xcode and enjoy happier software development on VSCode/Cursor?
If you're not happy with Xcode, use another tool. But don't clutter the forum with pointless posts.
Replies
Boosts
Views
Activity
May ’25
Reply to Best practice: Use of enum without cases for static helper functions?
This seems to answer (partially) to your question: https://stackoverflow.com/questions/49427144/is-there-a-technical-reason-to-use-swifts-caseless-enum-instead-of-real-cases
Replies
Boosts
Views
Activity
May ’25
Reply to How to Create Applications with Objective-C Without ARC
Welcome to the forum. Have a look in this 10 years old document: https://www.thomashanning.com/how-to-disable-arc-for-objective-c-files/ But that seems a bit useless. You'd better read technical notes (e.g., https://clang.llvm.org/docs/AutomaticReferenceCounting.html) explaining how ARC works ; that's more efficient than spending so much time in reinventing. If your goal is to "to create modern applications", you are probably heading in the opposite direction. If you found what you needed in those references, don't forget to close the thread by marking the answer as correct.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to
Whatever the interest, that's not the purpose of the forum to ask for product evaluation even less ffor product promotion. You may use Test flight for it.
Replies
Boosts
Views
Activity
May ’25
Reply to Xcode cannot find any frameworks
Did you try to simply import ? import Foundation import Metal import QuartzCore
Replies
Boosts
Views
Activity
May ’25
Reply to AXChildren does not get all children
Your code, without any comment to explain what is being done at each step is the perfect example of how hard it is to understand a code in this condition. In addition, I'm not sure to find where the border is added. Is it in tempOverlayElements ?   for some AXGroup the children array access with AXChildren is empty where in code do you build the array ?
Replies
Boosts
Views
Activity
May ’25