Archive by Author



iDrated

iDrated is a simple and effective tool that allows you to monitor your water intake, and prompt when you should drink more!

iCircuit Training

iCircuit Training is a simple to use fitness app for all ages and abilities.

CMC Markets

The CMC Markets apps allow users to access financial markets, allowing trading of commodities, currencies and companies using your device.

Visit Advisor

Visit Advisor provides teachers and educational institutes with a check list and calendar options to assist with the planning of a visit.

Earn While You Turn

Earn While You Turn provides cyclists with a way to earn money while doing what they love! Cycling!

BAFTA 2012

Concept piece for the British Academy of Film and Television Arts voting system

Objective-C Categories Explained

Objective-c Categories Explained Good developers know how to save time, this generally means no copy-and-paste, no duplicate code and a good class structure to keep common items grouped together in an efficient class hierarchy. One way to add functionality to an existing class is to subclass it. We create a new descendent of our class, add the required functionality and use the new class in place of the old one.

Keeping Things Simple: The Dynamic Box Model

Animate UITableView Cell height Change As developers, solving problems is what we do, but often the approach is just as important as the solution. Today, we are going to run trough an example of how a relatively complex problem can be solved by ‘thinking simple’, giving you a self-working, generic solution.