Posts by Mercenario • 21 points
3 posts
-
1
votes1
answer45
viewsQ: Load array with Parse data
I have a cache problem in my application, because when I enter a post it searches all comments related to it and populates the array, however, when I leave the same and enter another, the array has…
-
0
votes0
answers138
viewsQ: URL request in Swift
How do I pull only the name and poster from that page : https://www.themoviedb.org/search/remote/multi?query=exterminator%20do%20futuro&language=en For a project in Swift ?…
-
1
votes0
answers83
viewsQ: Use Moviedb API for an objective-c application
I am a beginner in Xcode/objective-c. But I need to do a project where the user will do a search for a movie name and through the Moviedb database, the application will return the name and poster of…