Skip to content

martarodriguezm/RealmExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealmExample

This is a simple CRUD application for iOS app using Realm framework (http://realm.io/).

Usage

Run: 'pod install'

Open RealmExample.xcworkspace file to run de app.

Model

Post:

  • Title
  • Text
  • Publish Date
  • Array of Comments

Comment:

  • Comment
  • Date

Realm

  • Insert
  • Update
  • Delete
  • Select

Realm Browser

alt tag alt tag alt tag

About

iOS app using Realm framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages