I have a little question that I do not dare to ask because it is so trivial.
can SwiftData actually handle compound keys? like other databases have been doing for over 30 years? i would be very disappointed if this was still not possible....
Post
Replies
Boosts
Views
Activity
Hello Guys,
I have a simple code in SwiftUI
Menu {
Text("Item")
} label: {
Text("Menu")
}
But it's produce an Error like this: "[UILog] Called -[UIContextMenuInteraction updateVisibleMenuWithBlock:] while no context menu is visible. This won't do anything."
But this is no warning, in fact, there happens nothing.
Has anybody an idea, how to get rid this error message?
Thanks in Advance
DWD
Hello,there it's easy to convert a UIImage to an Image. But how I can convert an Image? to an Binding of UIImage?Thank youDWD