如何在 iPhone 应用程序中实现半圆形按钮
我得到了一个用 Photoshop 制作的 iPhone 应用程序设计。我将 PSD 文件转换为 PNG 格式。
我发现它很难实现,特别是在一些像半圆形按钮这样的部分。
如何将这个半圆形实现为两个按钮?
I got a iPhone app design made in Photoshop. I converted the PSD file to PNG format.
I found it difficult to implement, especially on some portions like semicircle-shaped buttons.
How can I implement this semicircle-shape as two buttons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Photoshop 中绘制两个四分之一圆图像,保存为 PNG 文件。在您的笔尖文件中,制作两个四分之一圆大小的自定义按钮,每个按钮都有一个四分之一圆图像。将两个按钮并排放置。您可以通过将按钮的各种状态绘制为单独的 PNG 文件来修饰按钮,并将这些图像添加到按钮的 nib 文件定义中。
Draw two quarter circle images in Photoshop, saved at PNG files. In your nib file make two custom buttons the size of the quarter circles, each with one of these quarter circle images. Place the two buttons next to each other. You can embellish the buttons by drawing the various states of the button as separate PNG files, and add those images to the nib file definition of the buttons.
您可以尝试以下链接。它的效果令人惊奇
访问 http://iphonedevelopment.blogspot.in/2010/03 /irregularly-shape-uibuttons.html
You can try the following link. It works amazingly
Visit http://iphonedevelopment.blogspot.in/2010/03/irregularly-shaped-uibuttons.html