{"id":19794516,"url":"https://github.com/wyanassert/wyaddcoinanimation","last_synced_at":"2026-01-23T06:20:28.784Z","repository":{"id":100547984,"uuid":"67568322","full_name":"wyanassert/WYAddCoinAnimation","owner":"wyanassert","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-29T09:20:11.000Z","size":3598,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T02:39:08.379Z","etag":null,"topics":["animation","coin","gather-coins"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyanassert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-07T03:23:11.000Z","updated_at":"2022-03-27T07:24:09.000Z","dependencies_parsed_at":"2023-05-04T16:08:01.759Z","dependency_job_id":null,"html_url":"https://github.com/wyanassert/WYAddCoinAnimation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wyanassert/WYAddCoinAnimation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYAddCoinAnimation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYAddCoinAnimation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYAddCoinAnimation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYAddCoinAnimation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyanassert","download_url":"https://codeload.github.com/wyanassert/WYAddCoinAnimation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYAddCoinAnimation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","coin","gather-coins"],"created_at":"2024-11-12T07:13:29.127Z","updated_at":"2026-01-23T06:20:28.770Z","avatar_url":"https://github.com/wyanassert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WYAddCoinAnimation\n\n#### Produce some coins and then gather coins into a point\n\n\n![demo](demo.gif)\n\n----\n## how to use:\n1. drag the directory `AddCoinView` into your project.\n2. add header\n  ```\n    #import \"AddCoinAnimationManager.h\"\n  ```\n3. use these code\n  ```\n  @property (nonatomic, strong) AddCoinAnimationManager *addCoinAnimationManager;\n\n    - (AddCoinAnimationManager *)addCoinAnimationManager {\n        if(!_addCoinAnimationManager) {\n            _addCoinAnimationManager = [[AddCoinAnimationManager alloc] init];\n            _addCoinAnimationManager.snapRect = CGRectMake(300, 0, 20, 20);\n            _addCoinAnimationManager.displayRect = CGRectMake(0, 0, 300, 300);\n            _addCoinAnimationManager.maxDisplayAmount = 20;\n            _addCoinAnimationManager.delegate = self;\n            _addCoinAnimationManager.associatedView = self.view;\n        }\n        return _addCoinAnimationManager;\n    }\n  ```\n\n4. produce coins:\n  ```\n    [self.addCoinAnimationManager addCoins:10;\n  ```\n5. gather coins to a point and dismiss\n  ```\n    [self.addCoinAnimationManager popCoins:10];\n  ```\n6. Or, you just want to remove them\n  ```\n    [self.addCoinAnimationManager removeCoins:10];\n  ```\n7. hide or show all the coins\n  ```\n    [self.addCoinAnimationManager setCoinsHide:YES];\n  ```\n8. Force to stop and remove all the coins\n  ```\n    [self.addCoinAnimationManager stop];\n  ```\n\nPS. Just download project and run the demo within.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyanassert%2Fwyaddcoinanimation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyanassert%2Fwyaddcoinanimation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyanassert%2Fwyaddcoinanimation/lists"}