Contents

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