Instance Method
needsExtraMainOutlineDrawingInPreview()needsExtraMainOutlineDrawingInPreviewneedsExtraMainOutlineDrawingInPreview
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 needsExtraMainOutlineDrawingInPreview() -> BoolDeclaration
- (BOOL) needsExtraMainOutlineDrawingInPreview;Declaration
needsExtraMainOutlineDrawingInPreview() -> boolReturn Value
Return NO if the normal outline drawing should be suppressed.