From 37617edd8a1647fcef56ebf4eea8610a5e6ff6cc Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Thu, 27 Jun 2024 11:54:12 +0100 Subject: [PATCH] Add FixFlex (#1840) --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index 629b9fb3..0743e4b0 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",