UITableViewCell
extension UITableViewCell: CellIdentifiable
-
Static property for custom reuse identifier of UITableViewCell. It just uses the name of the class. ie: for YourCustomCell.swift: “YourCustomCell”
Declaration
Swift
internal static var reuseIdentifier: String { get }