jdisho / Papr

🌁 An Unsplash app for iOS
Apache License 2.0
1.15k stars 150 forks source link

Refactor HomeViewController & HomeViewModel #105

Closed jdisho closed 4 years ago

jdisho commented 4 years ago
  1. Remove side effects from the view model.
  2. Create isRefreshing(in:) to also handle the content offset of the collection view.
  3. Make pageNumber and orderBy nullable.
  4. Create map(to:) operator to map to a value.