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