Instance Method
needsExtraMainOutlineDrawing(forActiveLayer:)needsExtraMainOutlineDrawingForActiveLayer:needsExtraMainOutlineDrawingForActiveLayer_
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(forActiveLayer layer: GSLayer!) -> BoolDeclaration
- (BOOL) needsExtraMainOutlineDrawingForActiveLayer:(GSLayer *) layer;Declaration
needsExtraMainOutlineDrawingForActiveLayer_(layer: GSLayer) -> boolParameters
layerThe layer
Return Value
Return NO if the normal outline drawing should be suppressed.
Discussion
This is for active layers