他们是怎么做到的? UINavigation 工具栏透明

发布于 2024-09-09 12:00:57 字数 447 浏览 6 评论 0原文

我刚刚接触 ipad 开发世界,并且遇到了 Instapaper 应用程序,而且我非常喜欢这个应用程序的 UI。

具体来说, 替代文本 http://sbox.smokingapples.com/ wp-content/uploads/2010/06/instapaper.jpg

您能告诉我在创建带有工具栏项的导航控制器(全部在透明背景上)时将使用哪些技术吗?

他们是如何做到的?

这似乎是 iPad 应用程序中的常见模式,但我在苹果开发者网站上没有看到任何代码示例来提示如何做到这一点就达到了效果。

预先感谢您的回答。

I'm just new to the ipad development world, and have come across the Instapaper app, and I just love the UI on this app.

Specifically, alt text http://sbox.smokingapples.com/wp-content/uploads/2010/06/instapaper.jpg

Can you tell me what techniques would be used in creating a Navigation Controller with toolbar items, all on a transparent background?

How did they do it?

This seems like a common pattern in iPad apps, but I don't see any code examples in the apple developer site that gives hints on how this effect is achieved.

Thanks in advance for your answers.

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

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

发布评论

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

评论(1

夜夜流光相皎洁 2024-09-16 12:00:57

在导航栏子类中提供您自己的 -drawRect: 实现,它不会绘制背景图像。

Provide your own implementation of -drawRect: in your navigation bar subclass, that doesn't draw a background image.

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