iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCICameraUpdateListener
@protocol ISCICameraUpdateListener <NSObject>
Defines the listener interface for updates of ISCICameraController instance.
-
Called when specified
ISCICameraControllerinstance is updated.Declaration
Objective-C
- (void)onCameraUpdated:(nonnull id<ISCICameraController>)camera;Swift
func onCameraUpdated(_ camera: any ISCICameraController)Parameters
cameraThe target camera.
View on GitHub