[iPhone] UITableViewController headache
[iPhone] UITableViewController headache
- Subject: [iPhone] UITableViewController headache
- From: James Lin <email@hidden>
- Date: Mon, 11 May 2009 12:20:28 +0800
Hi all,
This is strange, i don't know what to make of it.
I have a view with a TableView in it.
If i use UITableViewController class, which is supposed to be the
correct class to use,
the tableview (which has 1 UILabel and 1 UITextField combined cells)
is only correctly rendered up to cell 7.
starting with 8 to 10 (which are off-screen to begin with) won't
render correctly when scrolled into view.
With my limited experience, trouble shooting this one is a headache.
So what do i do?
I changed the UITableViewController to UIViewController.
AND?
Problem solved! ALL 1 to 10 TableViewCells renders beautifully!
BUT, i am not using the correct class...
Any suggestions?
James
_______________________________________________
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