Content deleted Content added
mNo edit summary |
m Disambiguating links to Hello World (disambiguation) (link changed to "Hello, World!" program) using DisamAssist. |
||
Line 34:
== Examples ==
The following is an example of a simple [["Hello, World!" program|Hello World]] program. It is standard practice in SwiftUI to separate the application struct and views into different structs, with the main view named <code>ContentView</code>{{citation needed|date=January 2024}}.
<syntaxhighlight lang="swift">
import SwiftUI
|