Listable icon indicating copy to clipboard operation
Listable copied to clipboard

Declarative list views for iOS apps.

Results 43 Listable issues
Sort by recently updated
recently updated
newest added

_Describe your changes here. Please include screenshots if they're visual!_ ### Checklist Please do the following before merging: - [ ] Ensure any public-facing changes are reflected in the [changelog](https://github.com/kyleve/Listable/blob/main/CHANGELOG.md)....

- Fix: Only fix the list header position if there's no top padding to avoid it shifting around - Gardening: Clean up usage of UICollectionView vs List layout context. In...

This PR changes the recommended way to convert Blueprint `Elements` into `Items` or `HeaderFooters`. The old way was to either manually define a `BlueprintItemContent` or `BlueprintHeaderFooterContent`, which worked great for...

The inconsistency with our other repos is driving me a bit crazy, I'd like to propose `swiftformat`'ing the repo. ### Checklist Please do the following before merging: - [ ]...

Allows making individual section headers sticky, a couple ways: - By implementing `isStickySectionHeader` on `HeaderFooterContent` – this allows headers which are designed to be sticky, eg, `MarketStickySectionHeader`, to force this...