Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-sticky footer views? #22

Closed
jonsterling opened this issue Aug 4, 2011 · 6 comments
Closed

Non-sticky footer views? #22

jonsterling opened this issue Aug 4, 2011 · 6 comments

Comments

@jonsterling
Copy link
Collaborator

I'm noticing that footer views stick to the bottom of the screen (analogous to header view behavior), whereas in UITableView, footer views are not sticky. I wonder whether it might not be better to allow this as an option, but have the default behavior be non-sticky. Thoughts?

This goes along with #16, since a default-ish looking section footer label would look rather silly if it were stuck to the bottom.

@kolinkrewinkel
Copy link
Owner

Footer views are sticky Jon.

Sent from my iPhone

On Aug 3, 2011, at 6:26 PM, jonsterlingreply@reply.github.com wrote:

I'm noticing that footer views stick to the bottom of the screen (analogous to header view behavior), whereas in UITableView, footer views are not sticky. I wonder whether it might not be better to allow this as an option, but have the default behavior be non-sticky. Thoughts?

Reply to this email directly or view it on GitHub:
#22

@jonsterling
Copy link
Collaborator Author

My point is that section footer views are not supposed to be sticky, unless we are diverging significantly from the idiom established by UITableView.

@kolinkrewinkel
Copy link
Owner

LOL they stick. Create a new project and use viewForFooterInSection

Sent from my iPhone

On Aug 3, 2011, at 6:35 PM, jonsterlingreply@reply.github.com wrote:

My point is that section footer views are not supposed to be sticky, unless we are diverging significantly from the idiom established by UITableView.

Reply to this email directly or view it on GitHub:
#22 (comment)

@myell0w
Copy link
Contributor

myell0w commented Aug 4, 2011

afaik footer views stick with UITableViewStylePlain, which is related to our gridview-style.

I would still second an option (Delegate?) for making header and footer views non-sticky.

sent from phone

Am 03.08.2011 um 19:26 schrieb jonsterlingreply@reply.github.com:

I'm noticing that footer views stick to the bottom of the screen (analogous to header view behavior), whereas in UITableView, footer views are not sticky. I wonder whether it might not be better to allow this as an option, but have the default behavior be non-sticky. Thoughts?

Reply to this email directly or view it on GitHub:
#22

@jonsterling
Copy link
Collaborator Author

Goodness gracious, I feel so silly. Please ignore this issue.

@myell0w
Copy link
Contributor

myell0w commented Aug 4, 2011

nevermind, I had the same 'problem'. wasn't aware that they stick because I never used footerViews.

sent from phone

Am 03.08.2011 um 19:42 schrieb jonsterlingreply@reply.github.com:

Goodness gracious, I feel so silly. Please ignore this issue.

Reply to this email directly or view it on GitHub:
#22 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants