You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftCrossUI/SwiftCrossUI.docc/Examples.md
+4-12
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ An overview of the examples included with SwiftCrossUI.
4
4
5
5
## Overview
6
6
7
-
A few examples are included with SwiftCrossUI to demonstrate some of it's basic features. These examples are:
7
+
A few examples are included with SwiftCrossUI to demonstrate some of its basic features;
8
8
9
9
-`CounterExample`, a simple app with buttons to increase and decrease a count.
10
10
-`RandomNumberGeneratorExample`, a simple app to generate random numbers between a minimum and maximum.
@@ -18,16 +18,8 @@ A few examples are included with SwiftCrossUI to demonstrate some of it's basic
18
18
-`SpreadsheetExample`, an app showcasing tables.
19
19
-`ControlsExample`, an app showcasing the various types of controls available.
20
20
21
-
To run an example, either select the example under schemes at the top of the window (in Xcode), or run one of the following commands (if using a terminal):
21
+
To run an example, either select the example under schemes at the top of the window (in Xcode), or run it from the command line like so:
0 commit comments