屏幕底部附近的iPad按钮未检测到点按

时间:2016-10-20 05:32:07

标签: ios objective-c ipad uibutton nslayoutconstraint

我在屏幕底部附近有三个按钮。问题是按钮不可插拔。如果我将按钮移动一点点,它们会检测到敲击事件。

以下是我的视图和可视化调试器中的视图的屏幕。

目前为bottom constraint = 25。在此约束下,按钮的一半是可点击的。如果我将它向下移动,它不会检测到任何水龙头,如果我将其移动得更高,那么整个按钮就会变得可以点亮。

我无法显示应用程序的完整视图层次结构,因为它非常复杂。包含这些按钮的View在另一个viewContainer上添加为childViewContainer,它本身被添加为chidldViewContainer。

Here you can see the constraints applied to the buttons

This is the actual view of the buttons

These are the wireframes in the visual debugger(The line across the buttons in a view behind the buttons, not infront of them)

Here you can see that the buttons are at the top of the view heirarchy

0 个答案:

没有答案