{"id":27296873,"url":"https://github.com/lengocduy/dlswipetopopcontroller","last_synced_at":"2025-06-26T11:32:53.631Z","repository":{"id":56907619,"uuid":"423194350","full_name":"lengocduy/DLSwipeToPopController","owner":"lengocduy","description":"Reusable iOS's behavior drag or swipe to pop ViewController","archived":false,"fork":false,"pushed_at":"2021-12-13T11:48:48.000Z","size":1582,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T19:38:37.888Z","etag":null,"topics":["animation","draggable","pan-gesture","popviewcontroller","swipe-gestures","swipe-right","swipeable"],"latest_commit_sha":null,"homepage":"https://lengocduy.github.io/DLSwipeToPopController/","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/lengocduy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-31T16:03:58.000Z","updated_at":"2022-09-17T10:23:07.000Z","dependencies_parsed_at":"2022-08-21T03:20:54.687Z","dependency_job_id":null,"html_url":"https://github.com/lengocduy/DLSwipeToPopController","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lengocduy/DLSwipeToPopController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengocduy%2FDLSwipeToPopController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengocduy%2FDLSwipeToPopController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengocduy%2FDLSwipeToPopController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengocduy%2FDLSwipeToPopController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lengocduy","download_url":"https://codeload.github.com/lengocduy/DLSwipeToPopController/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengocduy%2FDLSwipeToPopController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262056325,"owners_count":23251657,"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","draggable","pan-gesture","popviewcontroller","swipe-gestures","swipe-right","swipeable"],"created_at":"2025-04-11T23:52:08.305Z","updated_at":"2025-06-26T11:32:53.583Z","avatar_url":"https://github.com/lengocduy.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DLSwipeToPopController\n\nReusable iOS's behavior to pop ViewController base on [SwipeRightToPopController](https://github.com/rishi420/SwipeRightToPopController):\n\n- Swipe from Right to Left to pop ViewController.\n    - Customize base on `velocity`\n- Drag from Right to Left to pop ViewController.\n    - Customize base on `percent` of distance with the screen width\n\n## Requirements\n\n- Xcode 11+\n- Swift 5.0+\n\n## Installing\n\nThere are three ways to install `DLSwipeToPopController`\n\n### 1. CocoaPods\n\nJust add to your project's `Podfile`:\n\n```\npod 'DLSwipeToPopController', '~\u003e 1.1'\n```\n\n### 2. Carthage\n\nAdd following to `Cartfile`:\n\n```\ngithub \"lengocduy/DLSwipeToPopController\" ~\u003e 1.1\n```\n\n### 3. Swift Package Manager\n\nCreate a `Package.swift` file:\n\n```\n// swift-tools-version:5.0\n\nimport PackageDescription\n\nlet package = Package(\n        name: \"TestSwipeToPopController\",\n\n        dependencies: [\n            .package(url: \"https://github.com/lengocduy/DLSwipeToPopController.git\", from: \"1.1.4\"),\n        ],\n\n        targets: [\n            .target(\n                    name: \"TestSwipeToPopController\",\n                    dependencies: [\"DLSwipeToPopController\"])\n        ]\n)\n\n```\n\n## Architecture\n\n![Architecture](https://github.com/lengocduy/DLSwipeToPopController/blob/main/ArchDiagram.png?raw=true)\n\n## License\n\nDLSwipeToPopController is available under the MIT license. See the [LICENSE](LICENSE.md) file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flengocduy%2Fdlswipetopopcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flengocduy%2Fdlswipetopopcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flengocduy%2Fdlswipetopopcontroller/lists"}