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