While using the Playground template, I get the contextual Help with the code, if I do Help on a variable it will tell me the Type. Then if I am working on the App template, instead of the Playground, there is not Help available, I will always get the message "No Documentation Available", why?
Swift Playgrounds 4.2: No contextual help available while using the App Template
Hmmm, this is working for me. Here’s what I did:
-
Using Swift Playgrounds 4.2.1 on macOS 13.1, I chose File > New App Playground.
-
In the
ContentView.swift
file, I selected theView
in this line:struct ContentView: View {
-
I did a control click and chose Help.
I got a popover with help about that class.
Please try this out and let me know what you see.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"