Thank You
Post
Replies
Boosts
Views
Activity
Hello
I've already tried this but it didn't work
Thank you!
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
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
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
You're welcome!
I think this is the solution
However this is my Core Data stack now
(I will post it as an answer)
Hi, I still can't find a way to connect the widget to CloudKit
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.
How would I do it for SwiftUI?
Thank You
Is there another way?
Because this .onRecevie repeats too many times, I want it to execute one time?
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?