I’m creating custom elements in my app and want to match the look and feel of the new iOS. iOS 7 introduced to us a very common lighter blue...
I’m trying to generate a view with a gradient color background (A solid color to transparent) at runtime. Is there a way of doing that? 20 Answers 20
I am trying to use hex color values in Swift, instead of the few standard ones that UIColor allows you to use, but I have no idea how to...
I have an UIImageView called “theImageView”, with UIImage in a single color (transparent background) just like the left black heart below. How can I change the tint color of...
How can I create a UIColor from a hexadecimal string format, such as #00FF00? 49 s 49