【发布时间】:2012-09-06 09:07:32
【问题描述】:
我在 iPhone 应用程序中工作,例如 iMessage 原生应用程序。我设计了一个看起来像 iMessage 的页面,还添加了一个气泡。我是怎么做的,只是加了一个UITextView in UITableView Cell and also i have added UIImageView on UITextView with bubble images。
将文本从 NSMutableArray 加载到 UITextView。它工作正常。现在我的疑问是:
在 iMessage 应用程序中,他们设置了
when the user hold the bubble they making the text as selectable and showing Copy option。在我的应用程序when the user hold a bubble the Copy option showing but some particular text only copying。如何选择所有文本并向用户显示复制选项?在 iMessage 应用程序中,选择区域(选择开始和选择结束两行)未显示。但在我的应用中,
selection regions are showing how can i manage that?
您能帮我解决这个问题吗?提前致谢。
【问题讨论】:
标签: iphone ios select uiimageview uitextview