isCandidateListVisible
A Boolean value that represents the visibility of this item’s candidate list.
Declaration
var isCandidateListVisible: Bool { get }Discussion
If true, then the candidate list is currently visible, false otherwise.
When isCollapsed is false, and the item is not obscured by UI then this property is true.
This property is KVO compliant, and you should supply a candidate list when its value is true.