I have create a table view and have filled its cells with text. What I\'m trying to do is add an image to the cell but whats happening is the image is coving the whole cell
Can you edit the image itself? Try editing the image down the size you'd like and manually rounding the corners. Then call
cell.imageView.image = [UIImage imageNamed:@"test3.jpeg"];