Closed nighelles closed 9 years ago
Clicking at edge of screen outside search dropdown doesn't get out of search.
Results from last time still there, good or bad? Either way it makes the dropshadow look whack.
Update iOS code to get the recent searches or whatever android does.
Also, Route colors, but that's LA specific I think.
Also, odd behavioral edge case because of weird autolayout thing in ios. Opening the search box by making it not hidden then decides to ignore the resizing code I have, so I dunno what's up with that.
Plus dropshadow doesn't match immediately after making it unhidden, which is totally whack. Why would layout work this way apple.
Fixed obnoxious initial display thing by not displaying it until the logic has something to display.
Dropshadow still seems to be height of last search when opening it for the first time.
Fixed how clicking off search elements doesn't escape search state.
Why does hiding and redisplaying the searchbox ruin everything, does it like UNLOAD stuff when it's hidden?
Ok, so UITableView didn't want to behave like a proper view, so I put it inside a normal vanilla UIView, and now everything is being nice. I'll leave dynamic sizing of the search box for later, it's not really an iOS thing anyway, so eh...
It's just slapped together from like the first day when I needed it to work quickly.
Some of the supplied names are too long to be displayed nicely in one line.
Dropshadow doesn't work nicely with tab view with dynamic size.
Diveders don't rescale with the size of the view.