Skip to content

Commit cae7c97

Browse files
authored
Update README.md
1 parent 2aec508 commit cae7c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ It's simple master and detailview application that's developed using MVVM-C patt
44
## Why MVVM-C
55
**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.
66

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.
88

99
## Benefits
1010
- Avoids Massive-ViewControllers

0 commit comments

Comments
 (0)