I want to use Menu in NavigationStack in my SwiftUI project.
I found the menu list to wide – I want to use simple picture in the list.
I try to find a way to make it shorter.
My .extension, MenuStyle, MenuCustomView didn’t work.
I found that you can hide it by simply .hidden! but how you can modify it?
Please help