rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

MVVM using RxSwift PoC #111

Closed mcousillas6 closed 4 years ago

mcousillas6 commented 5 years ago

Description:


Notes:

toptierlabs commented 5 years ago
1 Warning
:warning: Be careful, maybe this PR it’s too big

SwiftLint found issues

Warnings

File Line Reason
UserService.swift 49 Unused parameter "response" in a closure should be replaced with _. (unused_closure_parameter)
FirstViewModel.swift 54 Unused parameter "user" in a closure should be replaced with _. (unused_closure_parameter)

Generated by :no_entry_sign: Danger