Adam Fish

19pods

ABFRealmGridController

UICollectionViewController subclass that adds data binding support for a Realm object model.

License: MIT

  • Objective C

ABFRealmMapView

The ABFRealmMapView class creates an interface object that inherits MKMapView and manages fetching and displaying annotations for a Realm object class that contains coordinate data.

License: MIT

  • Objective C

ABFRealmSearchViewController

The ABFRealmSearchViewController class creates a controller object that manages a table view and search bar to display and respond to input for text search against a Realm object class.

License: MIT

  • Objective C

ABFRealmTableViewController

The ABFRealmTableViewController class is a subclass of UITableViewController but adds data-binding to an RLMObject subclass.

License: MIT

  • Objective C

RBQFetchedResultsController

The RBQFetchedResultsController (FRC) is a replacement for NSFetchedResultsController when used in conjunction with RBQRealmNotificationManager and RBQRealmChangeLogger. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of an RLMObject subclass.

RBQFetchedResultsController supports tableview sections and implements a drop-in replacement delegate to pass the changes to the tableview for section and row animations.

License: MIT

  • Objective C

RBQSafeRealmObject

RBQSafeRealmObject represents a RLMObject with a primary key and can be used across threads.

License: MIT

  • Objective C

RealmBlogData

Data culled from Realm's blog. Includes Realm models for use in importing into Realm file.

License: MIT

  • Objective C

RealmGridController

Swift UICollectionViewController subclass that adds data binding support for a Realm object model.

License: MIT

  • Swift

RealmMapView

The RealmMapView class creates an interface object that inherits MKMapView and manages fetching and displaying annotations for a Realm Swift object class that contains coordinate data.

License: MIT

  • Swift

RealmNYTStories

Loads data from New York Times Top Stories API and parses the JSON into provided Realm models.

License: MIT

  • Objective C

RealmSearchViewController

The RealmSearchViewController class creates a controller object that manages a table view and search bar to display and respond to input for text search against a Realm Swift object class.

License: MIT

  • Swift

RealmSFRestaurantData

Prebuilt Realm dataset composed of San Francisco restaurant scores

License: MIT

  • Objective C

RealmSwiftBlogData

Data culled from Realm's blog. Includes Realm Swift models for use in importing into Realm file.

License: MIT

  • Swift

RealmSwiftNYTStories

Loads data from New York Times Top Stories API and parses the JSON into provided Realm Swift models.

License: MIT

  • Swift

RealmSwiftSFRestaurantData

Prebuilt Realm dataset composed of San Francisco restaurant scores for Realm Swift

License: MIT

  • Swift

RealmTableViewController

The RealmTableViewController class is a subclass of UITableViewController but adds data-binding to a Realm Swift object subclass.

License: MIT

  • Swift

RealmUtilities

Categories that work with various Realm classes to simplify working with Realm.

License: MIT

  • Objective C

SafeRealmObject

SafeRealmObject offers a thread-safe class that represents a Realm Swift Object subclass with a primary key and can be used across threads.

License: MIT

  • Swift

SwiftFetchedResultsController

The FetchedResultsController (FRC) is a Swift replacement for NSFetchedResultsController when used in conjunction with the ChangeLogger class. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of a Realm Swift Object subclass.

FetchedResultsController supports tableview sections and implements a drop-in replacement delegate to pass the changes to the tableview for section and row animations.

License: MIT

  • Swift