Reusable
public protocol Reusable : AnyObject
A type that identifies a dequeueable object. Used by FunctionalTableData
to increase performance by reusing objects when it needs to, just like UITableView
and UICollectionView
.
-
reuseIdentifier
Default implementationUnique identifier for the object.
Default Implementation
Declaration
Swift
static var reuseIdentifier: String { get }