Skip to content

Install DKDBManager

kevindelord edited this page Mar 4, 2016 · 1 revision

Installation

DKDBManager is available through CocoaPods.

To install it, add the following line to your Podfile:

pod 'DKDBManager'

and run pod install from the main directory.

Integration

Import the header file DKDBManager.h in your project's .pch or bridge-header file. This will import all required headers for Magical Record and CoredData.

#import "DKDBManager.h"

Swift

If you are using use_frameworks! then import DKDBManager in the files where you use the library.