Strange behaviour UITableView
Strange behaviour UITableView
- Subject: Strange behaviour UITableView
- From: Fabrizio Guglielmino <email@hidden>
- Date: Wed, 21 Jan 2009 17:49:35 +0100
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@hidden)
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:
This email sent to email@hidden