The SyncEngine provides iOS platform to sync data from local to online server or vice-versa.
-
Download zip file or do
git clone https://github.com/immortalsantee/SyncEngine.gitusing terminal. -
Double click
SyncEnginefolder and select all files. Drag it into your xcode project. Dont forget to checkCopy items if neededas destination. -
Select targets you want to use syncEngine.
-
Click Finish.
-
Click
Create Bridging Header. -
Now click on
projectName-Bridging-Header.hfile and paste following header.
#import "Headers.h"
Remaining documentation coming soon.