Post

Replies

Boosts

Views

Activity

Comment on ScrollViewReader ignores safeAreaInset on macOS?
Sorry, may have posted too soon, give me a minute!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Adding a Haptic Metronome to the Watch
I don't think @AndreaMusic is suggesting that Apple should create this app, they are just asking if this is an app that a developer could write?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Apple sample code "Detecting Human Actions in a Live Video Feed" - accessing the observations associated with an action prediction
Friendly Tip: a better title for your question would probably have got a quicker answer!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Error -> init(coder:) has not been implemented
Let me put it another way... somewhere in your app, you are creating a CVC, and when this happens, you get the error. So where does this happen, and how. Where do you create/instantiate/initialize the CVC?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Error -> init(coder:) has not been implemented
You have not shown an initialization of CVC. Maybe it in initialized using a Storyboard segue? In that case, you could make viewModel an Optional, and set it in the prepare for segue method.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on How to draw a line of shapes in swift
No need to be rude. I took time out from my day, to show you code that could be used to create the stamp.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Issues building HikeView.swift (from SwiftUI Tutorial)
The problem is with HikeView.swift, not Hike.swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on System Preferences --> Network --> Ethernet --> Limit IP Address Tracking
Did you read the 2nd link I mentioned?
Replies
Boosts
Views
Activity
Jan ’22
Comment on import pdf from url
Did you add the startAccessingSecurityScopedResource?
Replies
Boosts
Views
Activity
Jan ’22
Comment on import pdf from url
When accessing an iCloud pdf, it works for me, after adding "url.startAccessingSecurityScopedResource()"
Replies
Boosts
Views
Activity
Jan ’22
Comment on import pdf from url
Could there be a problem with your PDF file? Maybe try again, with a different PDF?
Replies
Boosts
Views
Activity
Jan ’22
Comment on import pdf from url
Which is correct, your original code, or mine? What error do you see on a real device?
Replies
Boosts
Views
Activity
Jan ’22
Comment on Cannot convert value of type 'Int' to expected argument type 'string'
You could also use: URLQueryItem(name: "PollDuration", value: String(StepperValue))]
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on xCode Issue
So much code... what do you want us to look at here?
Replies
Boosts
Views
Activity
Jan ’22
Comment on Popping application from background state
Not necessarily. In fact, I doubt there is a "legal" way to do what you describe. But if you find one, please post it here!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21