Level Painter – fast level editor for grid-based 2D games
The personal project of this weekend was to create a smart and intuitive level editor using the artwork Helpful Strangers have created for a project over at unit9. This is what the result looks like:
StyleLabel: a UILabel with style
As iOS development is evolving (or maturing) designers are getting more demanding, trying to match the complexity of their designs to what they do for the web. Though this is fine with static designs, it usually becomes a problem with…
New mobile game: Nano Panda for iOS and Android
Nano Panda, our latest mobile game over at unit9 is finally out for iOS (including iPad) and Android devices. Receptions is good and only a few days after its release, it’s being featured on all AppStores (as far as I…
Infinite Scrolling Dial Control for iOS
For a long time, I remember posts from people asking for an infinitely scrolling UIScrollView or a looping UITableView etc. I’ve been meaning to make such a component and turn it into an easy to use control and I finally…
Get values from parameters in an NSURL string
I just came across a post that I made a while ago on StackOverflow, regarding a good way to extract the values of parameters from an URL. I completely forgot I have replied to that matter or that I have written…
Double Slider UIControl for the iOS
One component I’ve been missing for a long time from the iOS is a slider where I can select a range of values instead of just one. Turns out such a component is not that hard to make. The DoubleSlider…