Paralayout icon indicating copy to clipboard operation
Paralayout copied to clipboard

Paralayout is a set of simple, useful, and straightforward utilities that enable pixel-perfect layout in iOS. Your designers will love you.

Results 14 Paralayout issues
Sort by recently updated
recently updated
newest added

The current name is kind of confusing, and this is a weird place for it. Some ideas: ViewDistributionItem.compacting(_:) ViewDistributionItem.compactingHidden(_:) Array.compacted()

We introduced a `TargetAlignmentBehavior` enum in #72 to control how views are aligned, in order to address the issues raised around aligning to scroll views in #54. The case names...

In v4, artifacts are no longer mutable, so we can't upload to the same artifact name from multiple jobs.

There are some valid use cases where you want to be able to slice more than the available width/height, such as when your content has a minimum size and your...

Currently the implied distribution does not behave as documented in cases where the fixed spacers sum to zero (either by using zero-size spacers or by combining positive- and negative-sized spacers)....