cuappdev / podcast-ios

An open-source iOS app for listening to podcasts.
MIT License
302 stars 36 forks source link

Home #430

Closed doctor3w closed 5 years ago

doctor3w commented 6 years ago

Description Make a search bar and table view to display series.

Designs None! Take from the old app.

doctor3w commented 6 years ago

@jaewonsim Pretty much just add a new UIViewController file, add a table view to hit. Bring over an old SeriesCell, add a search bar to the view and the UISearchBar so that when search is entered, we can run a function (what will be the search endpoint)