如何在 UIAlertView 的消息字段中添加多行文本
Posted
技术标签:
【中文标题】如何在 UIAlertView 的消息字段中添加多行文本【英文标题】:How to add text in multiple lines in message field of UIAlertView 【发布时间】:2010-05-25 07:36:22 【问题描述】: The AlertView should look like this.
AlertView Message:
Please provide one of the following parameters to find the doctors.
Speciality
Location
Insurance
【问题讨论】:
【参考方案1】:使用\n
换行。
... message:@"1st line of message\n2nd line of message\n\n\n5th line of message" ...
【讨论】:
【参考方案2】:UIAlertView 可以自定义:
这里有一些信息 Customizing UIAlertView
这里 http://www.iphonedevsdk.com/forum/iphone-sdk-development/1704-uitextfield-inside-uialertview.html
但是,我认为您想要的是构建自定义视图,或者(更简单地)使用 UIActionSheet - 这是为此目的而设计的设备!
【讨论】:
以上是关于如何在 UIAlertView 的消息字段中添加多行文本的主要内容,如果未能解决你的问题,请参考以下文章