Relative Content

Tag Archive for swiftuiswiftui-contextmenu

Re-create reaction and context menu in SwiftUI

In SwiftUI, it’s super easy to make the menu that drops below a selected view (in the image the one with Reply, Add Sticker, etc). You just do .contextMenu { views } on your view.