/Dafiti-App-ObjC

App made for the interview with Dafiti in Objective-C

Primary LanguageObjective-CGNU General Public License v2.0GPL-2.0

Dafiti App (ObjC)

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.

Features:

View with Products Catalog

  • Showing name, manufacturer, price and photo
  • Containing a pull to refresh data
  • Automatic pagination

View with Product Details

  • Large photo
  • Product description

Layout for iPhone & iPad using AutoLayout ( Portrait and Landscape )

Using Storyboard

Using dependency manager

##Frameworks used:

Configuration:

  • 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

Preview:

iPhone 6S Portrait:

Main

Portrait

Detail

Portrait

iPhone 6S Landscape:

Main

Landscape

Detail

Landscape

iPad Retina Portrait:

Main

Portrait

Detail

Portrait

iPad Retina Landscape:

Main

Landscape

Detail

Landscape