Tags : Swift 3
Simultaneously Download with NSOperation by Swift 3
September 14, 2017 AppleiOSSwiftXcode
Here is a sample application which Simultaneous download like iTunes.
Blending two DNG Images by using Core Image
July 4, 2017 DevelopmentiOSSwift
iOS Core Image has many filters. It can be able to handle the DNG/RAW image file. Here is a sample code.
Blending two images by using GPUImage 2
June 30, 2017 DevelopmentiOSSwift
GPUImage is awesome framework and GPUImage 2 also great which adopted Swift 3. Here is a simple blending sample.
UIButton.setTitle flickering suppression. Swift 3
When change the title in UIButton dynamically. There was flickering. It was caused by animation. Here is a work around.