Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSView と NSViewController の違いは XCode 4 Cocoa アプリケーションですか?
NSView は、MVC の単なるビューです。NSViewController には NSView (または NSView のサブクラス) があり、MVC モデルのコントローラーのコードも含まれています。
iOSでの経験から答えを導き出しているので間違っているかもしれませんが、OSXでもほぼ同じはずだと思います。