XCODE 中的手风琴菜单

发布于 2024-09-15 10:24:57 字数 97 浏览 5 评论 0原文

嘿,我正在尝试用 Objective-C 为 iPad 应用程序制作一个手风琴菜单。我唯一知道的是我应该检查核心动画。 找不到任何有用的东西。 谁能帮助我吗?至少给我一些指示。

hey, I'm trying to make a accordion menu in Objective-C for a iPad app. The only thing I know is that I should look over core animation.
Couldn't find anything helpfull.
Can anyone help me ? at least give me a few pointers.

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

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

发布评论

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

评论(1

无言温柔 2024-09-22 10:24:57

我也在尝试为 iPad 实现手风琴菜单..我一直在做一些研究,发现这个链接是一个很好的帮助...
http://www.deepinthecouch.com/iphone-sdk/accordion- uitableviews-programming-backwards

(转到此处查看存档版本)

我尝试将此博客中的代码放入我的项目中,但我不断收到一些奇怪的错误..

所以相反,我采用了这个概念并尝试自己实现一些东西...

如果你得到你的手风琴菜单工作,请分享它..我会做同样的...:)

[更新]:我刚才再次重新访问了博客页面,发现作者添加了一个新条目并添加了一段有效的代码...

看看

http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews

i am also trying to implement Accordion Menu for iPad.. i have been doing some research and found that this link is a good help...
http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews-programming-backwards

(Go here for the archived version)

i have tried putting in the codes in this blog to my project, but i kept getting some weird errors..

so instead, i am taking the concept and try to implement something myself...

if u get ur accordion menu work, do share it.. i will do the same... :)

[Update] : i have revisited the blog page again just now, and found that the author have added a new entry and added a piece of code that works...

Have a look

http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews

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