如何从Word文件制作plist文件

发布于 2024-11-09 11:37:01 字数 202 浏览 0 评论 0原文

我是 iPhone 编程新手,我正在尝试通过一些书籍和网站来学习。

我有一个word文件,里面有作者的大约200条引言,我想制作一个“iPhone引言”APP。我怎样才能从它创建一个plist?

请注意,每个引用都有两个字段:引用本身和从中选择引用的来源(书籍)。我想将它们添加到我的应用程序中的表格视图中,引用的开头是文本,书籍来源是单元格样式中的副标题。

I`m new to iPhone programming, and I'm trying to find my way around some books and sites for learning.

I have a word file with about 200 quotes from the author, and I want to make an "iPhone quote" APP. How can I create a plist from it?

Note that each quote has two fields: the quote itself and the source (book) from which the quote was selected. I want to add them to a table view in my App in a way that the beginning of the quote be the text, and the book source be the subtitle in the cell style.

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

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

发布评论

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

评论(1

救星 2024-11-16 11:37:01

我想出了怎么做。我所要做的就是在我的 xcode 项目中创建一个模板 plist 文件,其中包含几行,然后单击以查看源(XML 树)。然后我可以复制每个引用之前和之后的标签,并将它们粘贴到我的Word文件中。
准备就绪后,我将 Word 文件的内容复制到文本编辑器,删除所有格式,然后将其复制到 plis 作为源。效果很好!

I figured out how to do it. All I had to do is create a template plist files in my xcode project, with a few rows, then I click to view as source (the XML tree). Then I can copy the tags before and after each quote, and paste them in my word file.
Once this is ready I copied the contents of the word file to Text Edit, removed all format, and copied that to the plis as source. It worked fine!

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