iMessageネイティブアプリのようなiPhoneアプリケーションで作業しています。バブルも追加された 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 アプリで、選択領域 (選択の開始と選択の終了にある 2 行) が表示されません。しかし、私のアプリでは
selection regions are showing how can i manage that?
この問題を解決するのを手伝ってくれませんか? 前もって感謝します。