Post

Replies

Boosts

Views

Activity

Reply to Get it right (to left) WWDC2020 proplem
Is the phone's Settings App Language actually set for the right to left languages? If so, then the app should automatically pick this up. Also, just make sure the key path parameter of the environment modifier has a backslash for layoutdirection .environment(\.layoutDirection, .rightToLeft)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to UITableView XCTest Swipe Pagination issues
First of all, any UI Automation should not be making live outbound API calls. You need to implement a data mocking mechanism during testing where the UI wait times are constant and are not bound by the variable response times related to real data requests before triggering a UI action or gesture.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’22