Recently I read a tweet that resonated with some iOS app issues I've run into lately. (I still write mostly in Objective-C, maybe some of…
A quick tip that I have to look up every time I use it. To generate nice random colors, use the HSV representation. Take random values for…
SpriteKit makes it easy to add and manipulate images on iOS (thus the name), but I've occasionally wanted to draw simple elements. I…
I'm at a bit of a juncture. I've been teaching high school science and programming for a few years, and now am switching to development and…