{"id":22257670,"url":"https://github.com/shakurocom/infinityscrollview","last_synced_at":"2025-10-11T08:48:28.271Z","repository":{"id":62455259,"uuid":"455416914","full_name":"shakurocom/InfinityScrollView","owner":"shakurocom","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-24T12:01:56.000Z","size":14532,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T08:48:24.498Z","etag":null,"topics":["infinite-scroll","infinity","ios","scroll","scrolling","scrollview","swift"],"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.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-04T04:07:46.000Z","updated_at":"2025-07-26T17:09:59.000Z","dependencies_parsed_at":"2025-04-24T13:21:02.825Z","dependency_job_id":"8f798859-547c-4e1f-a0ff-36c476b05084","html_url":"https://github.com/shakurocom/InfinityScrollView","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/shakurocom/InfinityScrollView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FInfinityScrollView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FInfinityScrollView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FInfinityScrollView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FInfinityScrollView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakurocom","download_url":"https://codeload.github.com/shakurocom/InfinityScrollView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakurocom%2FInfinityScrollView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006644,"owners_count":26084149,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["infinite-scroll","infinity","ios","scroll","scrolling","scrollview","swift"],"created_at":"2024-12-03T08:11:40.307Z","updated_at":"2025-10-11T08:48:28.245Z","avatar_url":"https://github.com/shakurocom.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Shakuro Infinity Scroll View](Resources/title_image.png)\n\u003cbr\u003e\u003cbr\u003e\n# InfinityScrollView\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\n`InfinityScrollView` is a Swift library that allows you to add endless horizontal scroll to different items. `InfinityScrollView` has various configuration options:\n- fast deceleration rate \n- snap to center item \n- configurable snap deceleration animations\n \n\nInfinity scroll example:\n\n![](Resources/infinity_scroll.gif)\n\n\nInfinity scroll example with different items sizes:\n\n![](Resources/infinity_scroll_with_different_sizes.gif)\n\n\nInfinity scroll example with snap to center item:\n\n![](Resources/infinity_scroll_with_snap_to_center.gif)\n\n\nSingle item behaviour:\n\n![](Resources/single_item_behaviour.gif)\n\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 Infinity Scroll View into your Xcode project with CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'Shakuro.InfinityScrollView'\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.InfinityScrollView simply by copying it to your project.\n\n## Usage\n\nJust create `InfinityScrollView` programmatically or in the storyboard. Take into account that `InfinityScrollView` must have the data source and the delegate objects. The data source needs to adopt the `InfinityScrollViewDataSource` protocol and the delegate has to adopt the `InfinityScrollViewDelegate` protocol. The data source provides the views that `InfinityScrollView` will display. The delegate allows you to respond to scrolling events.\n\nTake a look at the [InfinityScrollView_Example](https://github.com/shakurocom/InfinityScrollView/tree/main/InfinityScrollView_Example) (you need to perform `pod install` before before using it).\n\n## License\n\nShakuro.InfinityScrollView is released under the MIT license. [See LICENSE](https://github.com/shakurocom/InfinityScrollView/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=infinity-scroll\"\u003eNative Mobile Development\u003c/a\u003e and \u003ca href=\"https://shakuro.com/services/ios-dev/?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=infinity-scroll\"\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=infinity-scroll\"\u003econtact our team\u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakurocom%2Finfinityscrollview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakurocom%2Finfinityscrollview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakurocom%2Finfinityscrollview/lists"}