{"id":19079306,"url":"https://github.com/harshalrj25/animatablereload","last_synced_at":"2025-04-30T05:43:01.029Z","repository":{"id":56902000,"uuid":"88593906","full_name":"harshalrj25/AnimatableReload","owner":"harshalrj25","description":"Add animations to tableview and collectionview with just a single line of code","archived":false,"fork":false,"pushed_at":"2025-02-17T05:40:44.000Z","size":1184,"stargazers_count":26,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T05:42:51.177Z","etag":null,"topics":["animation","animation-library","animations","collectionview","ios","ios-animation","ios-demo","ios-swift","ios-tutorial","ios-ui","reload","swift","swift5","tableview","uicollectionview","uitableview"],"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/harshalrj25.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":"2017-04-18T07:12:47.000Z","updated_at":"2025-04-01T04:53:06.000Z","dependencies_parsed_at":"2022-08-20T18:50:28.503Z","dependency_job_id":null,"html_url":"https://github.com/harshalrj25/AnimatableReload","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FAnimatableReload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FAnimatableReload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FAnimatableReload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FAnimatableReload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshalrj25","download_url":"https://codeload.github.com/harshalrj25/AnimatableReload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651221,"owners_count":21621702,"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","animation-library","animations","collectionview","ios","ios-animation","ios-demo","ios-swift","ios-tutorial","ios-ui","reload","swift","swift5","tableview","uicollectionview","uitableview"],"created_at":"2024-11-09T02:14:12.975Z","updated_at":"2025-04-30T05:43:01.008Z","avatar_url":"https://github.com/harshalrj25.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimatableReload\n\n[![CI Status](http://img.shields.io/travis/harshalrj25/AnimatableReload.svg?style=flat)](https://travis-ci.org/harshalrj25/AnimatableReload)\n[![Version](https://img.shields.io/cocoapods/v/AnimatableReload.svg?style=flat)](http://cocoapods.org/pods/AnimatableReload)\n[![License](https://img.shields.io/cocoapods/l/AnimatableReload.svg?style=flat)](http://cocoapods.org/pods/AnimatableReload)\n[![Platform](https://img.shields.io/cocoapods/p/AnimatableReload.svg?style=flat)](http://cocoapods.org/pods/AnimatableReload)\n\nAnimate tableview and collectionview with few lines of code.\n\n     pod \"AnimatableReload\"\n\n     import AnimatableReload\n\n     AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"up\")\n     \n Instead of using reload method of tableview and collectionview, just use the above method to reload with animations.\n you can also specify the directions of animations.    \n\n![alt text](https://github.com/harshalrj25/AnimatableReload/blob/master/tableview.gif \"TableView\")\n![alt text](https://github.com/harshalrj25/AnimatableReload/blob/master/collectionview.gif \"CollectionView\")\n\n\n\n## Usage\n For tableview:\n       \n       AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"up\")\n\n For collectionview:\n      \n      AnimatableReload.reload(collectionView: self.demoCollectionView, animationDirection: \"up\")\n\n \n You can animate from following directions: \n \n      AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"up\")\n      AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"down\")\n      AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"left\")\n      AnimatableReload.reload(tableView: self.demoTableView, animationDirection: \"right\")\n            \n      AnimatableReload.reload(collectionView: self.demoCollectionView, animationDirection: \"up\")\n      AnimatableReload.reload(collectionView: self.demoCollectionView, animationDirection: \"down\")\n      AnimatableReload.reload(collectionView: self.demoCollectionView, animationDirection: \"left\")\n      AnimatableReload.reload(collectionView: self.demoCollectionView, animationDirection: \"right\")\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nAnimatableReload is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"AnimatableReload\"\n```\n\n## Author :innocent:\n\nMy email id, harshalrj25@gmail.com\n\n\u003ctable style=\"background-color:#F5F5DC\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cimg src=\"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/myAvatar.png\" width=\"180\"/\u003e\n\nHarshal Jadhav\n\n\u003cp align=\"center\"\u003e\n\u003ca href = \"https://github.com/harshalrj25\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/gitHubLogo.png\" width=\"32\" height = \"33\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://stackoverflow.com/users/7882093/harshal-jadhav?tab=profile\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/stackoverflow svg icon.svg\" width=\"36\" height=\"36\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://www.linkedin.com/in/harshal-jadhav-298ba416a/\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/linkedInLogo.svg\" width=\"36\" height=\"36\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003c/td\u003e\n\u003c/tr\u003e \n\u003c/table\u003e\n\n## License\n\n\nIt's all your's :gift: \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshalrj25%2Fanimatablereload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshalrj25%2Fanimatablereload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshalrj25%2Fanimatablereload/lists"}