09-24-2009 22:23:42
In the process of moving this blog to a new server, unfortunately some data got lost. The old hosting company whiped my vps to early, before I got a change to move the stuff to my new server.
Unfortunately my last backup was quite old so some blog comments got lost. I'll restore some comments by hand which I was able to restore from the google cache.
01-04-2009 03:43:36
A little while ago, I found myself in the position of needing a UIProgressView in a color different then the default blue. I was suprised to find out that the UIProgressView class does not support setting a tintcolor.
So I decided to subclass UIProgressView and draw my own ProgressView with support for setting a tintcolor.
The result became 'PDColoredProgressView'.
Click 'Read more' to find out how to implement this control in just a few lines of code.