Post

Replies

Boosts

Views

Activity

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 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 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 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 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 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 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 Calendar Component Quarter always returns zero
I understand the frustration, notably because that's a feature since MacOS 10.9. They have had a lot of time to complete it !
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Type of expression is ambiguous without more context
Sorry, I wrote Content8 and Content9 because I test the code in another SwiftUI app. You can simply use ContentView and the name of the destination you want.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on projects
That's a different question. Is it in the context of Student challenge ? In any case, the forum is not the right place for this type or request.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on iPad Pro iPadOS 15.0.2 Orientation Changes Not working
Does it rotate in iPhone ? What do you get once button fired ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on pdfPage.draw ios15 strange results
@nefimoffRTA, no I'm not an Apple employee
Replies
Boosts
Views
Activity
Oct ’21
Comment on How Do You Assign Int To UILabel
@colekong    What OOPer said ; please follow the code of conduite on the forum.     Plus: you could also add a property var scoreStr : String { String(score) } and use it for setting label: Score.text = newScore.scoreStr.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Safari Crashing on MacBook
deleted
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Cannot convert value of type '[Double]' to expected argument type 'Double'
Thanks for feedback. Which answer did solve it ? Please close the thread now by marking the solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21