Skip to content

Commit

Permalink
Update Migration Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Jul 31, 2018
1 parent 9835622 commit ffffdb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/Pageboy 3 Migration Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ This guide aims to provide an easy transition from existing implementations of P

## What's new

TODO
- Added support for Swift 4.2.
- View Controllers can now be inserted and removed dynamically.

## API Changes

### PageboyViewControllerDelegate
- Default implementations of `PageboyViewControllerDelegate` have been removed - effectively requiring all functions to be implemented.

### Types
### Functions
- `reloadPages()` is now `reloadData()`.

0 comments on commit ffffdb7

Please sign in to comment.