ishaq Posted October 11, 2008 Share Posted October 11, 2008 Hi, I am writing my custom cell class and was wondering whether is it possible to use an image as background of the cell? I am trying to make a similar look at feel as in 'Notes' application (i.e. notebook style). any tips are much appreciated. -- MI Link to comment https://www.insanelymac.com/forum/topic/130721-is-it-possible-to-have-an-image-as-background-of-a-custom-table-cell/ Share on other sites More sharing options...
ishaq Posted October 11, 2008 Author Share Posted October 11, 2008 let me rephrase, can I set the background of a LABEL to be transparent? I have tried label.backgroundColor = [uIColor clearColor]; it doesn't help Link to comment https://www.insanelymac.com/forum/topic/130721-is-it-possible-to-have-an-image-as-background-of-a-custom-table-cell/#findComment-926788 Share on other sites More sharing options...
stroke Posted October 13, 2008 Share Posted October 13, 2008 label.backgroundColor = [UIColor colorWithWhite:0 alpha:0]; Link to comment https://www.insanelymac.com/forum/topic/130721-is-it-possible-to-have-an-image-as-background-of-a-custom-table-cell/#findComment-928885 Share on other sites More sharing options...
Recommended Posts