You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2023. It is now read-only.
- Then you can set `numberOfVisibleItems`, by default it's null and that means it will load all of the cells at a time
113
-
```swift
114
-
layout.numberOfVisibleItems=...
115
-
```
116
-
- Now you just need to conform your `UICollectionViewCell` class to `TransformableView` and start implementing your custom transforms
113
+
- Now you just need to conform your `UICollectionViewCell` class to `TransformableView` and start implementing your custom transforms.
114
+
115
+
*Note:* you can use [prepared transformable protocols](#prepared-transformable-protocols) instead of `TransformableView` if you don't want a custom effect!
116
+
117
117
> `progress` is a float value that represents the current position of your cell in the collection view.
118
118
> When it's `0` that means the current position of the cell is exactly in the center of your collection view.
119
119
> the value could be negative or positive and that represents the distance to the center of your collection view.
0 commit comments