{"id":20472820,"url":"https://github.com/rajaikumar-iosdev/aquaprogressindicatorsample","last_synced_at":"2025-06-15T04:34:48.948Z","repository":{"id":54403369,"uuid":"340076279","full_name":"Rajaikumar-iOSDev/AquaProgressIndicatorSample","owner":"Rajaikumar-iOSDev","description":"🌊 Aqua Progress indicator helps to keep the user engaged and updated with the progress you are making.","archived":false,"fork":false,"pushed_at":"2021-02-24T19:59:02.000Z","size":44,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T02:39:17.307Z","etag":null,"topics":["animation","progressindicator","spritekit","swift"],"latest_commit_sha":null,"homepage":"https://medium.com/nerd-for-tech/aqua-progress-indicator-22af79fb6719","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/Rajaikumar-iOSDev.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}},"created_at":"2021-02-18T14:31:29.000Z","updated_at":"2023-01-31T15:28:03.000Z","dependencies_parsed_at":"2022-08-13T14:40:12.666Z","dependency_job_id":null,"html_url":"https://github.com/Rajaikumar-iOSDev/AquaProgressIndicatorSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaikumar-iOSDev%2FAquaProgressIndicatorSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaikumar-iOSDev%2FAquaProgressIndicatorSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaikumar-iOSDev%2FAquaProgressIndicatorSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajaikumar-iOSDev%2FAquaProgressIndicatorSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rajaikumar-iOSDev","download_url":"https://codeload.github.com/Rajaikumar-iOSDev/AquaProgressIndicatorSample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705064,"owners_count":21148477,"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":["animation","progressindicator","spritekit","swift"],"created_at":"2024-11-15T14:22:05.428Z","updated_at":"2025-04-13T11:27:52.662Z","avatar_url":"https://github.com/Rajaikumar-iOSDev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌊 AquaProgressIndicatorSample\n\n🌊 Aqua Progress indicator helps to keep the user engaged and updated with the progress you are making.\n\n## 📺 Demo\n\n![AquaProgressIndicator_demo](https://user-images.githubusercontent.com/22410262/108549531-45598680-7313-11eb-99c4-44951e3b48c6.gif)\n\n\n## 📜 Installation Guide\n\nStep 1: Download/Clone the AquaProgressIndicatorSample project. \n\n![Screenshot 2021-02-20 at 8 07 20 PM](https://user-images.githubusercontent.com/22410262/108599600-2103b580-73b8-11eb-9518-78d9d1515584.png)\n\nStep 2: Drag the AquaProgressIndicator folder from the sample project and drop that in your project.\n\n![Screenshot 2021-02-20 at 11 44 57 PM](https://user-images.githubusercontent.com/22410262/108604770-f1fc3c80-73d5-11eb-8bd0-643b2787b52f.png)\n\n   NOTE: Don't forget to check the \"Copy items if needed\" checkbox.\n        \n  ![Screenshot 2021-02-20 at 7 58 10 PM](https://user-images.githubusercontent.com/22410262/108599589-1812e400-73b8-11eb-831d-4468bf0927da.png)\n       \nStep 3: Add an Objective C bridging header if you don't have one and add the following in the bridging header file.\n\n```Objective-C\n#import \"DynamicWaterNode.h\"\n```\n\n## 📃 Usage Guide\n\nStep 1: Go to the storyboard and add a SKView object from the object Library.\n\n![Screenshot 2021-01-28 at 2 04 50 AM](https://user-images.githubusercontent.com/22410262/106051218-2dc12080-610e-11eb-9876-9ec37c8a806f.png)\n\nStep 2: Change the class name in the Identity inspector to AquaProgressIndicator.\n\n![Screenshot 2021-02-20 at 7 59 22 PM](https://user-images.githubusercontent.com/22410262/108599591-1ba66b00-73b8-11eb-82b3-731901099ce0.png)\n\nStep 3: Create an IBOutlet for the SKView from the storyboard.\n\n```Swift\n@IBOutlet weak var aquaProgressIndicator: AquaProgressIndicator!\n```\n\nStep 4: Call addAquaScene() using the outlet.\n\n```Swift\naquaProgressIndicator.addAquaScene()\n```\n\nStep 5: Call changeWaterLevel(to level:CGFloat) with the progress value using the outlet.\n\n```Swift\naquaProgressIndicator.changeWaterLevel(to: CGFloat(sender.value))\n```\n\n## 🥞 Tech stack\n\nXcode, UIKit \u0026 SpriteKit.\n\n## 🙏🏽 Credits\n\nSteve Barnegren \u0026 Astemir Eleev aka jVirus.\n\n\n# 👨‍💻 Author \n[Rajai kumar](https://github.com/Rajaikumar-iOSDev)\n\n# 🔖 Licence \nThe project is availabe under [MIT licence](https://github.com/Rajaikumar-iOSDev/AquaProgressIndicatorSample/blob/main/LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaikumar-iosdev%2Faquaprogressindicatorsample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajaikumar-iosdev%2Faquaprogressindicatorsample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaikumar-iosdev%2Faquaprogressindicatorsample/lists"}