https://github.com/insidegui/realmbindingsdemo
A sample project demonstrating how to use Cocoa Bindings with Realm.
https://github.com/insidegui/realmbindingsdemo
Last synced: 9 months ago
JSON representation
A sample project demonstrating how to use Cocoa Bindings with Realm.
- Host: GitHub
- URL: https://github.com/insidegui/realmbindingsdemo
- Owner: insidegui
- License: bsd-2-clause
- Created: 2017-07-10T19:24:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T19:36:19.000Z (almost 9 years ago)
- Last Synced: 2025-08-30T02:43:15.792Z (9 months ago)
- Language: Swift
- Size: 85 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using Cocoa Bindings with Realm
This small sample app demonstrates how you can take advantage of Cocoa Bindings when using Realm on macOS projects, creating UI to manage models without writing any glue code.
To learn more, [read my article on this topic](https://medium.com/@guilhermerambo/using-cocoa-bindings-with-realm-641f4a95fd21).

Building the app requires [Carthage](https://github.com/Carthage/Carthage) to be installed.
In the project directory, run:
```bash
carthage update
```