DBKit 1.0

DBKit 1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



DBKit 1.0

  • By
  • David Barry

DBKit is a collection of code that I find useful in many of the applications that I write. DBKit uses ARC and is compatible with iOS 5.0 or greater(though it must be built with the iOS6 SDK).

Manually adding DBKit to your project

Add DBKit to your project

  • Copy the DBKit and DBKitResources folders into your project

Add DBCoreData to your project

DBCoreData is a separate staic library that can optionally be included in projects that use Core Data.

  • Copy the DBCoreData folder into your project.