ViniciusDeep / Dework

👨‍💻 Find new opportunities in tech with Developer Work! 🌟 Stay updated on job listings and tech trends. 💼 Explore, apply, and level up your career! 🚀
4 stars 0 forks source link

Use RxSwift + RxCocoa to change dates from each section #1

Open ViniciusDeep opened 4 years ago

ViniciusDeep commented 4 years ago

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
tavares1 commented 4 years ago

🤔