键盘按键后,输入附件视图中的按钮不会立即响应

时间:2017-09-09 05:31:13

标签: ios iphone swift ipad

我有一个包含一些UIButton的输入附件视图。在iPad上,如果我在键盘上的按键后立即按下UIButton ,则该按钮不响应。例如:

  • 按键盘上的键,立即按下输入附件视图上的按钮→按钮无响应(无 - Navigate to your project directory - pod install //which then asks you to do the next step - pod repo update //takes a while to update the repo - pod update - pod install - Close Xcode session - Open and Clean the project - Build/Run 事件)
  • 按键盘上的键,等待1/2秒,然后按按钮→按钮响应

这只发生在运行iOS 9和10的iPad上。在运行iOS 8或iPhone的iPad上不会发生这种情况。

理想的行为是UIButton始终具有响应能力(就像运行iOS 8和iPhone的iPad一样)。

以下是重现的最小代码(也是in Github as a buildable Xcode project)。

make sure you open the .xcworkspace file rather than the project file (.xcodeproj) when working with pods

0 个答案:

没有答案