他们是怎么做到的? UINavigation 工具栏透明
我刚刚接触 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在导航栏子类中提供您自己的
-drawRect:
实现,它不会绘制背景图像。Provide your own implementation of
-drawRect:
in your navigation bar subclass, that doesn't draw a background image.