Skip to content

This combine demo with MVVM pattern is very simple and easy to understand. In this demo there is normal API parsing.

License

Notifications You must be signed in to change notification settings

Mindinventory/CombinePart-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CombinePart-2 (API Call & Parsing)

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

video

Description

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.

UI Controls

  • UITableView
  • UISearchBar

By Apple

Xcode 11.1 iOS 13

LICENSE!

CombineWithMVVM is MIT-licensed.

Conclusion

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.