ReusableCell - rajparad/firefox-ios GitHub Wiki
Overview
ReusableCell
is a simple protocol that gives any view of a certain type, a built in cellIdentifier
string. This can then be used to make life easier for developers by, instead of creating their own identifiers, simply accessing it using YourCell.cellIdentifier
See the ReusableCell.swift
file for the most up to date information on