Skip to content

Commit

Permalink
copypasta, regex replace, update image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nystrom committed Apr 17, 2017
1 parent 30c6c95 commit af5fcf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guides/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This guide provides details for how to migration between major versions of `IGLi

## From 2.x to 3.x

For details on all changes in IGListKit 2.0.0, please see the [release notes](https://github.com/Instagram/IGListKit/releases/tag/3.0.0).
For details on all changes in IGListKit 3.0.0, please see the [release notes](https://github.com/Instagram/IGListKit/releases/tag/3.0.0).

### IGListBindingSectionController

If you were using `IGListDiff(...)` _inside_ a section controller to compute diffs for cells, we recommend that you start using `IGListBindingSectionController` which wraps this behavior in an elegant and tested API.

### IGListCollectionView removed

You can simply Find & Replace `IGListCollectionView` with `UICollectionView` in your project to fix this.
You can simply find regex `IGListCollectionView([ |\*|\(])` and replace with regex `UICollectionView$1` in your project to fix this.

![Replace IGListCollectionView](https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/replace-iglistcollectionview.png)

Expand Down
Binary file modified Resources/replace-iglistcollectionview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af5fcf9

Please sign in to comment.