Instance Method
drawForeground(options:)drawForegroundWithOptions:drawForegroundWithOptions_
Is called to asked the plugin to draw anything it likes above the normal outlines
Declaration
optional func drawForeground(options: [AnyHashable : Any]! = [:])Declaration
- (void) drawForegroundWithOptions:(NSDictionary *) options;Declaration
drawForegroundWithOptions_(options: dict)Parameters
optionsA dictionary with some info about the environment (currently “Scale”)
Discussion
Implement this method if the automatic scaling gets into your way. You need to check for the current layer and position of the layer yourself.