ViniciusDeep/Dework

Use RxSwift + RxCocoa to change dates from each section

ViniciusDeep opened this issue · 1 comments

RxSwift

Now this section response the tap of didSelectItem at CollectionView, and pass the dogTag to each EndPoint, so this is the bad way to make something like that, the good idea is something like create a tap to button with RxCocoa and return Observable in Service to take and management dates and ViewModel.

Screen Shot 2019-10-11 at 19 09 03

🤔