From 7fbf8dc3c4ef561d74d55995ce3ab2952cef0782 Mon Sep 17 00:00:00 2001 From: Amir Khorsandi Date: Fri, 24 Jul 2020 12:36:13 +0200 Subject: [PATCH] Add Layout Designer (a macOS app that makes layout for UICollectionView) (#570) * Add Layout Designer app https://github.com/amirdew/CollectionViewPagingLayout * Add Layout Designer to applications.json and remove it from README.md * Change title of Layout Designer * Change short description for Layout Desginer Co-authored-by: Amir Khorsandi Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 59b0442..ab66d61 100644 --- a/applications.json +++ b/applications.json @@ -7931,6 +7931,24 @@ "swift" ] }, + { + "short_description": "A simple but powerful tool that helps you make complex layouts for UICollectionView.", + "categories": [ + "development", + "productivity", + "utilities" + ], + "repo_url": "https://github.com/amirdew/CollectionViewPagingLayout", + "title": "Layout Designer for UICollectionView", + "icon_url": "https://github.com/amirdew/CollectionViewPagingLayout/blob/master/Samples/PagingLayoutSamples/Assets.xcassets/AppIcon.appiconset/icon_40x40@3x.png?raw=true", + "screenshots": [ + "https://amir.app/git/layout_designer_preview.gif" + ], + "official_site": "https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12", + "languages": [ + "swift" + ] + }, { "short_description": "Mac app that shows pull request last modified each line of a file", "categories": [