UIColor Additions

On 18/03/2010, in Development, Release, Source Code, iPhone, by Pelaez

Important Edit: Please redownload the file, as there were some important changes (that’s what happen when you don’t test it before :P )

Here are some small but useful additions to the UIColor class in UIKit.

Continue reading »

Tagged with:  

Setting up objects

On 09/10/2009, in Development, Tips, iPhone, by Pelaez

This is something that bothers me when using apps (yes, it’s half a rant, half an advice. I’m actually tagging it “rant”, you’ll probably see that tag grow when I start sending my apps for AppStore aproval), devs don’t take the time to change the default properties of objects, and it’s something actually really easy.

Continue reading »

Tagged with:  

ObjC 1

On 28/05/2009, in Development, SDK, Toolchain, iPhone, by Pelaez

Personally, I had never used a language with a sintax like ObjC (if there’s another one with the same/similar sintax), so, comming from using C and Java, it was quite confusing.

While ObjC uses C as a core, and accessing properties is quite similar as in other languages (object.property;), methods are a little bit different from other languages I’ve used.

Continue reading »

Tagged with: