App made for the interview with Dafiti in Objective-C
iOS application that shows a catalog of products, using BestBuy's API. These products specifically are Apple Macbooks or relationed accessories. There is another view showing the details of a product chosen from the list.
- Showing name, manufacturer, price and photo
- Containing a pull to refresh data
- Automatic pagination
- Large photo
- Product description
##Frameworks used:
- Clone to project to your local directory
$ git clone https://github.com/jwyterlin/Dafiti-App-ObjC.git
- Open the file
Dafiti-ObjC.xcworkspace
either by double-clicking the file or running the following in the the project folder:
$ open Dafiti-ObjC.xcworkspace
- Choose a simulator or connect an iOS device to your computer and run the application with
⌘ + R
command