mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
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 <a.khorsandi@innovattic.com> Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
018f016c98
commit
7fbf8dc3c4
1 changed files with 18 additions and 0 deletions
|
@ -7931,6 +7931,24 @@
|
||||||
"swift"
|
"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",
|
"short_description": "Mac app that shows pull request last modified each line of a file",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
Loading…
Reference in a new issue