|
1 | 1 | # Nested-Collection-View |
2 | 2 |
|
| 3 | +[](https://github.com/DevCrew-io/Nested-Collection-View/blob/main/LICENSE) |
| 4 | + |
| 5 | + |
3 | 6 | This is a multi-level scrolling view with horizontal scrollable items in a vertical scroll. It supports multiple vertical sections, each with its own set of horizontally scrollable items. Built using Swift and UICollectionView, this view provides an intuitive and interactive way to showcase content with a rich and engaging user interface. |
4 | 7 |
|
5 | 8 |  |
@@ -63,7 +66,7 @@ let nestedCollectionView = NestedCollectionView(frame: CGRect.zero) |
63 | 66 | Then add your nested collection view delegate: |
64 | 67 |
|
65 | 68 | ```swift |
66 | | - collectionView.delegate = self |
| 69 | +collectionView.delegate = self |
67 | 70 | ``` |
68 | 71 |
|
69 | 72 | Finally, add the nested collection view to your view hierarchy: |
@@ -99,14 +102,26 @@ And that's it! Now you can use the follwoing delegate method to setup a collecti |
99 | 102 | } |
100 | 103 | ``` |
101 | 104 |
|
102 | | -## Contributions |
103 | | - |
104 | | -Contributions to Nested Collection View are always welcome! See [Contributors](https://github.com/DevCrew-io/Nested-Collection-View/graphs/contributors) for details. |
| 105 | +## Author |
105 | 106 |
|
106 | | -## Contact |
| 107 | +[DevCrew.IO](https://devcrew.io/) |
107 | 108 |
|
108 | 109 | If you have any questions or comments about Nested Collection View, please feel free to contact us at info@devcrew.io. |
109 | 110 |
|
| 111 | +<h3 align="left">Connect with Us:</h3> |
| 112 | +<p align="left"> |
| 113 | +<a href="https://devcrew.io" target="blank"><img align="center" src="https://devcrew.io/wp-content/uploads/2022/09/logo.svg" alt="devcrew.io" height="35" width="35" /></a> |
| 114 | +<a href="https://www.linkedin.com/company/devcrew-io/mycompany/" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="mycompany" height="30" width="40" /></a> |
| 115 | +<a href="https://www.facebook.com/devcrew.io" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="devcrew.io" height="30" width="40" /></a> |
| 116 | +<a href="https://www.instagram.com/devcrew.io" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="devcrew.io" height="30" width="40" /></a> |
| 117 | +<a href="https://github.com/DevCrew-io" target="blank"><img align="center" src="https://cdn-icons-png.flaticon.com/512/733/733553.png" alt="DevCrew-io" height="32" width="32" /></a> |
| 118 | +</p> |
| 119 | + |
| 120 | + |
| 121 | +## Contributing |
| 122 | +Contributions, issues, and feature requests are welcome! See [Contributors](https://github.com/DevCrew-io/Nested-Collection-View/graphs/contributors) for details. |
| 123 | + |
| 124 | + |
110 | 125 | ## Acknowledgments |
111 | 126 |
|
112 | 127 | Nested Collection View was created by the [DevCrew.io](https://devcrew.io) team. |
0 commit comments