2015-09-29 116 views

回答

2

這可以通過將UITextViewinputView屬性更改爲UIPickerView對象來完成。
是這樣的:

myTextView.inputView = myPickerView; 

希望這有助於!