iOS app to fetch dog images from Dog API
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
URLSessionDataTask
for HTTP requestsJSONDecoder
for JSON deserializationClone 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.