Hi all,
I have a UITableView where, sublcassing UITableViewCell, I made a
custom cell. This custom cell is made of a UIImageView and some
UILabel. This UITableView it's made with IB in a specific .xib with a
custom UITableViewController as File's owner.

I also need to make cell height custom so I've used "-
(CGFloat)tableView:(UITableView *)tableView
heightForRowAtIndexPath:(NSIndexPath *)indexPath"  method and all
works.
There is only a strange graphic defect in the first row (the top one),
it has a thin horizontal line inside (same the ones make the border of
cell). I think this line is where the cell border was before it was
resized.
I'm not sure this is a problem only on iPhone simulator because I
can't still try it in real device (I'm waiting for enrollment) but I
suspect it's also in device. Are there some "best pratices" about row
height handling?

Many thanks
Fabrizio
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to