GithubHelp home page GithubHelp logo

alderichoarau / vip-demo-swift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ustwo/vip-demo-swift

0.0 1.0 0.0 5.54 MB

Swift sample app demonstrating VIP architecture for iOS.

License: MIT License

Swift 99.55% Ruby 0.45%

vip-demo-swift's Introduction

License Build Status codecov.io

VIP Demo

Swift sample app demonstrating View Interactor Presenter architecture for iOS. See Clean Swift for more info.

Description

The app downloads Artists and Albums using Last.fm's API and presents them in a UITableView using a master detail user interface.

We started by using the excellent VIP templates from Raymond Law via Clean Swift but found ourselves modifying parts to speed up development, encapsulate the workers and routers better and to follow our code style guidelines.

You can find our modified VIP Xcode templates here.

Demo

Requirements

API Key

You will need an API key from Last.fm in order for the app to work.

Register here for an API Key and update the apiKey field in the LastFMAPI.swift as follows

static let apiKey = "INSERT_YOUR_API_KEY_HERE"

Environment

iOS 9.0+

Libraries & submodules

(See Podfile for more info)

Usage

You won't need CocoaPods to run the project but if you do run into issues you can install dependencies as follows:

pod install

Note. If you get don't have CocoaPods installed you can install it using Ruby Gems as follows:

gem install cocoapods --version 1.1.0rc2

Configuration

The VIPDemo target should be used for running the project.

Documentation

The source code files are documented using Xcode 8's built in code documentation support for Swift.

Also see here for a summary of how we went about learning VIP architecture and building this sample app.

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See the Code of Conduct file.

Maintainers

Contact

[email protected]

License

VIP-Demo is released under the MIT License.

See License and Notice.

vip-demo-swift's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.