Instance Property
isSuppressingCountsuppressCountsuppressCount
Can be set to YES to hide the count and thus suppress expensive calculations when the item is not selected.
Declaration
var isSuppressingCount: Bool { get set }Declaration
@property (assign, getter=isSuppressingCount) BOOL suppressCount;Declaration
isSuppressingCount() -> bool
setSuppressCount_(suppressCount: bool)