Re: iPhone: How to show another view on UITableView
Re: iPhone: How to show another view on UITableView
- Subject: Re: iPhone: How to show another view on UITableView
- From: Luke the Hiesterman <email@hidden>
- Date: Sat, 31 Oct 2009 08:48:35 -0700
I won't go so far as to say that it's wrong. It just seems a little
strange. As for the original poster's question about putting a view at
the bottom of the table, though, there's no doubt that the
tableFooterView property is the way to go.
Luke
On Oct 31, 2009, at 8:42 AM, Fritz Anderson wrote:
If you use a void section, you can reorder the sections and the
custom (here footer) view with just a change in #defines. It seems
cleaner to me. Am I just lazy? And does using an empty section
produce any visual or functional difference?
— F
On 31 Oct 2009, at 10:39 AM, Luke the Hiesterman wrote:
Yeah, I get that....I don't understand why you would create this
void section just to display a footer view when you could simply
display the footer view on a section that actually has rows. Since
you said you're doing this in the middle of the table, I'm assuming
there's a section with rows directly above where you're doing this,
and that seems like a more logical place for the footer view.
_______________________________________________
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