From bfc7a705afb57671f35c577f81330905dd4bd9ea Mon Sep 17 00:00:00 2001 From: Sameer Nawaz Date: Thu, 8 Apr 2021 13:32:47 +0530 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b92cbe6..10daa41 100644 --- a/README.md +++ b/README.md @@ -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)*
@@ -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. +
+ ## Installation FortuneWheel is available through [CocoaPods](https://cocoapods.org). To install @@ -33,6 +36,8 @@ Import Fortune Wheel in your class import FortuneWheel ``` +
+ ## Sample Code for Fortune Wheel 🌟 ```swift @@ -48,10 +53,14 @@ struct ContentView: View { } ``` +
+ ## 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. +
+ ## Fortune Wheel properties @@ -116,21 +125,30 @@ struct ContentView: View {
+
+ +## UI Design 🎨 +The UI for this Fortune Wheel library was designed by @Spikeysanju + +
## 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). +
## Donation If this project helped you reduce time to develop, you can buy me a cup of coffee :) Buy Me A Coffee +
## Author +Sameer Nawaz, sameer.nwaz@gmail.com -sameersyd, sameer.nwaz@gmail.com +
## License ```