Skip to content

akabekobeko/examples-ios-fmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

examples-ios-fmdb

Example for the FMDB.

Installation

  1. Setup the CocoaPods
  2. git clone this repository
  3. cd REPOSITORY_DIR
  4. pod install
  5. Open the *.xcworkspace file on the Xcode
  6. Build and Run the project

Description

Example for the FMDB with Objective-C and Swift, it's an application to manage simple book information.

  • UsingFMDB-Objective-C
  • UsingFMDB-Swift
Read Delete Create/Update
Read Delete Create/Update

License