Contributions to UnitIntervalPropertyWrapper are most welcome. Check out some of the issue templates for more info.
💻 Developing
Requirements
Xcode 12.5+ (Recommended)
📜 Generating Documentation
Documentation is generated by Jazzy. Installation instructions can be found here, and as soon as you have it set up, docs can be generated simply by running jazzy from the command line.
📝 Note that this will only generate the docs folder for you to view locally. This folder is being ignored by git, as an action exists to automatically generate docs at the root level and serve them on the project’s gh-pages branch.
🏷 License
UnitIntervalPropertyWrapper is available under the MIT license. See the LICENSE file for more info.
UnitInterval: A Swift Property Wrapper
A Swift Property Wrapper for automatically clamping floating-point values within a closed range of [0,1].
Installation
Xcode Projects
Select
File
->Swift Packages
->Add Package Dependency
and enterhttps://github.com/CypherPoet/UnitIntervalPropertyWrapper
.Swift Package Manager Projects
You can add
UnitIntervalPropertyWrapper
as a package dependency in yourPackage.swift
file:From there, refer to
UnitIntervalPropertyWrapper
as a “target dependency” in any of your package’s targets that need it.Then simply
import UnitIntervalPropertyWrapper
wherever you’d like to use it.Usage
Basic Usage Example:
Also, feel free to use this project’s Xcode Playground to explore things further.
Contributing
Contributions to
UnitIntervalPropertyWrapper
are most welcome. Check out some of the issue templates for more info.💻 Developing
Requirements
📜 Generating Documentation
Documentation is generated by Jazzy. Installation instructions can be found here, and as soon as you have it set up, docs can be generated simply by running
jazzy
from the command line.📝 Note that this will only generate the
docs
folder for you to view locally. This folder is being ignored bygit
, as an action exists to automatically generate docs at the root level and serve them on the project’sgh-pages
branch.🏷 License
UnitIntervalPropertyWrapper
is available under the MIT license. See the LICENSE file for more info.