You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New hooks for advanced layouts:onCreateStartConstraint, onCreateEndConstraint, and onCreateLayoutGuide let you tweak or observe everything the stack generates.
New spacingBefore option: Add gaps or overlaps without extra guides (supports negative values).
Better constraint debugging: Constraints now include debug-only identifiers with file/line info, making them easier to spot in Xcode when you see “Unable to simultaneously satisfy constraints” warnings.
More flexible stacking: Set startOffset/endOffset to nil to intentionally leave a side unpinned when other constraints determine placement.
Quality improvements: Added unit tests and refreshed the public API documentation.
FixFlex 1.1.0 is released! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL
FixFlex 1.0.1 is released! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL
The first public release of the FixFlex library! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL