Post

Replies

Boosts

Views

Activity

Reply to accessibilityIdentifier not working the same starting with iOS 15
@ericliang I tried the following, as you suggested, but the outcome is the same as with the initial code for iOS 15/16;      VStack {       VStack {         Text("some text")         Text("more text")       }       // wrapper 1       .accessibilityElement(children: .contain)       .accessibilityIdentifier("ID 1111111111111")     }     // wrapper 2     .accessibilityElement(children: .contain)     .accessibilityIdentifier("ID 2222222222222")
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’23
Reply to accessibilityIdentifier not working the same starting with iOS 15
@ericliang I tried the following, as you suggested, but the outcome is the same as with the initial code for iOS 15/16;      VStack {       VStack {         Text("some text")         Text("more text")       }       // wrapper 1       .accessibilityElement(children: .contain)       .accessibilityIdentifier("ID 1111111111111")     }     // wrapper 2     .accessibilityElement(children: .contain)     .accessibilityIdentifier("ID 2222222222222")
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Terminal command for XCode->File->Packages->Reset Package Cache
@AmiBSC did you find a solution?
Replies
Boosts
Views
Activity
Apr ’23
Reply to IOS 18 update causes toolbar contents to not show
I also have the same issue
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24