-
Notifications
You must be signed in to change notification settings - Fork 2.9k
ReusableCell
roux g. buciu edited this page Feb 24, 2022
·
3 revisions
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