Avatar
textView(_:shouldInteractWith:in:) ってshould〜なのでクエリ想定であり、CQS(問いを発することで答えを変えてはならない)的にはそこで副作用起こしちゃいけないと思ってたんだけど、「You can use this method to trig...
まあDeprecated APIなので今は正しくはtextView(_:shouldInteractWith:in:interaction:)を使うべきで、そして実はそっちのドキュメントからは副作用を許可する記述は消えてるんだけど、かといって適切にalternative actionを...
I'm using the UITextView delegate method to do some custom work like opening a in-app browser when user tapping on URL or attachment: func textView(_ textView: UITextView,