{"id":24297735,"url":"https://github.com/linhay/sectionkit","last_synced_at":"2026-01-20T08:02:51.102Z","repository":{"id":50275413,"uuid":"469098019","full_name":"linhay/SectionKit","owner":"linhay","description":"A data-driven UICollectionView framework for building fast.","archived":false,"fork":false,"pushed_at":"2025-01-16T10:51:32.000Z","size":1038,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-01-16T12:21:36.363Z","etag":null,"topics":["iglistkit","ios","list","section","swift","swift-package-manager","swiftui","uicollectionview"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linhay.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":"2022-03-12T13:58:34.000Z","updated_at":"2025-01-16T10:51:07.000Z","dependencies_parsed_at":"2023-11-16T04:27:03.477Z","dependency_job_id":"ba620b5c-45bf-4bac-9362-4bd13d33af7c","html_url":"https://github.com/linhay/SectionKit","commit_stats":{"total_commits":172,"total_committers":2,"mean_commits":86.0,"dds":"0.011627906976744207","last_synced_commit":"4c1c6e841077036d3c7e04d79e1d2ec46e3cfa93"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linhay%2FSectionKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linhay%2FSectionKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linhay%2FSectionKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linhay%2FSectionKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linhay","download_url":"https://codeload.github.com/linhay/SectionKit/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234268158,"owners_count":18805512,"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":["iglistkit","ios","list","section","swift","swift-package-manager","swiftui","uicollectionview"],"created_at":"2025-01-16T20:29:16.617Z","updated_at":"2025-09-25T23:30:50.457Z","avatar_url":"https://github.com/linhay.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/linhay/SectionKit/dev/Documentation/Images/icon.svg\" width=450 /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://deepwiki.com/linhay/SectionKit\"\u003e\u003cimg src=\"https://deepwiki.com/badge.svg\" alt=\"Platforms\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://cocoapods.org/pods/SectionUI\"\u003e\u003cimg src=\"https://img.shields.io/cocoapods/v/SectionUI.svg?style=flat\" alt=\"Pods Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://instagram.github.io/SectionUI/\"\u003e\u003cimg src=\"https://img.shields.io/cocoapods/p/SectionUI.svg?style=flat\" alt=\"Platforms\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n---\n\n一个数据驱动的 `UICollectionView`框架，用于构建快速灵活的列表。\n\n|           | 主要特性                                  |\n| --------- | ----------------------------------------- |\n| \u0026#127968; | 更好的可复用 cell 和组件体系结构          |\n| \u0026#128288; | 创建具有多个数据类型的列表                |\n| \u0026#128241; | 简化并维持 `UICollectionView`的核心特性 |\n| \u0026#9989;   | 超多的插件来帮助你构建更好的列表          |\n| \u0026#128038; | Swift 编写, 同时完全支持 SwiftUI          |\n\n## 示例\n\n#### [单组 Section](./Example/01-Introduction.swift)\n\n![01-Introduction](https://github.com/linhay/RepoImages/blob/main/SectionUI/01-Introduction.png?raw=true)\n\n#### [多组 Section](./Example/02-MultipleSection.swift)\n\n![02-MultipleSection](https://github.com/linhay/RepoImages/blob/main/SectionUI/02-MultipleSection.png?raw=true)\n\n#### [设置 Header 和 Footer](./Example/03-FooterAndHeader.swift)\n\n![03-FooterAndHeader](https://github.com/linhay/RepoImages/blob/main/SectionUI/03-FooterAndHeader.png?raw=true)\n\n#### [加载更多数据 / 重置数据](./Example/04-LoadAndPull.swift)\n\n![04-LoadAndPull](https://github.com/linhay/RepoImages/blob/main/SectionUI/04-LoadAndPull.png?raw=true)\n\n#### [使用 Combine 订阅数据](./Example/05-SubscribeDataWithCombine.swift)\n\n![05-SubscribeDataWithCombine](https://github.com/linhay/RepoImages/blob/main/SectionUI/05-SubscribeDataWithCombine.png?raw=true)\n\n### [网格视图](./Example/06-Grid.swift)\n\n![06-Grid](https://github.com/linhay/RepoImages/blob/main/SectionUI/06-Grid.png?raw=true)\n\n### [装饰视图](./Example/07-Decoration.swift)\n\n![07-Decoration](https://github.com/linhay/RepoImages/blob/main/SectionUI/07-Decoration.png?raw=true)\n\n## 前提条件:\n\n- Swift 5.8\n- iOS 13.0+\n\n## 安装\n\n- Swift Package Manager\n\n  ```swift\n  https://github.com/linhay/SectionKit\n  ```\n- Cocoapods\n\n  ```ruby\n  pod 'SectionUI', '2.4.0'\n  ```\n\n## License\n\n`SectionUI` 遵循[Apache License](./LICENSE)。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinhay%2Fsectionkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinhay%2Fsectionkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinhay%2Fsectionkit/lists"}