|
46 | 46 | <img width="100" src="https://amir.app/git/shapes_preview/stack_vortex.gif"></img>
|
47 | 47 | </p>
|
48 | 48 |
|
49 |
| -## Custom implementation |
| 49 | +## Custom implementations |
50 | 50 |
|
51 | 51 | <p float="left">
|
52 | 52 | <img width="100" src="https://amir.app/git/flowlayout_preview.gif"></img>
|
|
57 | 57 |
|
58 | 58 | ## About
|
59 | 59 | 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. |
61 | 61 | No inheritance or anything like that.
|
62 | 62 | See [How to use](https://github.com/amirdew/CollectionViewPagingLayout#how-to-use) for more details.
|
63 | 63 |
|
@@ -107,12 +107,13 @@ Just add all the files under `Lib` directory to your project
|
107 | 107 |
|
108 | 108 | ### Using Layout Designer
|
109 | 109 |
|
| 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> |
110 | 111 | There is a macOS app to make it even easier for you to build your own custom layout.
|
111 | 112 | 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. |
116 | 117 |
|
117 | 118 |
|
118 | 119 | ### Manually
|
|
0 commit comments