
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIRenderSurfaceRenderer
@protocol ISCIRenderSurfaceRenderer <ISCIDrawable>
Defines the protocol for renderer which is used to render content of ISCIRenderSurface
.
-
Called when renderer is attached to new
ISCIRenderSurface
instance.Declaration
Objective-C
- (void)onSurfaceAttached:(nullable id<ISCIRenderSurface>)renderSurface;
Parameters
renderSurface
The target render surface.
-
Called when renderer is detached from current
ISCIRenderSurface
instance.Declaration
Objective-C
- (void)onSurfaceDetached:(nullable id<ISCIRenderSurface>)renderSurface;
Parameters
renderSurface
The target render surface.