Post

Replies

Boosts

Views

Activity

Reply to voiceover ile xcode kullanmak
Mac'inizdeki yazılımla etkileşim kurmak için zaten Voiceover kullanıyorsanız, erişilebilirlik özellikleriyle Xcode'u kullanmak zaten etkin olmalıdır. If you're already using Voiceover to interact with the software on your mac then using Xcode with the accessibility features should already be active.
Feb ’22
Reply to How to protect content for screenshot like Netflix on Safari does.
Seek and you will find.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to SwiftUI using .tag in picker doesn’t work on ForEach generated items
Tags must be unique, the first index of each item's separated component will produce a warning/error at runtime if it's not unique: Text($0).tag($0.components(separatedBy: " ")[0])
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to How to generate .symbols files without exporting the archive?
Probably take a look in the derived folder of the latest build against a real device or just archive and export to disk.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Accessing sensors in background while app is closed
Not possible. Everything goes to sleep after a certain time unless it is an Apple system service which runs on a different set of rules, GPS region monitoring related, VOIP related, background audio etc.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Displaying Photos with PhotoKit inside LazyVGrid uses a lot of memory
Have you thought of processing thumbnails from Photohkit instead of making thumbnails from the original image size without actually resizing the original image source data? https://developer.apple.com/documentation/photokit/loading_and_caching_assets_and_thumbnails
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode 13.2.1 on MacOS Monterey 12.1.
Might want to look at the release note for the for the compiler changes mentioned and adjust accordantly.
Replies
Boosts
Views
Activity
Feb ’22
Reply to voiceover ile xcode kullanmak
Mac'inizdeki yazılımla etkileşim kurmak için zaten Voiceover kullanıyorsanız, erişilebilirlik özellikleriyle Xcode'u kullanmak zaten etkin olmalıdır. If you're already using Voiceover to interact with the software on your mac then using Xcode with the accessibility features should already be active.
Replies
Boosts
Views
Activity
Feb ’22
Reply to XCode Update to 13.2.1 fails
Delete then fresh install
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode13 can't export gpu counters of gpu command
Please file a bug report.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Send data from App to Server to Website
Amazon, Azure or your own custom hosted server from any hosting company. Plus your time & effort to implement the web services and web front end.
Replies
Boosts
Views
Activity
Feb ’22
Reply to How to reduce a gap betweeen UISearchController and UITableViewHeader?
You can't.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to M1 Max GPU fails to converge in more complex models
Posting this here: https://feedbackassistant.apple.com in the appropriate category is a direct path to apple engineers where it can be prioritized and tracked for investigation.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Apple or anyone @TableColumnBuilder usage?
Creating a table view under macOS where the number of columns are less than 10 but The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to TextField appears to break preferences
ScrollView alone does this on its own.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to MessageSendFailure: Message send failure for update
See the Xcode 13.3 release notes for clearing the module cache.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22