Skip to content

Commit

Permalink
Clarify a section title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-rantakari committed Oct 30, 2014
1 parent dd81979 commit b5342ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you prefer to write your views in code, chances are you've met either of Appl
* [Model-View-ViewModel (MVVM)](http://www.objc.io/issue-13/mvvm.html)
* Quite new concept for Cocoa developers, but gaining traction

### Common Patterns
### “Event” Patterns

* __Delegation:__ Apple uses this a lot (some would say, too much). Use when you want to communicate stuff back e.g. from a modal view.
* __Callback blocks:__ Allow for a more loose coupling, while keeping related code sections close to each other. Also scales better than delegation when there are many senders.
Expand Down

0 comments on commit b5342ee

Please sign in to comment.