wupdigital / ios-objc-superhero-app

iOS master detail application for list Marvel Super Heroes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marvel Superhero App for iOS

Build Status

Description

The application is made using Marvel API, for explain the use of Clean Architecture and MVP in Objective-C.

Run Requirements

  • Xcode 9.2

Build and run the application

To run the application using real data obtained from the Marvel API create a marvel.pch file inside the project directory and add your public and private key there as follows:

#define MARVEL_PUBLIC_API_KEY     YOUR_PUBLIC_API_KEY
#define MARVEL_PRIVATE_API_KEY    YOUR_PRIVATE_API_KEY

About

iOS master detail application for list Marvel Super Heroes

License:Apache License 2.0


Languages

Language:Objective-C 97.3%Language:Shell 1.4%Language:Ruby 1.3%