最佳答案
我正在制作一个 UITextField
,它的 UIPickerView
和 inputView
是一样的。这一切都很好,除了我可以编辑复制,粘贴,剪切和选择文本,我不想要它。只有选择器应该修改文本字段。
I've learned that I can disable editing by setting setEnabled
or setUserInteractionEnabled
to NO
. Ok, but the TextField stop responding to touching and the picker don't show up.
我能做些什么来实现它?