Post

Replies

Boosts

Views

Activity

Comment on SwiftUI subviews traverse issue
for below code: Text("Hello, world!") .accessibilityIdentifier("Text") I need to find the view with accessibilityIdentifier is 'Text', and get the Text sub view's frame; I have searched some solutions, like: 1.PreferenceKey + anchorPreference; 2.UIViewRepresentable; but this solutions require some additional code, can not find a sub view merely through the accessibilityIdentifier of the system.
Topic: UI Frameworks SubTopic: SwiftUI
Jan ’26
Comment on SwiftUI subviews traverse issue
for below code: Text("Hello, world!") .accessibilityIdentifier("Text") I need to find the view with accessibilityIdentifier is 'Text', and get the Text sub view's frame; I have searched some solutions, like: 1.PreferenceKey + anchorPreference; 2.UIViewRepresentable; but this solutions require some additional code, can not find a sub view merely through the accessibilityIdentifier of the system.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jan ’26
Comment on CoreAutoLayout -[NSISEngine _flushPendingRemovals] crash
Hi, Richard, thank you for your reply, I think we have found the root cause, thank you very much ^_^.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on CoreAutoLayout -[NSISEngine _flushPendingRemovals] crash
Hi, Richard, thank you for your reply, I have post a feedback: https://feedbackassistant.apple.com/feedback/21602362, and upload the fully symbolicated Apple crash report, and add more detailed info in this feedback, still unable to resolve the crash, hoping for your reply and suggestion, thanks.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on ios26 NumberPad keyboard issue on iPad
Hi, Is this a bug or a change in system behavior? If it is a behavioral change, is there any document to explain it.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’25
Comment on OS 26 with CNContactViewController issue
Hi, issue still occurs in the iPadOS 26.6 Beta6(23A5318c), or can you suggest how to fix this issue, thank you~
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Xcode 26 with OS 26 UINavigationBar white blank at the top when rotated to landscape
Hi, I have filed a feedback, the number is: FB19396112
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on OS 26 with CNContactViewController issue
Hi, I have post a feedback report: FB19221991(https://feedbackassistant.apple.com/feedback/19221991)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on Xcode26 build app with iOS26, UITabBarController set CustomTabBar issue
Not yet. May I ask if you have found a solution
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on Fatal Exception: NSInternalInconsistencyException Attempting to select a view controller that isn't a child! (null)
Hi, before you call setViewControllers, should check if ViewController's view has loaded: guard isViewLoaded else { return }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on Fatal Exception: NSInternalInconsistencyException Attempting to select a view controller that isn't a child! (null)
Hi, my next post include the sample code, please look at that code and see if you can find any problems, thank you~
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Comment on Fatal Exception: NSInternalInconsistencyException Attempting to select a view controller that isn't a child! (null)
Hi, I have send a feedback and upload a sample project, please help to analyze: FB15953241 (Fatal Exception: NSInternalInconsistencyException Attempting to select a view controller that isn't a child! (null)) Thank you very much.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’24