CountCellGroupDelegate
protocol CountCellGroupDelegate : AnyObject
Notify of display state changes
-
Toggle expanded state of group
Declaration
Swift
func toggle(section: String, group: String)Parameters
sectionName
groupName
-
Toggle expanded state of subgroup
Declaration
Swift
func toggle(section: String, group: String, subgroup: String)Parameters
sectionName
groupName
subgroupName
View on GitHub
CountCellGroupDelegate Protocol Reference