-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
![GitHub Cards Preview](https://github.com/sameersyd/FortuneWheel/blob/master/art/GITHUB-COVER.png?raw=true) | ||
|
||
# Fortune Wheel | ||
Fortune spinning wheel 🎡, cocoapods library built using SwiftUI, supports dynamic content. *Made with love ❤️ by [Sameer Nawaz](https://github.com/sameersyd)* | ||
Fortune spinning wheel 🎡, cocoapods library built using SwiftUI, supports dynamic content. | ||
*Made with love ❤️ by [Sameer Nawaz](https://github.com/sameersyd)* | ||
|
||
<br /> | ||
|
||
|
@@ -19,6 +20,8 @@ Fortune spinning wheel 🎡, cocoapods library built using SwiftUI, supports dyn | |
|
||
To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
|
||
<br /> | ||
|
||
## Installation | ||
|
||
FortuneWheel is available through [CocoaPods](https://cocoapods.org). To install | ||
|
@@ -33,6 +36,8 @@ Import Fortune Wheel in your class | |
import FortuneWheel | ||
``` | ||
|
||
<br /> | ||
|
||
## Sample Code for Fortune Wheel 🌟 | ||
|
||
```swift | ||
|
@@ -48,10 +53,14 @@ struct ContentView: View { | |
} | ||
``` | ||
|
||
<br /> | ||
|
||
## Note: | ||
#### When used custom animation provide it duration in `animDuration` parameter | ||
#### Change the `animDuration` only if custom animation is used, or it may cause delay in pointer result. | ||
|
||
<br /> | ||
|
||
## Fortune Wheel properties | ||
<table style="width:100%"> | ||
<tr> | ||
|
@@ -116,21 +125,30 @@ struct ContentView: View { | |
</tr> | ||
</table> | ||
|
||
<br /> | ||
|
||
## UI Design 🎨 | ||
The UI for this Fortune Wheel library was designed by <a href="https://github.com/Spikeysanju">@Spikeysanju</a> | ||
|
||
<br /> | ||
|
||
## Contribute | ||
If you want to contribute to this app, you're always welcome! | ||
See [Contributing Guidelines](https://github.com/sameersyd/FortuneWheel/blob/master/CONTRIBUTION.md). | ||
|
||
<br /> | ||
|
||
## Donation | ||
If this project helped you reduce time to develop, you can buy me a cup of coffee :) | ||
|
||
<a href="https://www.buymeacoffee.com/sameersyd" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a> | ||
|
||
<br /> | ||
|
||
## Author | ||
Sameer Nawaz, [email protected] | ||
|
||
sameersyd, [email protected] | ||
<br /> | ||
|
||
## License | ||
``` | ||
|