Blueprints icon indicating copy to clipboard operation
Blueprints copied to clipboard

:cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.

Results 11 Blueprints issues
Sort by recently updated
recently updated
newest added

Hello 👋 , first of all thanks for this project! I'd like to know if it would be possible to auto-compute the `sectionInset` based on the layout (and with self...

Adds support for using preferred layout attributes on your cells.

This should be 0 not 1 as we can't assume a value. It can cause issues if the collection view is using headers and footers, as the collection view attempts...

Blocked - Requires further changes

The number of sections should default to 0 to stop subsequent calls been made to other delegate methods when there are no items to be displayed. https://github.com/zenangst/Blueprints/blob/c3dc5442d3102d933bc439c5c845b277b20034b1/Sources/Shared/Core/BlueprintLayout.swift#L38 This would cause...

The headers and footers width are not displaying the correct width.

bug

With the changes in iOS 13 the demo project does not look as great as it could. It just needs some small tweaks here and there.

enhancement

Need to implement an example for dynamic height for the macOS Example, at the point of asking for the size in sizeForItemAt*, the collection view has not been loaded into...

enhancement

When using dynamic heights for headers and footers the height of the collection view is incorrect. The last item will be overlapped by the footer due to the footers dynamic...

bug

With `UICollectionViewFlowLayout` I can set the height dynamic which adjust itself according to the underlying content by setting `height` in `estimatedItemSize` to 1 and then overriding `systemLayoutSizeFitting` in cell and...

Following best practices move common code into a shared lib so that it can be reused it will also minimise impact on maintenance.

enhancement