Hi All,
I am setting images inside uiTableviewcell by calling [cell setImage:img]
I want to reduce the image dimensiona in side the cell.. I tried doing
[[UITableViewCell alloc] initwithframe:cgrectmake(0, 0, img.size.width / 2, img.size.height / 2)]
but the image does not get reduced.
i tried returning the row height as img.size.height / 2 but it makes the images overlapped.
so what to do ?
how togo about it ?
chhoda
I am setting images inside uiTableviewcell by calling [cell setImage:img]
I want to reduce the image dimensiona in side the cell.. I tried doing
[[UITableViewCell alloc] initwithframe:cgrectmake(0, 0, img.size.width / 2, img.size.height / 2)]
but the image does not get reduced.
i tried returning the row height as img.size.height / 2 but it makes the images overlapped.
so what to do ?
how togo about it ?
chhoda