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で、、を無効にする方法cutですがcopy、pasteuitextviewでリンクを有効にしたいのですが可能ですか?
cut
copy
paste
常に NO を返すUITextFieldDelegateプロトコルを使用できます。textField:shouldChangeCharactersInRange:このようにして、イベントを取得できますが、フィールドを編集不可にできます。
UITextFieldDelegate
textField:shouldChangeCharactersInRange: