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 <glgue...@amug.org> 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 (Cocoa-dev@lists.apple.com) > > 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/aranmulholland%40gmail.com > > This email sent to aranmulholl...@gmail.com > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com