You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roux g. buciu edited this page Feb 24, 2022
·
3 revisions
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