{"id":19827034,"url":"https://github.com/pratik-123/uitableviewcellanimation","last_synced_at":"2025-05-01T14:32:02.952Z","repository":{"id":56925042,"uuid":"150061392","full_name":"pratik-123/UITableViewCellAnimation","owner":"pratik-123","description":"Basic tabeview cell animation for best way to display cell ","archived":false,"fork":false,"pushed_at":"2018-12-15T16:01:00.000Z","size":480,"stargazers_count":30,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T16:08:52.268Z","etag":null,"topics":["animation","display","fadein","fadeout","ios","left-to-right","moveing","swift4","uitableview","uitableviewcell","xcode"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/pratik-123.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}},"created_at":"2018-09-24T06:07:30.000Z","updated_at":"2024-01-26T08:46:05.000Z","dependencies_parsed_at":"2022-08-21T06:20:13.536Z","dependency_job_id":null,"html_url":"https://github.com/pratik-123/UITableViewCellAnimation","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik-123%2FUITableViewCellAnimation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik-123%2FUITableViewCellAnimation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik-123%2FUITableViewCellAnimation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik-123%2FUITableViewCellAnimation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratik-123","download_url":"https://codeload.github.com/pratik-123/UITableViewCellAnimation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224262023,"owners_count":17282267,"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","display","fadein","fadeout","ios","left-to-right","moveing","swift4","uitableview","uitableviewcell","xcode"],"created_at":"2024-11-12T11:12:20.267Z","updated_at":"2024-11-12T11:12:20.850Z","avatar_url":"https://github.com/pratik-123.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UITableViewCellAnimation\nUITableViewCellAnimation is collection of animation in swift4 to perform animation in uitableviewcell.\n# Requirements\n\n- Xcode 9+\n- Swift 4\n\n# How to use\nCopy UITableViewCellAnimationKit.swift file in your project and use it simply with UITableViewCell to .method\n\n# OR\n\nUITableViewCellAnimation is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'UITableViewCellAnimation'\n```\n\nIf you install pod then \"import UITableViewCellAnimation\" else simply use like below.\nfor more info visit [UITableViewCellAnimation](https://www.swiftlearn.net/2018/09/uitableviewcell-animation.html).\n\n\n# Example\n```\nfunc tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {\n        if (animationType == .bounce){\n            cell.bouncingAnimation(forIndex: indexPath.row)\n        }else if (animationType == .moveIn){\n            cell.moveInAnimation(forIndex: indexPath.row)\n        }else if (animationType == .leftIn){\n            cell.leftInAnimation(forIndex: indexPath.row)\n        }else if (animationType == .rightIn){\n            cell.rightInAnimation(forIndex: indexPath.row)\n        }else if (animationType == .side){\n            if (indexPath.row % 2 == 0){\n                cell.leftInAnimation(forIndex: indexPath.row)\n            }else{\n                cell.rightInAnimation(forIndex: indexPath.row)\n            }\n        }else{\n            cell.fadeInAnimation(forIndex: indexPath.row)\n        }\n    }\n```\n\n![alt tag](https://github.com/pratik-123/UITableViewCellAnimation/blob/master/tableviewcell.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratik-123%2Fuitableviewcellanimation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratik-123%2Fuitableviewcellanimation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratik-123%2Fuitableviewcellanimation/lists"}