{"id":19685879,"url":"https://github.com/rxswiftcommunity/rxiglistkit","last_synced_at":"2025-07-17T06:03:37.875Z","repository":{"id":48035593,"uuid":"186827450","full_name":"RxSwiftCommunity/RxIGListKit","owner":"RxSwiftCommunity","description":"RxSwift wrapper for IGListKit","archived":false,"fork":false,"pushed_at":"2024-08-27T07:48:12.000Z","size":1184,"stargazers_count":61,"open_issues_count":1,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-28T17:17:21.936Z","etag":null,"topics":["collectionview","data-driven","iglistkit","list","reactive","rxcocoa","rxswift"],"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/RxSwiftCommunity.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-15T13:01:48.000Z","updated_at":"2025-04-29T09:19:10.000Z","dependencies_parsed_at":"2024-11-11T18:32:15.644Z","dependency_job_id":"cec30c74-0acf-4802-91e8-fe88b998ba53","html_url":"https://github.com/RxSwiftCommunity/RxIGListKit","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.03703703703703709,"last_synced_commit":"7bff4c15e5b23b8c0d11ee99c4c5cc1fb2cc24bf"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/RxSwiftCommunity/RxIGListKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxIGListKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxIGListKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxIGListKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxIGListKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RxSwiftCommunity","download_url":"https://codeload.github.com/RxSwiftCommunity/RxIGListKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxIGListKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265570999,"owners_count":23789994,"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":["collectionview","data-driven","iglistkit","list","reactive","rxcocoa","rxswift"],"created_at":"2024-11-11T18:24:33.066Z","updated_at":"2025-07-17T06:03:37.833Z","avatar_url":"https://github.com/RxSwiftCommunity.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxIGListKit\n\nA [RxSwift](https://github.com/ReactiveX/RxSwift) wrapper for Instagram's [IGListKit](https://github.com/Instagram/IGListKit) - A data-driven `UICollectionView` framework for building fast and flexible lists.RxIGListKit bring IGListKit into Reactive world.\n\n[![Build Status](https://travis-ci.org/RxSwiftCommunity/RxIGListKit.svg?branch=master)](https://travis-ci.org/RxSwiftCommunity/RxIGListKit)\n[![Version](https://img.shields.io/cocoapods/v/RxIGListKit.svg?style=flat)](https://cocoapods.org/pods/RxIGListKit)\n![Carthage](https://camo.githubusercontent.com/3dc8a44a2c3f7ccd5418008d1295aae48466c141/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f43617274686167652d636f6d70617469626c652d3442433531442e7376673f7374796c653d666c6174)\n[![License](https://img.shields.io/cocoapods/l/RxIGListKit.svg?style=flat)](https://cocoapods.org/pods/RxIGListKit)\n[![Platform](https://img.shields.io/cocoapods/p/RxIGListKit.svg?style=flat)](https://cocoapods.org/pods/RxIGListKit)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```swift\nlet dataSource = RxListAdapterDataSource\u003cString\u003e(sectionControllerProvider: { _,_ in\n            LabelSectionController()\n})\nlet objectsSignal = BehaviorSubject\u003c[String]\u003e(value: [])\nobjectsSignal.bind(to: adapter.rx.objects(dataSource: dataSource)).disposed(by: bag)\n```\n\n## Requirements\n\nSwift 5 \u0026 Xcode 10.2 \u0026 RxCocoa\n\n## Installation\n\nRxIGListKit is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'RxIGListKit'\n```\n\nFor [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:\n\n```\ngithub \"RxSwiftCommunity/RxIGListKit\" \"master\"\n```\n\n## Author\n\nBruce-pac, Bruce_pac312@foxmail.com\n\n## License\n\nRxIGListKit is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxiglistkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxswiftcommunity%2Frxiglistkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxiglistkit/lists"}