Tags : iOS 11
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?
iOS 11: Crush when processing .jpegRepresentation
October 2, 2017 AppleiOSSwiftXcode
I don’t have a solution for this yet. Is there any solution for this? When blending multiple images by using CoreImage, App got a crush. It depends on number of images.
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.