Post

Replies

Boosts

Views

Activity

SwiftUI: Menu() doesn't work
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
1
0
3.2k
Mar ’21
Can SwiftData handle compound keys?
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....
Replies
1
Boosts
0
Views
729
Activity
Jul ’23
SwiftUI: Menu() doesn't work
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
Replies
1
Boosts
0
Views
3.2k
Activity
Mar ’21