iOS4 中的格式化文本和弹出窗口
我正在开发一个具有挑战性行为的原型应用程序。我想在真正深入研究之前我应该征求建议...
应用程序的一部分有一个文本区域,需要以粗体显示项目描述,后跟一个或多个项目的方式进行格式化详细项目:
项目描述: 项目详细信息 1. 项目详细信息 2. 项目详细信息 N。
在大多数情况下,这些项目需要多行,因此需要自动换行。
用户将能够点击任何粗体项目描述以显示弹出窗口,其中包含他们可以选择的选项,这些选项将填充普通项目详细信息。
我正打算尝试使用 webview 来完成此操作,以便能够格式化文本,提供自然的自动换行并使用超链接来调用方法等......当我进一步研究这一点时,我可以看到这将是一个相当重要的问题任务,并想确保在我走向一条看起来相当长、黑暗的隧道之前没有其他选择。
我对 iOS 开发还很陌生,所以如果我带着“菜鸟”问题回来,请耐心等待。
提前致谢!
I'm working on a prototype app that has a challenging behavior. I thought I'd ask for advice before really tearing into it...
Part of the app has an area of text that needs to be formatted in a manner where there will be a description of an item in bold, followed by one or more detail items:
Item Description: Item Detail 1. Item Detail 2. Item Detail N.
In most cases these items will require multiple lines, so word wrapping will be necessary.
The the user will be able to tap on any bolded item description to expose a popover with options they can select that will populate the plain item details.
I was about to attempt doing this with a webview, to be able to format the text, provide natural word wrapping and use hyperlinks to call methods, etc... As I look into this more, I can see it will be a pretty weighty task and want to make sure there aren't alternatives to this before I head down what looks like a fairly long, dark tunnel.
I'm still fairly new to iOS dev, so bear with me if I come back with "noob" questions.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另一种选择是核心文本,但是这也是一条相当长、黑暗的隧道。
The alternative is Core Text but it is a fairly long, dark tunnel, too.