The user interface often contains a lot of cluttered code primarily because of the complicated logic it needs to handle. The presentation patterns are design primarily with one objective in mind, ...
前回は、Mediatorパターンの概要を紹介した。今回からは、Cocoaフレームワークの中で、このパターンを利用して解釈できるものを紹介しよう。 取り上げるのは、Cocoaアプリケーションの中でも中心的な概念になる、コントローラだ。 MVCの「C」 ある程度複雑な ...