Skip to content

Instantly share code, notes, and snippets.

View deeje's full-sized avatar

deeje cooley deeje

View GitHub Profile
@deeje
deeje / DynamicCounter.swift
Last active April 11, 2019 07:47
DynamicCounter: Use FetchedResultsController to keep a dynamic count, the KVO
//
// DynamicCounter.swift
//
// Created by deeje cooley on 11/11/18.
// Copyright © 2018 deeje LLC. All rights reserved.
//
import CoreData
public class DynamicCounter: NSObject {