Function 関数

imp_removeBlock(_:)

Disassociates a block from an IMP that was created using imp_implementationWithBlock(_:), and releases the copy of the block that was created.

Declaration 宣言

func imp_removeBlock(_ anImp: IMP) -> Bool

Parameters パラメータ

anImp

An IMP that was created using the imp_implementationWithBlock(_:) function.

Return Value 戻り値

true if the block was released successfully; otherwise, false (for example, the function returns false if the block was not used to create anImp previously).

See Also 参照

Using Objective-C Language Features Objective-C言語機能を使う