Skip to content

Commit 23af07d

Browse files
author
Olga Konoreva
authored
Update README.md
1 parent 7d71860 commit 23af07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It supports following customization:
1515
- Using spring animation with params customization
1616
- Animation options like animation curve
1717

18-
All these parameters could be various in different orientations.
18+
All these parameters could vary for different orientations.
1919

2020
# Installation
2121

@@ -97,7 +97,7 @@ override func viewDidLoad() {
9797
}
9898
```
9999

100-
Also you have possibility to update customization settings, e.g. set another options for landscape orientation. To do it, override ```viewWillTransition(to:with:)``` mehod and add desired parameters to ```transitionOptions``` property.
100+
Also, you have possibility to update customization settings, e.g. set another options for landscape orientation. To do it, override ```viewWillTransition(to:with:)``` mehod and add desired parameters to ```transitionOptions``` property.
101101
```swift
102102
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
103103
super.viewWillTransition(to: size, with: coordinator)

0 commit comments

Comments
 (0)