URL request in Swift

Asked

Viewed 138 times

0

  • You want a JSON that returns only the Name and Poster or want to know how to extract this data from JSON pro your project?

  • I think both of them. Pq is the following... I used in the example the movie "terminator of the future" but in the project the user will do the search. You can search for any movie. - then the link: https://www.themoviedb.org/search/remote/multi?query= is fixed standard. - Only the user will enter the name of the movie. - If the name has space replaced by "%20" and the ending there "&language=en" is fixed tbm. - When you search for any movie, I want the project to show the name and poster only. - How do you do this in Swift ???

  • I found a post of yours a few days ago asking how you could do the project. First of all I need to know how much you know about iOS. Have you seen the types of browsers, tables, delegates, etc. ? If so, okay, let’s go to the first step. Alamorife - https://github.com/Alamofire/Alamofire With it you will make your request and have your JSON, take a look at the documentation. Second step is to use Haneke - https://github.com/Haneke/HanekeSwift You will use this to show the posters

  • I don’t know if you have programming skills, but it would be great to take a look at MVC so you can structure your project so that future updates and fixes are easier to perform. I also suggest you watch the videos of Stanford - https://itunes.apple.com/br/course/developing-ios-8-apps-swift/id961180099 and PUCRS - https://itunes.apple.com/br/course/development-ios-swiftid-swiftid937721240 It will help you a lot to start developing iOS apps

  • I know little about iOS. But at the moment I have little time to study more deeply. You would have to make this app that the user searches for the name and poster and the app shows. Just like it happens on the moviedb site itself. That’s basically it. If possible you could detail better how this Alamofire and Haneke work ??

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.