适用于 iPhone 的开源 CoverFlow 库

发布于 2024-07-16 14:51:58 字数 157 浏览 9 评论 0原文

是否有适用于 iPhone 的开源、类似 CoverFlow 的 API 或库?

我找到了一种按应用程序许可的实现,但是,我更喜欢走开源路线。

另外,我对仅使用公共 API 的库感兴趣,因为使用非公共 API 可能会阻止应用程序在 App Store 中发布。

Are there any open source, CoverFlow-like APIs or libraries available for the iPhone?

I've found one implementation that is licensed per application, however, I'd much prefer to go the open source route.

Also, I'm interested in libraries that use only public APIs, as using non-public APIs might keep an app from getting published in the App Store.

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

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

发布评论

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

评论(6

傾旎 2024-07-23 14:51:58

您可能还想查看我在 iPhoneDevCamp 上发布的一个库——OpenFlow。
http://apparentlogic.com/openflow

它都是基于核心动画的,因此很容易理解和定制您的需求。 AFOpenFlowView 是 UIView 的子类。

我提供了一个演示应用程序,并查看我个人网站上的博客条目,了解有关其使用的更多信息。 fajkowski.com

如果您有任何问题或意见,请给我留言!
-亚历克斯

You might also want to check out a library I released at iPhoneDevCamp -- OpenFlow.
http://apparentlogic.com/openflow

It is all core animation-based, so it's easy to understand and customize to your needs. AFOpenFlowView is a subclass of UIView.

I included a demo application, and check out the blog entry on my personal website for a bit more information about its use. fajkowski.com

Drop me a line if you have any questions or comments!
-Alex

漫漫岁月 2024-07-23 14:51:58

demosthenese 还有另一个很好的开源实现。 这是链接

There's another nice Open Source implementation by demosthenese. Here's the link.

ゞ记忆︶ㄣ 2024-07-23 14:51:58

Chaosinmotion 的好人提供了以下内容:

http://www.chaosinmotion.com/flowcover.html< /a>

它是 BSD 许可的。

The nice people at Chaosinmotion have got the following available:

http://www.chaosinmotion.com/flowcover.html

It's BSD licensed.

尬尬 2024-07-23 14:51:58

Erica Sadun 的 The iPhone Developer's Cookbook 的最后一章是关于 Cover Flow 的。
您可以从 Google Code 上的书籍示例存储库中获取源代码:
cookbooksamples

The last chapter on Erica Sadun's The iPhone Developer's Cookbook is about Cover Flow.
You can grab the source code from the sample repository of the book on Google Code:
cookbooksamples

寒尘 2024-07-23 14:51:58

我不知道您上面描述的任何开源库。 但是,如果您熟悉核心动画,那么实现您所描述的内容并不会太难。

请查看下面的链接以获取更多信息:

  1. 有关使用核心动画实现 coverflow 的博客文章
  2. Apple iPhone Dec Center 的核心动画参考指南

I am not aware of any open-source libraries for what you describe above. However, if you are familiar with core animation, it wouldn't be too hard to implement what you describe.

Check out the links below for some more information:

  1. Blog post about implementing coverflow using core animation
  2. Core animation reference guide from Apple iPhone Dec Center
-残月青衣踏尘吟 2024-07-23 14:51:58

《SAMS 在 24 小时内自学 Cocoa Touch 编程》一书在 CoreAnimation 章节中向您展示了如何制作自己的动画(完整实现)。

The book "SAMS Teach Yourself Cocoa Touch Programming in 24 Hours" shows you how to make your own in the CoreAnimation chapter (complete implementation).

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