Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brendoon Ryos - Everis #51

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Conversation

Brendoon
Copy link

Although simple, it is being used:

  • Clean Swift Architecture (VIP)
  • API RESTful
  • Unit Tests

Bundler:

  • cocoapods
  • fastlane
  • slather

CocoaPods:

  • Moya set up an API Manager in no time, clean code and best practices, focus on your applications core features instead of networking, easy to stub network responses for unit tests.

  • Quick and Nimble, it's more simple and readable to do Unit Tests.

  • SnapKit for auto layout.

  • Reusable it's a Swift mixin to use UITableViewCells, UICollectionViewCells and UIViewControllers in a type-safe way, without the need to manipulate their String-typed reuseIdentifiers.

  • JMMaskTextField-Swift it's a simple way to mask phone numbers.

Before you can run the project you must execute the following commands:

$ cd TesteiOS
$ bundler install
$ bundle exec pod install
$ bundle exec fastlane test (Optional)

@Brendoon Brendoon closed this Feb 25, 2019
@Brendoon Brendoon reopened this Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant