I find it really frustrating that there’s no built-in Hex colours in Swift. It means I have to convert my usual simple values into RGB. What makes this more annoying is that the UIColor function accepts Float values between 0 and 1, meaning you then have to convert those to some ridiculous floating number. Continue Reading “Simple UIColor references in Swift”

Read more