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