如何在 xCode 中使用 Photoshop PSD 设计文件?

发布于 2024-11-28 19:41:04 字数 187 浏览 2 评论 0原文

我要创建一个从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 技术交流群。

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

发布评论

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

评论(3

殊姿 2024-12-05 19:41:04

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.

幽蝶幻影 2024-12-05 19:41:04

您可以使用 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

别在捏我脸啦 2024-12-05 19:41:04

您将需要进行一些切片,即将 PSD 中描述的界面分成更小的 PNG 图像。

您可能需要

  • 制作 PSD 的设计师。
  • Adobe Photoshop。

这些是您需要采取的主要步骤。

  1. 设计师需要告诉您他的设计的每个元素应该做什么。

  2. 作为开发人员,您需要决定每个元素如何进入您的应用程序(按钮、标签、图像、表格)

  3. 挑选每个元素所需的组件(轮廓、填充、阴影等)

  4. 在 PSD 中选择这些组件对应的图层。

  5. 将这些图层保存为网络(选择 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

  • The designer who made the PSD.
  • Adobe Photoshop.

These are the broad steps that you need to take.

  1. The designer needs to tell you what each element of his design is supposed to do.

  2. As a developer you will need to decide how each element is going into your app (Button, Label, image, table)

  3. Pick out the components you need for each element (outline, fill, shadow, etc)

  4. Choose the corresponding layers,in the PSD, to those components.

  5. save those layers for web(Choose PNG-24, keep transparency)

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