【发布时间】:2012-07-27 22:21:53
【问题描述】:
我使用inputView 为我的textfield 显示uipickerview,但我对其他功能使用相同的textfield。使用inputView 为textfield 后如何显示标准键盘?
textfield.inputView = pickrView;
【问题讨论】:
-
textfield.inputView = NO;为我工作
标签: ios xcode uitextfield uipickerview inputview