[ad_1]
I am trying to make my app on macOS SwiftUI support help, I know that I can add button from using commands
modifier, no issue there, but my problem start after that, what is the standard approach for a help view or help document for a macOS app in swiftUI? I could not be able to find any helpful link in google, I was thinking to build a custom help view and deep link it to help button, but since I never done it before and also not sure about the result of it! Is there a standard software or framework that I must use it for building my help center of my app?
[ad_2]