Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 490 Bytes

api-diffs-1.1.3.md

File metadata and controls

14 lines (10 loc) · 490 Bytes

PLCameraStreamingKit 1.1.2 to 1.1.3 API Differences

General Headers

PLCameraStreamingSession.h
  • Modified - (void)stillCaptureImage
Description
From - (void)stillCaptureImage
To - (void)requestCaptureImageWithComplete:(void (^)(UIImage *))block;