Post

Replies

Boosts

Views

Activity

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
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 How to get focused element's cursor position using accessibility API?
You should this question to the Electron JS github project as electron is not an Apple native solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to GPU much slower than CPU for LSTMs and bidirectional in TensorFlow 2.8
Post a bug report on the tensorflow github project
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Parallel Protocol Hierarchies
Programming is a science and not an art. Please read the swift documentation.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Apple Mail : How to remove emails in follow up tab
You will have ask this question in the non-developer community here: https://discussions.apple.com/welcome
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to How to do async IO using IOUSBHostPipe?
I think it is more or less your implementation of the ioCompleteCallback function that is missing. Any async callback data is passed to this function.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to How to do async IO using IOUSBHostPipe?
Take a look here https://developer.apple.com/documentation/driverkit/communicating_between_a_driverkit_extension_and_a_client_app on the call back logic
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Can I delete my Developer Forums profile
What personally identifiable information do you think the forum is storing on you that doesn't already exist under your apple id that is not duplicated here? And how does removing your profile help with posts created or answered by you that could help someone else?
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode 14 - WatchKit App - Unable to install "App"
Anyone @Apple ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14 - WatchKit App - Unable to install "App"
For some weird reason - removing the info.plist for the watch app and a clean build folder fix the problem.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Cannot install Ventura om M2 MacBook
Download from here instead: https://updates.cdn-apple.com/2022SummerSeed/fullrestores/012-61458/80300AD0-69E5-4429-AE3E-A936CA83B5FC/UniversalMac_13.0_22A5331f_Restore.ipsw
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to New MacBook for Web Development
Post your question here or visit a local apple store: https://discussions.apple.com/welcome
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Sep ’22
Reply to How can I use Superpages on an M1 Mac?
See paper: https://llvm.org/pubs/2009-03-ACMSE-Superpage.pdf
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
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:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Please readd live wallpaper on iOS 16
But are you an iOS developer? Please post your concerns here: http://communities.apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22