Post

Replies

Boosts

Views

Activity

Reply to (Swift + CloudKit) or (SwiftUi + Core Data + CloudKit)
https://developer.apple.com/documentation/cloudkit/determining_if_cloudkit_is_right_for_your_app TLDR - CoreData + CK is great for a single user to sync across his devices, it's incredibly easy you can practically ignore the CK part CK only if you want features where the user shares his data with others via his private DB, manage local caches, etc. This is harder.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Reply to WKWebView evaluateJavascript method crash with async/await when javascript call doesn't have return value
Man this sucks!! Like async await is supposed to make life easier or worse?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to CVDisplayLink messages in output
Yeah got the same issue in 13.2.1
Replies
Boosts
Views
Activity
Dec ’21
Reply to SwiftUI Scrollview disable clipping
LazyHStack instead of HStack solved the clipping problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to (Swift + CloudKit) or (SwiftUi + Core Data + CloudKit)
https://developer.apple.com/documentation/cloudkit/determining_if_cloudkit_is_right_for_your_app TLDR - CoreData + CK is great for a single user to sync across his devices, it's incredibly easy you can practically ignore the CK part CK only if you want features where the user shares his data with others via his private DB, manage local caches, etc. This is harder.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to AVCaptureSession playback audio through headphones
I read your app store fiasco, It sucks how much power App store reviewers have. Has it gotten better over the years? Also, I can't answer your question but I have a related question please answer it https://developer.apple.com/forums/thread/681371
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to My Menu Bar Extra Item does not display. Why?
I had a similar issue with SwiftUI but I was calling the image correctly I was declaring the statusItem inside of didFinishLaunching as there were some bugs The solution was the declare the statusItem as an optional out side didFInishLaunching
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
May ’21