You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Say your data looks something like this:
43
43
44
44
After setting your initial data source, any calls to `-replaceObjects:` or `-mergeObjects:` would look for existing objects with the same `employeeID` and replace those.
45
45
46
-
If no Primary Key Path is specified, UAFilterableResultsController will just use `isEqual:` when determining quality.
46
+
If no Primary Key Path is specified, UAFilterableResultsController will just use `isEqual:` when determining equality.
47
47
48
48
## Installation
49
49
@@ -123,7 +123,7 @@ In addition to manipulating the individual objects you can manipulate entire sec
123
123
124
124
UAFilterableResultsController also supports searching the data stack for objects. You can use `-objectAtIndexPath:` or `-objectWithPrimaryKey:` for locating known objects, or `-indexPathOfObject:` or `-indexPathOfObjectWithPrimaryKey:` for finding the location of the objects within the data stack.
125
125
126
-
You can pull the entire data stack with `-data`, or a all objects within the stack using `-allObjects`.
126
+
You can pull the entire data stack with `-data`, or all objects within the stack using `-allObjects`.
127
127
128
128
## Filtering
129
129
@@ -136,7 +136,9 @@ A `UAFilter` object is a simple wrapper around an `NSPredicate` that allows for
0 commit comments