macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSClipViewクラス

INDEX>AppKit> NSClipView

**

継承 NSObject
NSResponder
NSView
NSClipView
準拠 NSObject (NSObject)
NSAccessibility
NSAccessibilityElement
NSAnimatablePropertyContainer
NSAppearanceCustomization
NSCoding
NSDraggingDestination
NSObject
NSUserInterfaceItemIdentification
フレームワーク /System/Library/Frameworks/AppKit.framework
使用可能 OS X 10.0以降
定義
インポート文 @import AppKit;

developer.apple.com

概要

メソッドとプロパティ

Setting the document view

documentView

Scrolling

- scrollToPoint:
- autoscroll:
- constrainScrollPoint:
(OS X v10.10)
- constrainBoundsRect:

Determining scrolling efficiency

copiesOnScroll

Accessing the content insets

contentInsets
automaticallyAdjustsContentInsets

Accessing the visible portion

documentRect
documentVisibleRect

Setting the document cursor

documentCursor

Working with background color

drawsBackground
backgroundColor

Overriding NSView methods

- viewBoundsChanged:
- viewFrameChanged:



定数

参照

更新時バージョン

OS X 10.11