如何在 xCode 中使用 Photoshop PSD 设计文件?
我要创建一个从UI设计到实现的iOS应用程序,我想让我的应用程序看起来更好,所以我在谷歌上搜索了很多,发现人们说先用你的应用程序视图创建一个PSD文件,所以这是我的问题:
1) 如果我有该 PSD 文件,我如何在我的应用程序中使用它?
2) 是否有通用方法将该 PSD 文件用于我创建的所有元素?
非常感谢。
I'm going to creat an iOS app from UI design to implementation, I want to make my app looks better, so i googled a lot and find people saying to create a PSD file with your app views first, so here comes to my question:
1) If i had that PSD file, how do i use it in my app?
2) Is there a general way to use that PSD file for all the elements I created?
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
PSD 文件包含您的 Photoshop 可读源材料,不能在您的 iOS 应用程序中使用。您必须导出/保存 PDF 文件并保存为 PNG 或 jpeg 才能使用它。
The PSD File contains your photoshop readable source material and cannot be used in your iOS application. You have to export / save your PDF files save a PNG or jpeg to use it.
您可以使用 Photoshop 脚本将 PSD 元素导出到 XCode。这很简单。您需要做的就是按照步骤操作,它会将文件导入到您的 .storyboard 文件中。
TampestVision 的 PSD 到 Xcode 脚本
You can export the PSD elements to XCode using a photoshop script. this is easy and simple. All you need to do is follow the steps and it will import the files to your .storyboard file.
PSD to Xcode Script by TampestVision
您将需要进行一些切片,即将 PSD 中描述的界面分成更小的 PNG 图像。
您可能需要
这些是您需要采取的主要步骤。
设计师需要告诉您他的设计的每个元素应该做什么。
作为开发人员,您需要决定每个元素如何进入您的应用程序(按钮、标签、图像、表格)
挑选每个元素所需的组件(轮廓、填充、阴影等)
在 PSD 中选择这些组件对应的图层。
将这些图层保存为网络(选择 PNG-24,保持透明度)
You will need to do some slicing, i.e. divide the interface described in the PSD into smaller PNG images.
You will probably need
These are the broad steps that you need to take.
The designer needs to tell you what each element of his design is supposed to do.
As a developer you will need to decide how each element is going into your app (Button, Label, image, table)
Pick out the components you need for each element (outline, fill, shadow, etc)
Choose the corresponding layers,in the PSD, to those components.
save those layers for web(Choose PNG-24, keep transparency)