UITableViewCell
extension UITableViewCell
-
PowerUpSwift: Returns the reversed value of
isSelected
so it feels more natural to write than using an exclamation point.Declaration
Swift
public var isNotSelected: Bool { get }
-
PowerUpSwift: Returns the reversed value of
isHighlighted
so it feels more natural to write than using an exclamation point.Declaration
Swift
public var isNotHighlighted: Bool { get }