[TIMOB-445] Hide search bar unless View is scolled UP (TableView)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-07-25T13:15:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature, ios, scroll, searchbar |
Reporter | Ryan G |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:29:29.000+0000 |
Updated | 2012-07-26T20:55:28.000+0000 |
Description
If a TableView has a search "row" have the option to set it up as hidden unless the user scrolls UP.
Reference + Solution:
http://stackoverflow.com/questions/1081381/iphone-hide-uitableview-search-bar-by-default">
http://stackoverflow.com/questions/1081381/iphone-hide-uitableview-...
Reason: My list of TableView cells could be as small as 10 and a search isn't necessary.
It would be REALLY cool if we could put buttons like in the Facebook app (News Feed).
Thanks
Seems invalid because we should have a way to detect when scrolling hits the top, and the user could hide the search bar programmatically there. We don't have an event for when scrolling hits top right now, though.
Need a test case.