From 653d3182ce0ba204ca12aa0db0ff3a34a09e5ca7 Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Mon, 24 Jun 2024 21:43:02 +0100 Subject: [PATCH] Add FixFlex --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index c1d590a6..46c7441d 100644 --- a/contents.json +++ b/contents.json @@ -2439,6 +2439,12 @@ "description": "Auto Layout made easy.", "homepage": "https://github.com/nakiostudio/EasyPeasy" }, + { + "title": "FixFlex", + "category": "auto-layout", + "description": "Declarative autolayout based on NSLayoutAnchor, swifty reimagination of VFL, alternative to UIStackView", + "homepage": "https://github.com/psharanda/FixFlex" + }, { "title": "MisterFusion", "category": "auto-layout",