You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ It's simple master and detailview application that's developed using MVVM-C patt
4
4
## Why MVVM-C
5
5
**MVVM** is a design pattern that is widely used in the iOS application development. It take the data presentation and buisness logic of showing data to **View out of ViewController** making it clean, reuseable and small. ViewModel **binds data** to to UI elements and changes UI as soon as data changes. ViewController's responsibility is to notify ViewModel about the events that occur on the UI so ViewModel can react to those event accordingly.
6
6
7
-
Compbining co-ordinator with it, further reduces ViewController's responsibilty by taking out the navigation logic from it too and making it completely dumb and reusable.
7
+
Combining **co-ordinator** with it, further reduces ViewController's responsibilty by taking out the navigation logic from it too and making it completely dumb and reusable.
0 commit comments