{"id":17438837,"url":"https://github.com/blixt/fscswipecell","last_synced_at":"2025-12-30T04:17:56.855Z","repository":{"id":27302167,"uuid":"30776147","full_name":"blixt/FSCSwipeCell","owner":"blixt","description":"A table view cell that can be swiped left and/or right to perform an action.","archived":false,"fork":false,"pushed_at":"2015-03-04T23:47:42.000Z","size":385,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-24T06:55:39.271Z","etag":null,"topics":[],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blixt.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-02-13T21:07:53.000Z","updated_at":"2022-10-09T22:28:04.000Z","dependencies_parsed_at":"2022-08-20T20:20:37.963Z","dependency_job_id":null,"html_url":"https://github.com/blixt/FSCSwipeCell","commit_stats":null,"previous_names":["47center/fscswipecell"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2FFSCSwipeCell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2FFSCSwipeCell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2FFSCSwipeCell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2FFSCSwipeCell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixt","download_url":"https://codeload.github.com/blixt/FSCSwipeCell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241377699,"owners_count":19953149,"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-10-17T12:43:53.227Z","updated_at":"2025-12-30T04:17:56.827Z","avatar_url":"https://github.com/blixt.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSCSwipeCell\n\n[![CI Status](http://img.shields.io/travis/47center/FSCSwipeCell.svg?style=flat)](https://travis-ci.org/47center/FSCSwipeCell)\n[![Version](https://img.shields.io/cocoapods/v/FSCSwipeCell.svg?style=flat)](http://cocoadocs.org/docsets/FSCSwipeCell)\n[![License](https://img.shields.io/cocoapods/l/FSCSwipeCell.svg?style=flat)](http://cocoadocs.org/docsets/FSCSwipeCell)\n[![Platform](https://img.shields.io/cocoapods/p/FSCSwipeCell.svg?style=flat)](http://cocoadocs.org/docsets/FSCSwipeCell)\n\n## Installation\n\nFSCSwipeCell is available through [CocoaPods](http://cocoapods.org). To install it, simply\nadd the following line to your Podfile:\n\n    pod \"FSCSwipeCell\"\n\n## What is it?\n\n\u003cimg src=\"http://fat.gfycat.com/CarefreeCreativeAdder.gif\" height=\"268\"\u003e\n\nThis component was built to make swipeable cells behave as one would expect, without taking control of what appears\nwhen you swipe left or right.\n\n### What it does\n\n* Displays additional views (that you provide) under the table view cell when the user swipes it left or right\n* Handles the physics of swiping a cell open/closed with distance and velocity thresholds\n* Notifies the (optional) delegate of all updates to the state of the cell, such as:\n    * The left/right view is about to show (with the option of canceling it and keeping it \"closed\")\n    * The cell has been swiped any distance\n    * The cell is done closing (either because the user swiped it shut, or didn't swipe beyond the threshold)\n* Repurposes the standard `UITableViewCell`'s `contentView`, so all table view styles are supported\n* Lets you assign `leftView` or `rightView` immediately before showing them, so you can reuse one view for all cells\n\n### What it doesn't do\n\n* It doesn't create or handle any content in the left/right views\n* It (currently) doesn't allow the cell to stay half-open (e.g., like the Mail app's more/delete buttons)\n\n### Why not one of the other swipeable cell libraries out there?\n\nIt really depends on what you're after. This library gives you some more control of how the cell renders when swiped,\nbut if you just want to show a few buttons when the user swipes left, use [UITableViewRowAction][], or if you want\nsome more functionality on the buttons, check out [SWTableViewCell][] or [MGSwipeTableCell][]. There are some things\nI needed for my app which are out of the scope of those libraries, which is why I made this library. Hopefully all\nthese libraries together will help cover everyone's needs.\n\n## A note on stability\n\nThis is in a very early stage right now and may have bugs lurking in the water. For example, I have not tested it\nwith iOS 7 so that might not work too well (yet). All pull requests are welcome!\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Author\n\nBlixt, blixt@47center.com\n\n## License\n\nFSCSwipeCell is available under the MIT license. See the LICENSE file for more info.\n\n\n[UITableViewRowAction]: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewRowAction_class/index.html\n[SWTableViewCell]: https://github.com/CEWendel/SWTableViewCell\n[MGSwipeTableCell]: https://github.com/MortimerGoro/MGSwipeTableCell\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Ffscswipecell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixt%2Ffscswipecell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Ffscswipecell/lists"}