CALayer Sample Code – Part 1 Created By: Debasis Das (31-Dec-2016) In this post we will create a simple CALayer and then change its properties like backgroundColor, borderWidth, borderColor, cornerRadius etc CALayer Sample Code
CALayer Sample Code – Part 1 Created By: Debasis Das (31-Dec-2016) In this post we will create a simple CALayer and then change its properties like backgroundColor, borderWidth, borderColor, cornerRadius etc CALayer Sample Code
CoreAnimation Analog Clock Created By: Debasis Das (31-Dec-2016) In this post we will create an analog clock using Core Animation. The final output will be as follows. Core Animation Analog Clock Source Code // AppDelegate.m // AnalogClock // Created by…