TKStore

public class TKStore

Undocumented

  • Undocumented

    Declaration

    Swift

    public var tripKitContext: NSManagedObjectContext { get }
  • Undocumented

    Declaration

    Swift

    public var viewContext: NSManagedObjectContext { get }

Resetting

  • Wipes TripKit and effectively clears the cache. Following calls to the context and coordinator will return new instances, so make sure you clear local references to those.

    Declaration

    Swift

    public func reset()