Skip to content

Commit

Permalink
rewrite readme for 5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 10, 2016
1 parent 636c234 commit 04e9e01
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 131 deletions.
2 changes: 1 addition & 1 deletion Documentation/DTTableViewManager 5.0 migration guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Here's full list of all delegate and datasource methods implemented:

In 4.x release `DTTableViewManager` itself served as table view updater, implementing `StorageUpdating` protocol. 5.0 release introduces new property - `tableViewUpdater`, that holds table view updater object. All previous logic was extracted to separate `TableViewUpdater` class.

Also, if you want to work with CoreData and NSFetchedResultsController, just call:
If you want to work with CoreData and NSFetchedResultsController, just call:

```swift
manager.tableViewUpdater = manager.coreDataUpdater()
Expand Down
Loading

0 comments on commit 04e9e01

Please sign in to comment.