Post

Replies

Boosts

Views

Activity

Comment on My system Data takes 71Gb
Thanks for feedback. Hope it will not grow again unreasonably in the future. That could be worth a discussion with Apple Support. Good continuation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on TextField entry throws NSInvalidArgumentException
We cannot post code in a comment. You need to Answer the question.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Long Press Gesture on collectionView not working
That's why I try to avoid declaring a func in the middle of some code.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Concurrency
In Swift 5.5, async wait could be used. You may have a look here: h t t p s : / / w w w .hackingwithswift.com/articles/233/whats-new-in-swift-5-5
Replies
Boosts
Views
Activity
Oct ’21
Comment on Metadata rejection
That's not because they did not raise question before they will not raise them now. may be they should have raised in the past. In your situation, I would explain I'm not using any third party library. Do you include advertising in your app ? That could be the cause of concern.
Replies
Boosts
Views
Activity
Oct ’21
Comment on It seems Xcode 13.1 RC requires the unreleased macOS 12. Will this requirement also affect the official release of Xcode 13.1?
@OOPer a few hours ago, I read release note that asked effectively for Monterey (unfortunately, I did not captured screen). Apparently they have corrected the release notes.
Replies
Boosts
Views
Activity
Oct ’21
Comment on is there an api for the AirPods
Follow KMT advice: file a bug for enhancement request.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on SwiftUI view execution confusion, both buttons execute same code
Yes, that’s one of the many bizarre behaviors of SwiftUI (and why I do not like it so much) to confuse between View and Control (good old MVC). Here, I guess that applying a style sets de facto a frame to the button. I will test just adding a frame to buttons, to check hypothesis. Good continuation,
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Interface builder not setting button title?
Yes, put them in IBAction. What error do you get ? Your button is likely in halite state when you test. Nevertheless, surprising to have its title nil in this state.
Replies
Boosts
Views
Activity
Oct ’21
Comment on Interface builder not setting button title?
Really surprising. I do the test with the same version. What do you get with print(sender.titleLabel) ? Could you give an email address so that we can share a file ?
Replies
Boosts
Views
Activity
Oct ’21
Comment on Interface builder not setting button title?
So I learned something, that the plain style has a different behaviour. Good continuation. What is surprising is that it works for me. You should keep a copy of the project that fails and file a bug report with a copy the project (zip the complete folder).
Replies
Boosts
Views
Activity
Oct ’21
Comment on How to add different actions to rightCalloutAcessoryView button for each annotation?
Start a new post and detail your question. Please show enough code so we can understand exactly what you mean.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Annoying Quote Superimposes On My Screen - macOS Monterey Version 12.0.1
Thanks for feedback. Don't forget to close the thread.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Print location shared when user tap 'locate me' button
But you have defined denied case. SO you should add the alert code in :        case .denied:
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Button on header of colelctionview not visible
If that may help, some objC code: https://stackoverflow.com/questions/22360632/ios-uicollectionview-implementation-of-viewforsupplementaryelementofkind-bombin
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21