Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #28 from tomj/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ashfurrow committed Jan 14, 2015
2 parents 5ddd6fa + 0e01038 commit 14ab004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an example of how to use the new `UICollectionView` with `NSFetchedResul

# Setup

Clone the repo and look in the `UICollectionViewControllre` subclass. The logic inside the `.m` file shows how to queue updates.
Clone the repo and look in the `UICollectionViewController` subclass. The logic inside the `.m` file shows how to queue updates.

Section updates are stored in `_sectionChanges` while udates to objects within sections are stored in `_objectChanges`. When `controllerDidChangeContent:` is called, these updates are dequeued.

Expand Down

0 comments on commit 14ab004

Please sign in to comment.