Adding Transforms to a CALayer (translate, rotate, scale)
There are a number of different transform you can do on a layer, but the basic ones are Translate (move)
Read moreThere are a number of different transform you can do on a layer, but the basic ones are Translate (move)
Read more// // ViewController.swift // ViewHieararcy // // Created by JOYNAL ABEDIN on 30/7/22. // import UIKit class ViewController: UIViewController
Read moreThere are number of modifier which we we use for modify our view. We can apply the same modifier to
Read more