Instance Method
needsExtraMainOutlineDrawing(forInactiveLayer:)needsExtraMainOutlineDrawingForInactiveLayer:needsExtraMainOutlineDrawingForInactiveLayer_
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Declaration
optional func needsExtraMainOutlineDrawing(forInactiveLayer layer: GSLayer!) -> BoolDeclaration
- (BOOL) needsExtraMainOutlineDrawingForInactiveLayer:(GSLayer *) layer;Declaration
needsExtraMainOutlineDrawingForInactiveLayer_(layer: GSLayer) -> boolParameters
layerThe layer
Return Value
Return NO if the normal outline drawing should be suppressed.
Discussion
This is for inactive layers