templateViews
Returns the views that display this template’s predicate.
Declaration
var templateViews: [NSView] { get }Return Value
The views for an NSPredicateEditor to display in a row that represents the predicate from setPredicate(_:).
Discussion
NSPredicateEditor treats instances of NSPopUpButton specially by merging their menu items into a single popup button, and by combining menu items with matching titles. In this way, the editor builds a single tree from the separate templates.