Sorry I haven’t come across this again… yet. If I do and some how fix it I’ll try to remember to return here.
Post
Replies
Boosts
Views
Activity
I've actually put off CoreData/CloudKit testing for now as I wasn't able to find anything. With WWDC coming up maybe they'll have a solution? Hopefully.
Thanks. Had that video bookmarked but hadn't watched it yet. :
Don't think so. He made a point to say "Sunday like the ice cream". That said that's a great project to check out so thanks for mentioning it.
I haven't yet. Do you happen to have the right link to support? I only see one for devices right now.
Somehow forgot about this option... or didn't think it serious enough. Thank you. Will do this now
Haven't come across one yet. Getting around it in development by adding a button (in simulator) to set the image to an SF Symbol so I can bypass that part for now.
That's really good to know. Thanks so much :)
On the iPad it loads the photo library fine and I can select and image. The same code run through the simulator loads a blank sheet with nothing on it. No photos, buttons, anything.
Thanks. I noticed that it had that property and added looking into that to my todo list. Do you have any recommended resources for using it on edit forms (with an entity and it’s properties)?
If that doesn’t work I may go manually with a checker.
thanks.
Thanks. I was hoping there was a savvier way. I pictured a user changing something and then changing it back. That may be the way I go in the end. :)
You can. Don’t have my code open now but it affects itself and it’s children views so that should work. I also have a spot for the user to choose so on that child view it only affects that view.
Hi. I’m part of the apple developer program. I’m assuming the two devices need to be logged into the same apple account to share data. But I need to use a simulator and it won’t let me log in with my own account (guessing verification isn’t hooked up). Without the simulators I can only run the app on my Mac (no one to share with!) As I’m running the beta Xcode and macOS so it won’t run on my older os phone and somehow doesn’t see my iPad as a device (plugged in with beta but older).
Gotcha. I haven't tried to directly cast before as I normally go through the relationships. With the fetchRequest I've use a for statement and a ForEach(fetchRequestResult, id: \.self) { item in with no issues. Good luck :)