fetchHistory(after:)
Retrieves history since a given transaction.
Declaration
class func fetchHistory(after transaction: NSPersistentHistoryTransaction?) -> SelfParameters
- transaction:
The transaction that marks the beginning of the history request.
Return Value
A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial transaction boundary.