thanks..
but whenever i write somethign to the cell the image gets clipped
it seems that the text is blocking the image ...
anyway you fixed that?
TIA
Quote:
|
Originally Posted by javid.alimohideen
You extend UITableViewCell and override the drawRect method..
Code:
MyTableViewCell : UITableViewCell
-(void) drawRect:
{
// the code goes here.
}
|