Skip to content

Commit

Permalink
Update README.md (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev authored Dec 17, 2020
1 parent 12fbea3 commit b328b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
**TL;DR** *UIPageViewController done properly.*

## ⭐️ Features
- [x] Simplified data source management & enhanced delgation.
- [x] Simplified data source management & enhanced delegation.
- [x] Dynamically insert & remove pages.
- [x] Infinite scrolling support.
- [x] Automatic timer-based page transitioning.
Expand Down Expand Up @@ -152,7 +152,7 @@ viewControllers.insert(UIViewController(), at: index)
pageViewController.insertPage(at: index)
```

*The default behaviour after inserting or deleting a page is to scroll to the update location, this however can be configured by passing a `PageUpdateBehavior` value other than `.scrollToUpdate`.*
*The default behavior after inserting or deleting a page is to scroll to the update location, this however can be configured by passing a `PageUpdateBehavior` value other than `.scrollToUpdate`.*

## ⚡️ Other Extras

Expand All @@ -164,7 +164,7 @@ pageViewController.insertPage(at: index)
- `.parentPageboy` - Access the immediate parent `PageboyViewController` from any child view controller.

### Animated Transitions
Pageboy also provides custom transition support for **animated transitions**. This can be customised via the `.transition` property on `PageboyViewController`.
Pageboy also provides custom transition support for **animated transitions**. This can be customized via the `.transition` property on `PageboyViewController`.

```swift
pageboyViewController.transition = Transition(style: .push, duration: 1.0)
Expand Down

0 comments on commit b328b2b

Please sign in to comment.