An open API service indexing awesome lists of open source software.

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.

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).

![screenshot](./screenshot.png)

Building the app requires [Carthage](https://github.com/Carthage/Carthage) to be installed.

In the project directory, run:

```bash
carthage update
```