Skip to content

Instantly share code, notes, and snippets.

View smyrgl's full-sized avatar

John Michael Tumminaro smyrgl

View GitHub Profile
@smyrgl
smyrgl / gist:e4922230d25d90ef8a98
Created September 27, 2015 06:27
Update ASTableView/CollectionView using TLIndexPathTools
import Foundation
import Operations
typealias Node = ASCellNode
typealias AttemptUpdateNodeBlock = (Node, AnyObject) -> Bool
final class UpdateAsyncTableCollectionViewOperation: GroupOperation {
var animated = true
weak var tableView: ASTableView?