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.
カスタム描画を行うために、NSScrollViewのDocumentViewをサブクラス化するにはどうすればよいですか?スクロールビュー内でNSShadowを使用して作業を行う必要があります。
ドキュメントビューは単なる通常のビュー(のサブクラスNSView)であるため、プログラムまたはInterface Builderでビューを作成し、スクロールビューのdocumentViewプロパティを新しいビューに設定するだけです。
NSView
documentView
awakeFromNibたとえば、適切な方法でプロパティを設定できます。
awakeFromNib