如何避免coverflow中图像的镜像效果

发布于 2024-12-08 04:25:14 字数 392 浏览 0 评论 0 原文

我已经从链接下载了一个 coverflow 示例

http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist

我需要开流效果,但不需要图像的镜像效果。是否可以做到。IKImageFlowView 类中有可用的 API 吗?

任何帮助将不胜感激。

I have downloaded a coverflow sample from the link

http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist.

I need open flow effect but I dont need miror effect of images.Is it possible to do it.Is there any API available in IKImageFlowView class.

Any help would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无声静候 2024-12-15 04:25:14

没有可用于 IKImageFlowView 的 API。这是一个私人课程。这就是为什么这篇博文的标题是“做我们不应该做的事情”。如果您查看博客文章中的项目,您会发现一个逆向工程的 IKImageFlowView.h。这就是现有的尽可能多的信息。您可以按照博客文章中所述使用 class-dump 并查看是否可以找到 IKImageFlowViewDelegate 协议(如果有的话)(此类似乎接受委托)。这可能允许您配置它。

请注意,Apple 可能随时更改此类。

您最好使用第三方实现,例如 MBCoverFlowViewOpenFlow

There is no API available for IKImageFlowView. It is a private class. That's why the blog post is titled "doing things we shouldn't." If you look at the project in the blog post, you will find a reverse-engineered IKImageFlowView.h. That's as much information as is available. You can use class-dump as noted in the blog post and see if you can find the IKImageFlowViewDelegate protocol if there is one (this class appears to take a delegate). That might allow you to configure it.

Note that Apple may change this class at any time.

You are probably better off using a third-party implementation like MBCoverFlowView or OpenFlow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文