我有一个包含一些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
事件)这只发生在运行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