{"id":22257665,"url":"https://github.com/shakurocom/draggableoverlay","last_synced_at":"2025-07-28T07:31:51.759Z","repository":{"id":42369496,"uuid":"470081989","full_name":"shakurocom/DraggableOverlay","owner":"shakurocom","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-24T11:48:57.000Z","size":11365,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T05:33:35.825Z","etag":null,"topics":["component","drag-and-drop","draggable","draggable-elements","draggable-panel","draggableview","ios","overlay","swift","uicomponent","uikit","xcode"],"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/shakurocom.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":"2022-03-15T09:10:35.000Z","updated_at":"2024-08-29T09:11:21.000Z","dependencies_parsed_at":"2023-02-13T20:50:51.841Z","dependency_job_id":null,"html_url":"https://github.com/shakurocom/DraggableOverlay","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FDraggableOverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FDraggableOverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FDraggableOverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FDraggableOverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakurocom","download_url":"https://codeload.github.com/shakurocom/DraggableOverlay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227877846,"owners_count":17833559,"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":["component","drag-and-drop","draggable","draggable-elements","draggable-panel","draggableview","ios","overlay","swift","uicomponent","uikit","xcode"],"created_at":"2024-12-03T08:11:38.195Z","updated_at":"2025-07-28T07:31:51.742Z","avatar_url":"https://github.com/shakurocom.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Shakuro Draggable Overlay](Resources/title_image.png)\n\u003cbr\u003e\u003cbr\u003e\n# DraggableOverlay\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)\n![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)\n![License MIT](https://img.shields.io/badge/license-MIT-green.svg)\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n\nA `DraggableOverlay` is a Swift library - an overlay that dynamically reveals or hides the content inside it. It can be dragged up and down to stick to predefined anchors. Whenever a drag gesture ends, the overlay motion will continue until it reaches one of its anchors.  `DraggableOverlay` has various configuration options.\n\n`DraggableOverlay` example with default options:\n\n![](Resources/draggable_overlay_example_1.gif)\n\n`DraggableOverlay` example with enabled shadow (red color) and container shadow (green color), customized draggable container height (30 px):\n\n![](Resources/draggable_overlay_example_2.gif)\n\n`DraggableOverlay` example with custom handle corner and custom handle container corner radius, customized handle color (yellow) and changed top inset:\n\n![](Resources/draggable_overlay_example_3.gif)\n\n`DraggableOverlay` example with bounce animation:\n\n![](Resources/draggable_overlay_example_4.gif)\n\n## Requirements\n\n- iOS 11.0+\n- Xcode 11.0+\n- Swift 5.0+\n\n## Installation\n\n### CocoaPods\n\nTo integrate `DraggableOverlay` into your Xcode project with CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'Shakuro.DraggableOverlay'\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### Manually\n\nIf you prefer not to use CocoaPods, you can integrate Shakuro.DraggableOverlay simply by copying it to your project.\n\n## Usage\nJust initilize `DraggableDetailsOverlayViewController` with your nested viewcontroller and delegate. Nested viewcontroller must adopt the `DraggableDetailsOverlayViewControllerDelegate` and `DraggableDetailsOverlayNestedInterface` protocols. The delegate allows to respond to scrolling events.\nHave a look at the [DraggableOverlayExample](https://github.com/shakurocom/DraggableOverlay/tree/main/DraggableOverlayExample) (perform `pod install` before usage)\n\n## License\n\nShakuro.DraggableOverlay is released under the MIT license. [See LICENSE](https://github.com/shakurocom/DraggableOverlay/blob/main/LICENSE.md) for details.\n\n## Give it a try and reach us\n\nExplore our expertise in \u003ca href=\"https://shakuro.com/services/native-mobile-development/?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=draggable-overlay\"\u003eNative Mobile Development\u003c/a\u003e and \u003ca href=\"https://shakuro.com/services/ios-dev/?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=draggable-overlay\"\u003eiOS Development\u003c/a\u003e.\u003c/p\u003e\n\nIf you need professional assistance with your mobile or web project, feel free to \u003ca href=\"https://shakuro.com/get-in-touch/?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=draggable-overlay\"\u003econtact our team\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakurocom%2Fdraggableoverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakurocom%2Fdraggableoverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakurocom%2Fdraggableoverlay/lists"}