Hello guys here in this article we are going to learn about converting Hex to UIColor.
First we are creating extension to UIColor as following:
extension UIColor {
// Code
}
Next add the following two methods inside the color extension as below:
//...