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.
112は、アクティブなリンクで検出および作成され、呼び出す可能性のある番号でもあることをUITextViewに通知する方法はありますか?
UITextViewTextDidChangeNotificationテキストビューが含まれているクラスに通知を追加します。次に、メソッドチェックで
UITextViewTextDidChangeNotification
if ([[/*name of textView*/ text] containsString@"112"]) { //do something }