Sunday, May 23, 2010

What makes twitter genious?

Twitter really shines when it comes to contrast...

Twitter + Contrast = Genious

Wednesday, May 19, 2010

Objective C lesson

After a fair amount of debugging on iD20, I discovered the following. If a UIView (or any other graphical container) has the property 'User Interaction Enabled' set to NO (or FALSE) then it, as well as it's children won't receive any touch events. So don't put your custom component inside of a parent that is blocking touch events.