HomeKit Changes for Swift
HomeKit
Modified HMCameraSnapshotControlDelegate
Declaration | |
---|---|
From | protocol HMCameraSnapshotControlDelegate : NSObjectProtocol { optional func cameraSnapshotControl(_ cameraSnapshotControl: HMCameraSnapshotControl, didTake snapshot: HMCameraSnapshot?, error error: Error?) } |
To | protocol HMCameraSnapshotControlDelegate : NSObjectProtocol { optional func cameraSnapshotControl(_ cameraSnapshotControl: HMCameraSnapshotControl, didTake snapshot: HMCameraSnapshot?, error error: Error?) optional func cameraSnapshotControlDidUpdateMostRecentSnapshot(_ cameraSnapshotControl: HMCameraSnapshotControl) } |