Skip to content

Releases: alvesmarcos/GithubRepo

Road Map #6

30 Oct 23:59
5583584
Compare
Choose a tag to compare
  • Check out Reactive paradigm and RxSwift library
  • Refactor your code to be Reactive with RxSwift/RxCocoa libraries

Road Map #5

19 Oct 23:18
30c53fe
Compare
Choose a tag to compare
  • Refactor Navigation Logic by implementing Coordinator pattern

Road Map #4

19 Oct 23:17
f7d1e94
Compare
Choose a tag to compare
  1. Implement Repository Pattern by refactoring the Data layer
  • ViewModel ↔ Repository ↔ DataSource ↔ Service

Road Map #3

15 Oct 20:42
26bb96f
Compare
Choose a tag to compare
  • Update to MVVM using Closures Pattern and imperative programming

Road Map #2

13 Oct 01:14
13944ad
Compare
Choose a tag to compare
  • Add third libraries using CocoaPods

Road Map #1

08 Oct 01:59
4bc44af
Compare
Choose a tag to compare

The first implementation may be more difficult than the others but it is important to learn how Apple works without third libraries dependencies for study purposes.

  1. Implement using MVC Apple pattern.
  2. Feel free to organize files/classes based on MVC Apple
  3. Do not use storyboard. Use .xib and/or ViewCode instead 4. Do not use third party library