不越狱如何使用PhotoLibrary
你做的这件事真是太好了。 请您解释一下:如何在不越狱的情况下使用PhotoLibrary的CameraController。 实际上我已经下载了 class-dump 并尝试转储 PhotoLibrary 但效果不佳。 它给出:
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
该文件不包含任何 Objective-C 运行时信息。
所以,我想知道如何转储它并在 xcode 中使用它。
This is nice thing you have done. Could you please explain: How to use PhotoLibrary's CameraController without jailbreak. Actually I 've downloaded class-dump and tried dumping PhotoLibrary but did not work out well. It is giving:
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
This file does not contain any Objective-C runtime information.
So, I wanted to know how to dump it and use it in xcode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
a) 您不能直接使用 PhotoLibrary,因为它不是 iPhone SDK 的一部分。 这大概就是您所说的“无需越狱”的意思
b) 谁是马克,他做了什么?
a) You can't use PhotoLibrary directly because it's not part of the iPhone SDK. That's presumably what you mean by "without jailbreak"
b) Who's Mark and what has he done?
PhotoLibrary
是一个 C 框架(不包含 ObjC 代码),因此类转储没有提供任何内容。 (不,您不能在符合 SDK 的代码中使用 PL。)PhotoLibrary
is a C framework (contains no ObjC code) so class-dump gives nothing. (And no, you can't use PL in SDK-compliant code.)