将数据写入PLIST时,电子邮件将是什么类型?
我正在使用 plist 来填充 uitableview。我想知道,因为我的密钥之一是电子邮件,它会是什么类型?数据、字符串等。基本思想是有一个表格,点击电子邮件单元格,就会出现电子邮件模式视图。我该怎么做呢? 谢谢
I'm in the process of using a plist to populate a uitableview. I was wondering, because one of my keys is email, what type would it be? Data, string, etc. The basic idea is to have a table, you tap the email cell, and up comes with the email modal view. How do i go about doing this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将使用的数据类型是字符串。然后,您可以拉出该绳子并在需要的地方使用它。对于电子邮件,您需要执行以下操作(我假设您能够从 plist 中读取字符串并在 UITableViewCell 中使用它):
The data type I would use would be a string. You can then pull out this string and use it where you need it. In the case of email, you will need to do the following (I am assuming you are able to read the string out of the plist and use it within a UITableViewCell):