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

Commit 52e504b

Browse files
authored
Update README.md
1 parent c7d7944 commit 52e504b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ extension MyCollectionViewCell: TransformableView {
140140
}
141141
```
142142

143-
## Premade Transformable Protocols
143+
## Prepared Transformable Protocols
144144

145-
There are premade transformables to make it easier to use this library,
146-
using them is very simple, you just need to conform your `UICollectionViewCell` to the premade protocol
145+
There are prepared transformables to make it easier to use this library,
146+
using them is very simple, you just need to conform your `UICollectionViewCell` to the prepared protocol
147147
and then set the options for that to customize it as you want.
148148
there are three types of transformables protocol at the moment `ScaleTransformView`, `SnapshotTransformView`, and `StackTransformView`.
149149
as you can see in the samples app these protocols are highly customizable and you can make tons of different effects with them.
@@ -184,7 +184,7 @@ public extension ScaleTransformView where Self: UICollectionViewCell {
184184
of course you can easily override this
185185

186186

187-
## Customize Premade Transformables
187+
## Customize Prepared Transformables
188188

189189
Yes, you can customize them or even combine them, to do that like before conform your cell class to the transformable protocol(s) and then implement `TransformableView.transform` function and call the transformable function manually, like this:
190190
```swift

0 commit comments

Comments
 (0)