improved reusableIdentifier
This commit is contained in:
parent
8c82ec418d
commit
5a61eba23e
|
|
@ -108,7 +108,7 @@ public extension ConfigurableCell where Self: UITableViewCell {
|
|||
|
||||
static func reusableIdentifier() -> String {
|
||||
|
||||
return NSStringFromClass(self).componentsSeparatedByString(".").last ?? ""
|
||||
return String(self.dynamicType).componentsSeparatedByString(".").last ?? ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue