我想申請麥克陳的答案here,使用SDK 3.0。在我執行的delegate.m文件中;總是返回零在iPhone
[viewController.view addSubview:[[objc_getClass("PLCameraController") sharedInstance] previewView]];
和viewcontroller.m我實現:
PLCameraController *cam = [objc_getClass("PLCameraController") sharedInstance];
CapturedImage = [cam _createPreviewImage];
但 '凸輪' 始終是零。有什麼建議麼?
我在物理iPhone上運行。 我必須使用objc_getClass否則我得到:找不到符號: dyld的平面命名空間 跟蹤:_OBJC_CLASS _ $ _ PLCameraController 從引用:在/private/var/stash/Applications.pwn/iPhoneCam.app/iPhoneCam 預期/ BPT陷阱 錯誤 – 2009-12-14 21:51:02