How to make share and action extension in iOS
Issue #932
Add Share extension and Action extension respectively in Xcode. We can use the same code to both extension
SwiftUI
I usually make a ShareView in SwiftUI with ShareViewModel to control the logic
struct ShareView: View {
@ …