Function 関数

object_setClass(_:_:)

Sets the class of an object. あるオブジェクトのクラスを設定します。

Declaration 宣言

func object_setClass(_ obj: Any?, 
                   _ cls: AnyClass) -> AnyClass?

Parameters パラメータ

object

The object to modify.

sel

A class object. あるクラスオブジェクト。

Return Value 戻り値

The previous value of object‘s class, or Nil if object is nil.

See Also 参照

Working with Instances インスタンスを扱う