Contents

attributedStringForCandidate

A block that converts a candidate object into an attributed string for display in the candidate list item.

Declaration

var attributedStringForCandidate: ((CandidateType, Int) -> NSAttributedString)? { get set }

Discussion

This property is not required if the object type of your candidates is NSString, NSAttributedString, or NSTextCheckingResult. The default value of this property is nil.

If the attributed string you return does not specify font or foregroundColor then the candidate is displayed with the standard appearance font and color.

See Also

Populating the candidate list