A data-driven UICollectionView framework for building fast.
Stars
13
Forks
2
Watchers
13
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
484
commits
2
commits
feat: enhance `SKCDisplayTracker` with improved index path handling and additional properties for section visibility tracking
868fd54View on GitHubfeat: add `sectionsForVisibleArea` method to `SKCDisplayTracker` for improved visibility tracking of sections
456d21aView on GitHubfeat: improve `SKCDisplayTracker`'s visible item tracking and top cell calculation, and add `SKWeakWrapped` for weak object management.
54affe3View on GitHubfeat: add a visible cell index path publisher to `SKCDisplayTracker`.
f5fc68bView on GitHubdocs: Add new reference documents for selection components and update section creation guidelines.
55a270eView on GitHubfeat: Add new SectionUI templates for mixed, standard, and adaptive cells, and update documentation.
3173c59View on GitHubstyle: improve code formatting and readability in `SKCLayoutDecoration` by adjusting imports, initializer layouts, and whitespace.
1b2f197View on GitHubdocs: Standardize `UICollectionView` variable name to `sectionView` across documentation and examples.
fc89bcaView on GitHubfeat: Add xctemplate scripts for release and publishing, update documentation, and remove the root release script.
1674b99View on GitHubfeat: Refactor action and supplementary context types to be generic and protocol-based, moving context structs into dedicated files.
c79a117View on GitHubrefactor: Reorganize `CollectionSingleTypeSection` action and context handling with new protocols and dedicated context structs, and update release artifacts.
e8d1be0View on GitHubdocs: Introduce comprehensive documentation for SectionKit features, including styling, events, and best practices, and establish an AI agent knowledge base.
e6a895dView on GitHubrefactor: Restructure SectionUI documentation and examples, introducing new reference pages for plugins, decorations, and performance while removing old examples and references.
d24db27View on GitHub