filmov
tv
Ep01 - Http request using URLSession [How to create a Commercial iOS application using Swift 3]
Показать описание
In the first episode of creating a commercial iOS application using Swift 3, we show you how to make an api request to fetch a list of upcoming movies. For this we are using the default URLSession along with other tricks to retrieve the data from Movies DB. We show you how to fetch the api key from a property list which is an effective way of keeping your secret information within a project.