I have a custom cell,and it has a image in it..and I am accessing that image in this way in
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
[[tableCell specialImage] setImage:[UIImage imageNamed:@"One.png"]];
}
So now I want to know how can i get the hieght and width of this "special image"..
Waiting for your reply