Post

Replies

Boosts

Views

Activity

Comment on Canceling an Edit: When to alert?
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Comment on Dark Mode
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Comment on Testing CloudKit Apps using the simulator
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).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Comment on CoreData causing error running Mac App - Is there a way to reset app so it starts fresh?
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.
Replies
Boosts
Views
Activity
Nov ’23
Comment on Getting started on Testing when using CoreData and CloudKit
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on CloudKit, CoreData, and Encryption
Thanks. Had that video bookmarked but hadn't watched it yet. :
Replies
Boosts
Views
Activity
Dec ’22
Comment on Help finding sample code
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Help finding sample code
I haven't yet. Do you happen to have the right link to support? I only see one for devices right now.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Automatic Signing and Entitlements
Somehow forgot about this option... or didn't think it serious enough. Thank you. Will do this now
Replies
Boosts
Views
Activity
Sep ’22
Comment on PhotoLibrary won't load on simulator but does on my iPad
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.
Replies
Boosts
Views
Activity
Sep ’22
Comment on MacOS Sidebar is closed on default when app is run
That's really good to know. Thanks so much :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on PhotoLibrary won't load on simulator but does on my iPad
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.
Replies
Boosts
Views
Activity
Jul ’22
Comment on Canceling an Edit: When to alert?
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Canceling an Edit: When to alert?
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. :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Dark Mode
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Testing CloudKit Apps using the simulator
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).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on FetchedResults to Array
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 :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22