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.
-
reuseIdentifierDefault implementationUnique identifier for the object.
Default Implementation
Declaration
Swift
static var reuseIdentifier: String { get }
View on GitHub
Reusable Protocol Reference