Hi Mladen
Try to set the Background color with:
[self.label setBackgroundColor: [UIColor colorWithWhite: 1.0f alpha: 0.0f]];
or set the Alpha value to 0
[self.label setAlpha: 0.0f];
Hope that does the trick.
Dshutsi
2009-06-10 13:13:05