我在 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?
你能帮我解决这个问题吗?提前致谢。