Post

Replies

Boosts

Views

Activity

Comment on SwiftUI & Layout API. Extra trailing closure passed in call
Thank You
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on SwiftUI & Layout API. Extra trailing closure passed in call
Hello I've already tried this but it didn't work
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Saving images & video to Core Data (with CloudKit)
Thank you!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on List Embedded in ScrollView Disappears
I don't recommend putting a list inside a scrollview, I usually make a custom list when I need it to be inside a scrollview
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Fetch data from CloudKit to app when app is in background
_-
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Fetch data from CloudKit to app when app is in background
I fixed it and I implemented everything you mentioned, but still not working, ore at least I am getting notifications and fetch data with success but I don't see the data until core data fetches it
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Fetch data from CloudKit to app when app is in background
I already tried this but unfortunately it's not working, maybe because I am using Core Data. I have tried to use apple documentation, Paul Hudson's explanation and Swiftful Thinking video about CloudKit subscriptions but it's not working
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Add Text to an animated object
You're welcome!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Add Text to an animated object
I think this is the solution
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on PersistenceController and CloudKit
However this is my Core Data stack now (I will post it as an answer)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on PersistenceController and CloudKit
Hi, I still can't find a way to connect the widget to CloudKit
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Core Data Predicate Filter By Today's Date
What about this: NSPredicate(format: "date >= %@ && date <= %@", Calendar.current.startOfDay(for: Date()) as CVarArg, Calendar.current.startOfDay(for: Date() + 86400) as CVarArg) Do you think it is ok? Or does it have any problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Collapse button NavigationView SideBar SwiftUI
How would I do it for SwiftUI? Thank You
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Notify when @FetchRequest changes?
Is there another way? Because this .onRecevie repeats too many times, I want it to execute one time?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Rotate View around an other View SwiftUI
Sorry for not being clear. Yes I want the path to be always at the same distance from the smaller circle, while rotating. How do I do it?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21