Re: The dreaded "UITableView won't refresh" problem.
Re: The dreaded "UITableView won't refresh" problem.
- Subject: Re: The dreaded "UITableView won't refresh" problem.
- From: Aran Mulholland <email@hidden>
- Date: Thu, 14 Oct 2010 11:02:03 +1100
You have a black table view. Is by chance the text in the cell black
also? (meaning you cant see it)
I would try setting the table view style to grouped, then you could
definitely see if the number of cells you say should be there (in your
numberOfRowsInSection) are there.
Then if the correct number of cells are displayed I would then move on
to why you are not getting your text.
The other thing you have not mentioned, is what happens if you click
(press) a cell, does it highlight? (it only will if it has been set
up).
Aran
On Thu, Oct 14, 2010 at 10:40 AM, Greg Guerin <email@hidden> wrote:
> G S wrote:
>
>> Well, this has proven to be a stumper. In case the XIB was corrupted,
>> I deleted the whole thing and started over. Same result. It's a
>> deal-breaker, since this is the main interface of my app. Total
>> standstill.
>
>
> I don't recall seeing any of your code that calls reloadData. Consider
> posting that.
>
> The first step for someone else to find the problem is for someone else to
> duplicate the problem. So do something that makes that possible. For
> example, make a complete compilable example that consistently demonstrates
> the problem, upload it to a public drop-box or pastebin website, and post
> the URL to the list.
>
> -- GG
>
> _______________________________________________
>
> 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
>
_______________________________________________
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