Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 296 Bytes

File metadata and controls

25 lines (15 loc) · 296 Bytes

MVC Implementations

References [8]

iOS

In iOS and cocoa, the MVC is a Model View Adapter style. Coordinating controllers vs. mediating controllers.

delegates outlet data source notification and Key-Value Observing (KVO)

Java Swing

Model-Delegate Microsoft MFC