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

typo #28

Merged
merged 1 commit into from
Jan 14, 2015
Merged

typo #28

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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