Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit e3af3e9

Browse files
author
Anna-Mariia Shkarlinska
committed
Update README.md
1 parent ffe6764 commit e3af3e9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ UICollectionView(frame: .zero, collectionViewLayout: CarLensCollectionViewLayout
3535
```
3636

3737
#### Step 2
38-
Subsclass `CarLensCollectionViewCell` and call `configure(topView: UIView, cardView: UIView)` right on the start!
38+
Subsclass `CarLensCollectionViewCell` and call `configure(topView: UIView, cardView: UIView)` during the cell’s initialization:
3939
```swift
4040
class CollectionViewCell: CarLensCollectionViewCell {
4141
override init(frame: CGRect) {
@@ -101,17 +101,21 @@ github "netguru/CarLensCollectionViewLayout" ~> 1.1.0
101101

102102
## About
103103

104-
This project is made with ❤️ by [Netguru](https://netguru.co).
104+
This project is made with ❤️ by [Netguru](https://netguru.co) and maintained by [Anna-Mariia Shkarlinska](https://github.com/anyashka).
105105

106106
### License
107107

108108
*CarLensCollectionViewLayout* is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for more info.
109109

110+
## Read More
111+
112+
- [Introducing CarLensCollectionViewLayout - a New Open Source iOS Tool by Netguru](https://www.netguru.com/codestories/introducing-carlenscollectionviewlayout-a-new-open-source-ios-tool-by-netguru)
113+
- [How We Built CarLens](https://www.netguru.com/blog/machine-learning-and-augmented-reality-combined-in-one-sleek-mobile-app-how-we-built-car-lens)
114+
110115
## Related links
111116

112117
- [CarLens Page](https://www.netguru.com/carlens)
113-
- [CarLens iOS](https://github.com/netguru/car-recognition-ios)
118+
- [CarLens iOS](https://github.com/netguru/CarLens-iOS)
114119
- [CarLens in App Store](https://itunes.apple.com/us/app/carlens/id1417168518?mt=8)
115-
- [CarLens Android](https://github.com/netguru/car-recognition-android)
120+
- [CarLens Android](https://github.com/netguru/CarLens-Android)
116121
- [CarLens on Google Play](https://play.google.com/store/apps/details?id=co.netguru.android.carrecognition&hl=en)
117-
- [CarLens Story on a Blog](https://www.netguru.com/blog/machine-learning-and-augmented-reality-combined-in-one-sleek-mobile-app-how-we-built-car-lens)

0 commit comments

Comments
 (0)