{"id":1146,"url":"https://github.com/sh-khashimov/SwiftFortuneWheel","last_synced_at":"2025-07-30T20:33:21.954Z","repository":{"id":44569465,"uuid":"270229484","full_name":"sh-khashimov/SwiftFortuneWheel","owner":"sh-khashimov","description":"The ultimate spinning wheel view that supports dynamic content and rich customization.","archived":false,"fork":false,"pushed_at":"2024-08-02T12:37:34.000Z","size":39574,"stargazers_count":351,"open_issues_count":8,"forks_count":82,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-15T19:48:56.875Z","etag":null,"topics":["circle","circular","core-graphics","dynamic","fortune","fortune-wheel","ios","lucky","macos","osx","radial","rotating","sector","slice","spinning","swift","tvos","uicontrol","uiview","wheel"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh-khashimov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-06-07T07:30:17.000Z","updated_at":"2024-11-15T06:07:22.000Z","dependencies_parsed_at":"2024-01-26T21:18:03.110Z","dependency_job_id":null,"html_url":"https://github.com/sh-khashimov/SwiftFortuneWheel","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh-khashimov%2FSwiftFortuneWheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh-khashimov%2FSwiftFortuneWheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh-khashimov%2FSwiftFortuneWheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh-khashimov%2FSwiftFortuneWheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh-khashimov","download_url":"https://codeload.github.com/sh-khashimov/SwiftFortuneWheel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228187637,"owners_count":17882339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circle","circular","core-graphics","dynamic","fortune","fortune-wheel","ios","lucky","macos","osx","radial","rotating","sector","slice","spinning","swift","tvos","uicontrol","uiview","wheel"],"created_at":"2024-01-05T20:15:39.885Z","updated_at":"2024-12-04T20:31:17.613Z","avatar_url":"https://github.com/sh-khashimov.png","language":"Swift","funding_links":[],"categories":["Games","Swift"],"sub_categories":["Getting Started","Linter"],"readme":"\n\n\u003cimg src=\"./Images/header.png\" width=\"400\" alt=\"SwiftFortuneWheel\"/\u003e\n\n[![CI Status](https://img.shields.io/travis/sh-khashimov/SwiftFortuneWheel.svg?style=flat)](https://travis-ci.org/sh-khashimov/SwiftFortuneWheel)\n[![Swift Version](https://img.shields.io/badge/Swift-5-orange.svg)]()\n[![Version](https://img.shields.io/cocoapods/v/SwiftFortuneWheel.svg?label=version)](https://cocoapods.org/pods/SwiftFortuneWheel)\n![Support](https://img.shields.io/badge/supports-SPM%2C%20CocoaPods-green.svg)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftFortuneWheel.svg?style=flat)](https://cocoapods.org/pods/SwiftFortuneWheel)\n![Documentation](./docs/badge.svg?style=flat\u0026sanitize=true)\n\nThe ultimate spinning wheel control that supports dynamic content and rich customization.\n\n| | Main Features |\n|---|---|\n| 🏵 | Dynamic content, supports texts, images, and lines |\n| 🎯 | Adaptive text size with support multiline, alignment and line break mode |\n| 🎇 | Supports background Image for each Slice (sector) |\n| 🧮 | Supports vertical and horizontal text orientation |\n| 🌈 | Appearance customization |\n| 🔊 | Sounds and haptic feedback |\n| 🌋 | Collision callbacks and effects |\n| 🎨 | Drawn and animated using CoreGraphics, CoreAnimations |\n| 🔋 | High performance, low memory usage |\n\n### Layout Preview\n\n\u003cimg src=\"./Images/screens/simple.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screens/spike.png\" width=\"250\"/\u003e\n\n\u003cimg src=\"./Images/screens/podium.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screens/jackpot.png\" width=\"250\"/\u003e\n\n\u003e _Taken from [example projects](/Examples)_\n\n### Dynamic Content and Rotation Preview\n\n\u003cimg src=\"./Images/layout.gif\" width=\"250\"/\u003e\u003cimg src=\"./Images/rotation.gif\" width=\"250\"/\u003e\n\n\u003e _Taken from [example projects](/Examples)_\n\n### Collision Effect Preview\n\n\u003cimg src=\"./Images/collision_01.gif\" width=\"250\"/\u003e\u003cimg src=\"./Images/collision_02.gif\" width=\"235\"/\u003e\n\n\u003e _Taken from [example projects](/Examples)_\n\n## Screenshots\n\n\u003cdetails\u003e\n  \u003csummary\u003efrom iOS Example Project\u003c/summary\u003e\n\u003cimg src=\"./Images/screenshots/1.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/2.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/3.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/8.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/9.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/4.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/5.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/6.png\" width=\"250\"/\u003e\u003cimg src=\"./Images/screenshots/7.png\" width=\"250\"/\u003e\n\u003c/details\u003e\n\n- - -\n\n\u003cdetails\u003e\n  \u003csummary\u003efrom macOS Example Project\u003c/summary\u003e\n\u003cimg src=\"./Images/screenshots/macos.png\" width=\"450\"/\u003e\n\u003c/details\u003e\n\n- - -\n\u003cdetails\u003e\n  \u003csummary\u003efrom tvOS Example Project\u003c/summary\u003e\n\u003cimg src=\"./Images/screenshots/tvos.png\" width=\"550\"/\u003e\n\u003c/details\u003e\n\n- - -\n\n## Documentation\n\n- [**Getting Started Guide**](/Documentation/GettingStarted.md)\n- [**API Overview**](/Documentation/API_Overview.md)\n- [**Configuration In-Depth**](/Documentation/Configuration_indepth.md)\n- [**About Slice and Slice’s contents**](/Documentation/About_Slice_and_Slice_contents.md)\n- [**Sound Effects and Impact Feedback**](/Documentation/sound_effects.md)\n- [**pinImageView Collision effect and Collision Callbacks**](/Documentation/collision.md)\n- [**About Port to Other Platforms**](/Documentation/Port_to_Other_Platforms.md)\n- [**Example Projects**](/Examples)\n## Installation\n\nWhen you are ready to install, follow the [**Installation Guide**](/Documentation/Installation.md).\n\n## API Documentation\n\nYou can find \u003ca href=\"https://sh-khashimov.github.io/SwiftFortuneWheel/\" target=\"_blank\"\u003e**the docs here**\u003c/a\u003e. \n\nDocumentation is generated with [jazzy](https://github.com/realm/jazzy) and hosted on [GitHub-Pages](https://pages.github.com/).\n\n\u003ca name=\"h_requirements\"\u003e\u003c/a\u003e\n## Requirements\n\n\n| App name | Swift | Xcode | Platforms |\n|---|---|---|---|\n| 1.1.4 - current version | Swift 5.x | Xcode 14 | iOS 9.0 / macOS 10.13 / tvOS 9.0 |\n| 1.1.x - 1.4.3 | Swift 5.0 | Xcode 11 | iOS 9.0 / macOS 10.11 / tvOS 9.0 |\n| 0.x.x - 1.0.x | Swift 5.0 | Xcode 11 | iOS 9.0 |\n\n## Migration\n\n- [**from 1.1.x to 1.2.x**](/Documentation/Migrations/Migration_1.1.x_to_1.2.x.md)\n- [**from 1.0.x to 1.1.x**](/Documentation/Migrations/Migration_1_to_1.x.md)\n- [**from 0.x.x to 1.0.0**](/Documentation/Migrations/Migration_0_to_1.md)\n\n\n\n## Changelog\n\nSee [**changelog here**](/Documentation/Changelog.md)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Author\n\nSherzod Khashimov\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh-khashimov%2FSwiftFortuneWheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh-khashimov%2FSwiftFortuneWheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh-khashimov%2FSwiftFortuneWheel/lists"}