Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Oct 6, 2014
1 parent 610f673 commit 4517ff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ var person = Person.self++ // Object creation in the default context
Person.self += person // Object saving
Person.self -= person // Object deletion
```

- **FetchedResultsController** support
```swift
CoreDataObject.all().count().fetchedResultsController("name")
```

## Version 1.0 Beta - Features

Expand Down

0 comments on commit 4517ff0

Please sign in to comment.