{"id":2236,"url":"https://github.com/yoavlt/LiquidLoader","last_synced_at":"2025-08-06T15:30:44.910Z","repository":{"id":56919855,"uuid":"41285933","full_name":"yoavlt/LiquidLoader","owner":"yoavlt","description":"Spinner loader components with liquid animation","archived":false,"fork":false,"pushed_at":"2020-05-18T03:53:24.000Z","size":13631,"stargazers_count":1322,"open_issues_count":8,"forks_count":185,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-11-30T18:04:38.672Z","etag":null,"topics":[],"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/yoavlt.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":"2015-08-24T06:21:45.000Z","updated_at":"2024-11-21T06:41:30.000Z","dependencies_parsed_at":"2022-08-21T04:20:20.769Z","dependency_job_id":null,"html_url":"https://github.com/yoavlt/LiquidLoader","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavlt%2FLiquidLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavlt%2FLiquidLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavlt%2FLiquidLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavlt%2FLiquidLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoavlt","download_url":"https://codeload.github.com/yoavlt/LiquidLoader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228641736,"owners_count":17950390,"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":[],"created_at":"2024-01-05T20:16:08.465Z","updated_at":"2024-12-09T15:30:53.261Z","avatar_url":"https://github.com/yoavlt.png","language":"Swift","funding_links":[],"categories":["UI","Libs","Loading","Swift","Content","UI [🔝](#readme)","ALL"],"sub_categories":["Activity Indicator","UI","Other free courses"],"readme":"# LiquidLoader\nLiquidLoader is the spinner loader UI components with liquid animation, inspired by [Spinner Loader - Gooey light Effect](http://www.materialup.com/posts/spinner-loader-gooey-light-effect)\n\n[![CI Status](http://img.shields.io/travis/yoavlt/LiquidLoader.svg?style=flat)](https://travis-ci.org/yoavlt/LiquidLoader)\n[![Version](https://img.shields.io/cocoapods/v/LiquidLoader.svg?style=flat)](http://cocoapods.org/pods/LiquidLoader)\n[![License](https://img.shields.io/cocoapods/l/LiquidLoader.svg?style=flat)](http://cocoapods.org/pods/LiquidLoader)\n[![Platform](https://img.shields.io/cocoapods/p/LiquidLoader.svg?style=flat)](http://cocoapods.org/pods/LiquidLoader)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)]\n(https://github.com/Carthage/Carthage)\n\n## GrowCircle\n![GrowCircle](https://github.com/yoavlt/LiquidLoader/blob/master/Demo/grow-circle.gif?raw=true)\n\n## GrowLine\n![GrowLine](https://github.com/yoavlt/LiquidLoader/blob/master/Demo/grow-line.gif?raw=true)\n\n\n## Usage\n\n```swift\nlet loader = LiquidLoader(frame: loaderFrame, effect: .growCircle(circleColor, 10, 1.0, growColor)) //color, number of circles, duration, growColor.\nview.addSubview(loader)\n```\n\n### Show/Hide\n\nYou can show and hide a loader.\n\n```swift\nloader.show()\nloader.hide()\n```\n\n### Effect Type\nYou can use the following effects.\n* .growCircle\n* .growLine\n* .circle\n* .line\n\nIf you want to avoid grow effects, you should use `.circle` or `.line`.\n\n## Installation\n\nLiquidLoader is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"LiquidLoader\"\n```\n\nor, if you use [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Carthage` file.\n\n```\ngithub \"yoavlt/LiquidLoader\"\n```\n\n## License\n\nLiquidLoader is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoavlt%2FLiquidLoader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoavlt%2FLiquidLoader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoavlt%2FLiquidLoader/lists"}