If you need to call an Objective-C method from C code, you have two ways: using objc_msgSend , or obtaining the IMP (method implementation function pointer) and ...
確定! 回上一頁