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.
電話番号が含まれている UITextview があります。それを検出すると、標準のリンクが青色になり、下線が引かれます。そのリンク状態をプログラムで制御する方法を知りたいだけです。
UITextView が電話番号をリンクに変換しないようにするには、次のようにします。
[textView setDataDetectorTypes:UIDataDetectorTypeNone];