Tags : Sample Code
Raw Photo Capture Sample Swift 4 + iOS 11
As you know, dngPhotoDataRepresentation() API has deprecated at iOS 11 and later. So, We need to change the API to the fileDataRepresentation(). But How?
Photo Capture Sample Swift 4 + iOS 11
September 23, 2017 AppleiOSSwift
After update iOS 11 with Swift 4, photo capture couldn’t. Here is one of the sample source code of using Swift 4 + iOS 11. Check it out.