Skip to content

Instantly share code, notes, and snippets.

View ryanmeasel's full-sized avatar

Ryan Measel ryanmeasel

View GitHub Profile
@ansonyao
ansonyao / RealmObjectCodable.swift
Last active November 12, 2021 09:31
Realm Object Extension for Codable (RealmOptional and Realm List)
//
// RealmSwift+Codable.swift
//
// Created by Anson Yao on 7/25/18.
//
//Adding this file can make your classes inherited from Realm Object comfirm to Codable easily
//Inspired by @mishagray https://gist.github.com/mishagray/3ee82a3a82f357bfbf8ff3b3d9eca5cd