pathComponentCells
Sets the array of NSPathComponentCell objects currently being displayed.
Declaration
var pathComponentCells: [NSPathComponentCell] { get set }Parameters
- cells:
An array of
NSPathComponentCellobjects.
Discussion
Each item in the array must be an instance of NSPathComponentCell or a subclass thereof. You cannot set this value to nil, but you can set it to an empty array using, for example, [NSArray array].