Instance Property
nameUI
A name suitable for presenting the layer in the user interface.
Declaration
var nameUI: String? { get set }Declaration
@property (strong) NSString * nameUI;Declaration
nameUI() -> str
setNameUI_(nameUI: str)Discussion
The name is derived from the associated master and layer attributes when applicable. Setting this property changes name and does not change the associated master or attributes.
See Also
Naming
A custom name for the layer.