updated demo

This commit is contained in:
John Rommel Estropia
2015-05-09 14:10:55 +09:00
parent b16c9deeb9
commit a1610534cb
14 changed files with 286 additions and 282 deletions

View File

@@ -27,6 +27,8 @@ import Foundation
import GCDKit
// MARK: - DetachedDataTransaction
/**
The DetachedDataTransaction provides an interface for non-contiguous NSManagedObject creates, updates, and deletes. This is useful for making temporary changes, such as partially filled forms. A detached transaction object should typically be only used from the main queue.
*/