I want to make shadow color with #3f51b5
.
How can I do that. hope your help. this type cannot use to do that.
cell.layer.shadowColor = [UIColor purpleColor].CGColor;
I want to make shadow color with #3f51b5
.
How can I do that. hope your help. this type cannot use to do that.
cell.layer.shadowColor = [UIColor purpleColor].CGColor;
after setting the color give shadow radius,offset and opacity, convert the color to rgba and use this
if you want to use hex color only use this How can I create a UIColor from a hex string?