Objective C & iOS Weak Singletons

Temporary shared memory management is always a bit of a difficult problem to solve. There are various well known ways of dealing with this problem but recently i’ve come across a novel solution to this problem that actual takes advantage of Objective C’s Automatic Reference Counting (although it could also work without ARC) The singleton …

Events App

Over the last few months i’ve started putting together an app for tracking sporting events. A lot of the ones i’ve used have always lacked in the ability to see what is available on a day. They usually have a horrible list that requires lots of scrolling and it’s especially clear. So I set about …

The real problem with PHP

A few mornings ago a discussion was started around PHP and it’s problems. This discussion was based on the following article: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ There were 2 camps, the camp who agreed with the article and that PHP was terrible and the camp that agreed with the article but felt PHP did it’s job and the article …

Tube App

My next app is a simple one. But one which i’ve found quite useful for the last couple of weeks and one I hope when it’s live on the store will be useful to other people. The purpose of this app is two fold. First is to solve the problem at hand, and second is …

Custom iOS fonts and how to fix the vertical position problem

Every new iOS design I have to implement uses custom fonts. A few years back this would have been impossible but luckily since iOS4 it’s been reasonably simple to add your own fonts to iOS Apps. The process is as follows: Add the font (*.ttf or *.otf) to the project Make sure it is added …

What does it do?

Last time round I made a vague announcement that something was being put together which would benefit people who have a disliking to alarm clocks, and i’m hoping to go a bit more into detail. Most of the information gleaned on this is by observing myself and my partner in the mornings. It follows the …