Function 関数

method_setImplementation(_:_:)

Sets the implementation of a method. あるメソッドの実装を設定します。

Declaration 宣言

func method_setImplementation(_ m: Method, 
                            _ imp: IMP) -> IMP

Return Value 戻り値

The previous implementation of the method.

See Also 参照

Working with Methods メソッドを扱う