Skip to content

Instantly share code, notes, and snippets.

@werediver
werediver / TextFieldCell.swift
Last active August 20, 2016 07:34
How to get data from UITableView's cells?
import UIKit
import XCPlayground
// SKIP FOR NOW :)
protocol SmartCell {
associatedtype Model
static var reuseId: String { get }