Was wondering if anyone knows how to get a searrchbar working and give a list in a tableview and then click on that selected movie to give you the rest of the detail of the movie?
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio Sreekanth
dana 25 ožujak 2017 u 10:58 PM
If you mean that you are trying to show results in the tableview based on the search you made in the search bar, make a request to the themoviedb with the text given in the searchbar to get the movies list and then populate those results into the tablveview . You can use the official themoviedb API documentaiton to know how to make requests via search. When you click on a movie you can show the movie details in another ViewController as you already have the each movie data provided by " THEMOVIEDB".
Odgovorio MuzzaUni3
dana 2 travanj 2017 u 12:05 PM
yh still working on it