Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 6a67b29

Browse files
authored
Update README.md
1 parent 7b0fa17 commit 6a67b29

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<img width="100" src="https://amir.app/git/shapes_preview/stack_vortex.gif"></img>
4747
</p>
4848

49-
## Custom implementation
49+
## Custom implementations
5050

5151
<p float="left">
5252
<img width="100" src="https://amir.app/git/flowlayout_preview.gif"></img>
@@ -57,7 +57,7 @@
5757

5858
## About
5959
CollectionViewPagingLayout is a simple but powerful tool for making complex layouts for your UICollectionView.
60-
The implementation is very simple there is custom `UICollectionViewLayout` that gives you the ability to apply transforms on the cells.
60+
The implementation is very simple, there is a custom `UICollectionViewLayout` that gives you the ability to apply transforms on the cells.
6161
No inheritance or anything like that.
6262
See [How to use](https://github.com/amirdew/CollectionViewPagingLayout#how-to-use) for more details.
6363

@@ -107,12 +107,13 @@ Just add all the files under `Lib` directory to your project
107107

108108
### Using Layout Designer
109109

110+
<a href="https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12"> <img width="100" src="http://amir.app/git/app_store.png"></img> </a>
110111
There is a macOS app to make it even easier for you to build your own custom layout.
111112
It allows you to tweak many options and see the result in real time.
112-
- Clone the repository then build and run the mac app.
113-
- Tweak options and design your layout.
114-
- Copy the code from the right panel and paste it on Xcode, make sure to choose "ViewController" if you need the full implementation.
115-
- Don't forget to [install](https://github.com/amirdew/CollectionViewPagingLayout#installation) the libray
113+
- You can download the app from App Store and support this repository or build it yourself from the source.
114+
- Open the app, tweak options and design your layout.
115+
- Copy the code from the right panel and paste it on Xcode or click on "save it as project" and open it with Xcode.
116+
- Don't forget to [install](https://github.com/amirdew/CollectionViewPagingLayout#installation) the libray.
116117

117118

118119
### Manually

0 commit comments

Comments
 (0)