This commit is contained in:
John Rommel Estropia
2016-02-09 07:35:31 +09:00
parent f19a0d29eb
commit df866718cf
5 changed files with 72 additions and 7 deletions

View File

@@ -854,7 +854,7 @@ public final class ListMonitor<T: NSManagedObject> {
/**
Returns `true` if a call to `refetch(...)` was made to the `ListMonitor` and is currently waiting for the fetching to complete. Returns `false` otherwise.
*/
private(set) public var isPendingRefetch = false
public private(set) var isPendingRefetch = false
/**
Asks the `ListMonitor` to refetch its objects using the specified series of `FetchClause`s. Note that this method does not execute the fetch immediately; the actual fetching will happen after the `NSFetchedResultsController`'s last `controllerDidChangeContent(_:)` notification completes.