This combine demo with MVVM pattern is very simple and easy to understand. In this demo there is normal API parsing. You can read more from Medium
In this demo there is one UITableView, one UISearchField. We are showing the result from API into UITableView using DiffableDatasource. We applied the local search functionality here.
- UITableView
- UISearchBar
Xcode 11.1 iOS 13
CombineWithMVVM is MIT-licensed.
While there’s still a ton of information left to be discovered about Combine. I hope this article has cleared the power of combine in development. I’ll keep digging, and will report all of my new findings as soon as possible.