Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-445] Hide search bar unless View is scolled UP (TableView)

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionNeeds more info
Resolution Date2012-07-25T13:15:04.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, feature, ios, scroll, searchbar
ReporterRyan G
AssigneeNeeraj Gupta
Created2011-04-15T02:29:29.000+0000
Updated2012-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

Comments

  1. Stephen Tramer 2011-04-15

    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.

  2. Ping Wang 2012-07-25

    Need a test case.

JSON Source