method_setImplementation(_:_:)
Sets the implementation of a method.
Declaration
func method_setImplementation(_ m: Method, _ imp: IMP) -> IMPReturn Value
The previous implementation of the method.
Sets the implementation of a method.
func method_setImplementation(_ m: Method, _ imp: IMP) -> IMPThe previous implementation of the method.