Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがアプリで MFMessageComposeViewController を使用して SMS を送信すると、UITextFields のカーソルがなくなります。
これを防ぐか、少なくともカーソルを元に戻す方法はありますか?
これは、MFMessageComposeViewControllerの終了したデリゲートメソッドでUIAlertViewを表示することに関連していました。モーダルビューを閉じた後にUIAlertViewを表示していましたが、そのバグが発生していました。
UIAlertViewを削除すると、問題が修正されました。今、私は独自のアラートポップアップを設計し、デフォルトのUIAlertViewの代わりにそれを表示することを考えています。