https://github.com/shaps80/swifthelp
A SwiftUI library for building interactive help systems in your apps
https://github.com/shaps80/swifthelp
Last synced: 29 days ago
JSON representation
A SwiftUI library for building interactive help systems in your apps
- Host: GitHub
- URL: https://github.com/shaps80/swifthelp
- Owner: shaps80
- License: apache-2.0
- Created: 2022-09-28T07:09:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T15:55:26.000Z (over 3 years ago)
- Last Synced: 2025-02-28T22:41:38.322Z (over 1 year ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://swiftpackageindex.com/shaps80/SwiftHelp)
# SwiftHelp
A SwiftUI library for building interactive help systems in your apps.
## Sponsor
Building useful libraries like these, takes time away from my family. I build these tools in my spare time because I feel its important to give back to the community. Please consider [Sponsoring](https://github.com/sponsors/shaps80) me as it helps keep me working on useful libraries like these 😬
You can also give me a follow and a 'thanks' anytime.
[](http://twitter.com/shaps)
## Installation
You can install manually (by copying the files in the `Sources` directory) or using Swift Package Manager (**preferred**)
To install using Swift Package Manager, add this to the `dependencies` section of your `Package.swift` file:
`.package(url: "https://github.com/shaps80/SwiftHelp.git", .upToNextMinor(from: "1.0.0"))`