Class

NSObject

The root class of most Objective-C class hierarchies, from which subclasses inherit a basic interface to the runtime system and the ability to behave as Objective-C objects. たいていのObjective-Cクラス階層のルートクラス、そこからサブクラスは基本的なインターフェイスとObjective-Cオブジェクトとして振舞う能力を継承します。

Declaration 宣言

class NSObject

Topics 話題

Initializing a Class クラスの初期化

Creating, Copying, and Deallocating Objects オブジェクトの作成、複製、そして割り当て解除

Identifying Classes クラスの識別

Testing Class Functionality クラスの機能性のテスト

Testing Protocol Conformance プロトコル準拠のテスト

Obtaining Information About Methods メソッドについての情報の取得

Describing Objects オブジェクトの解説

Supporting Discardable Content

Sending Messages メッセージ送信

Forwarding Messages メッセージの転送

Dynamically Resolving Methods 動的に決定するメソッド

Handling Errors エラーを取り扱う

Archiving アーカイブ

Working with Class Descriptions クラス記述を扱う

Improving Accessibility

Scripting スクリプトを書く

Integrating with Combine

Key-Value Observing キー値監視する

Key-Value Coding キー値コーディング

Interacting with Web Plug-ins

Implementing Web Scripting

Supporting Cocoa Scripting

Deprecated 非推奨

Avoid using deprecated classes and protocols in your apps.

Instance Properties インスタンスプロパティ

Type Properties 型プロパティ

Instance Methods インスタンス メソッド

Operator Functions 演算子関数

See Also 参照

Object Basics オブジェクト基礎