Just a simple iOS app to exercise API requests. It'll fetch dog images from Dog API and display a random one every time app starts.
Technical Specs
- MVC pattern
URLSessionDataTask
for HTTP requestsJSONDecoder
for JSON deserialization
Clone this repository, import into Xcode and build it with simulator.
Project developed by Márcio Souza de Oliveira following the lessons of Udacity's iOS Developer Nanodegree.