Skip to content

Commit f7a6583

Browse files
Update README.md
1 parent c052d47 commit f7a6583

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## A customizable Joystick made with SwiftUI
33
## Create your own Base and Thumb/Handle view using SwiftUI
44

5+
- [Examples](#examples)
56
- [📲 Installation](#-how-to-install-%EF%B8%8F)
67
- [Swift Package Manager](#swift-package-manager-spm)
78
- [Cocoapods](#cocoapods)
@@ -16,25 +17,24 @@
1617
- [✍️ Author](#-author)
1718
- [📃 License](#-license)
1819

20+
# Examples
1921
* Normal Joystick Example
2022
* Locking Joystick Example
2123
* Polar or XY Coordinates
22-
#### View this example to see how to make a Joystick Control View Object for your app!
24+
#### View these examples to see how to make your own Joystick!
2325
<p align="center">
26+
<img src="./Readme_Assets/LockingJoystick.gif" width="150" />
2427
<img src="./Readme_Assets/NormalJoystick.gif" width="150" />
25-
<a href="https://github.com/michael94ellis/SwiftUIJoystick/blob/main/SwiftUIJoystickApp/ExampleJoystick.swift">(View Code Example)</a>
28+
<img src="./Readme_Assets/LongMultiUse.gif" width="150" />
2629
</p>
2730

2831
<p align="center">
29-
<img src="./Readme_Assets/LockingJoystick.gif" width="150" />
32+
<a href="https://github.com/michael94ellis/SwiftUIJoystick/blob/main/SwiftUIJoystickApp/ExampleJoystick.swift">(View Code Example)</a>
3033
<a href="https://github.com/michael94ellis/SwiftUIJoystick/blob/main/SwiftUIJoystickApp/TestingView.swift#L30-L40">(View Code Example)</a>
31-
</p>
32-
33-
<p align="center">
34-
<img src="./Readme_Assets/LongMultiUse.gif" width="150" />
3534
<a href="https://github.com/michael94ellis/SwiftUIJoystick/blob/main/SwiftUIJoystickApp/TestingView.swift">(View Code Example)</a>
3635
</p>
3736

37+
3838
# 📲 How to Install 🕹️
3939

4040
### Swift Package Manager SPM

0 commit comments

Comments
 (0)