olivierboucher / StreamCenter

tvOS project that aims at providing various video feeds to the AppleTV.
http://streamcenterapp.com/
MIT License
115 stars 29 forks source link

added in searching, but it's just a proof of concept at the moment #22

Closed waterskier2007 closed 9 years ago

waterskier2007 commented 9 years ago

19 - it works, but it doesn't sync back up to the stream live, so i've gotta take a look at that

21 - if you long press on the games view you can search, but it's a little bit odd because then if you scroll it just keeps adding more content to the view controller

olivierboucher commented 9 years ago

Shouldn't the bar stays on the top right of both game and stream controllers? Also, I think the search bar would need to allow to search both games and streams. Just like the web interface.

waterskier2007 commented 9 years ago

Yeah it definitely should. I'm working on that, I just wanted to get some of my stuff committed because there's also a lot of code cleanup. Also, this way you guys can see how the searching API works.