Appearance • Motivation • Posts • Installation
-------This repository supports a series of posts that will show how to create an iOS app from scratch, using many different pods and tools that will make your life easier. The project will have Marvel's theme and use its API. You can usually find this information elsewhere but it is usually splitted in different unrelated tutorials, my approach here is to convey all within a single project
Creating a Marvel iOS App from scratch..
- Part 1 | Tools, pods, tricks of the trade and more
- Part 2 | Tests, coverage and more
- Part 3 | Travis, Danger and Fastlane
- Part 4 | Sketch for developers
Other posts built upon Marvel's iOS App..
-
Testing Marvel's View Code project .. With 100 % Code coverage !!
-
Marvel iOS App! Favoriting a character with View Code, Realm & RxSwift ..
-
Architecture Thoughts: Migrating Marvel's iOS App to ReSwift
This project uses Bundler and CocoaPods. All you need to setup it properly is:
bundle
bundle exec pod install
You can run the tests any time. All your need to do is:
bundle exec fastlane test
This project is licensed under the terms of the MIT license. See the LICENSE file.