Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
User interface 如果iOS 7中使用了柔性垫片,则攻丝uibarbuttonim时出现问题_User Interface_Ios7_Uibarbuttonitem_User Experience - Fatal编程技术网

User interface 如果iOS 7中使用了柔性垫片,则攻丝uibarbuttonim时出现问题

User interface 如果iOS 7中使用了柔性垫片,则攻丝uibarbuttonim时出现问题,user-interface,ios7,uibarbuttonitem,user-experience,User Interface,Ios7,Uibarbuttonitem,User Experience,我必须重新提问,因为我有比以前更多的信息 我在视图底部有一个UIToolbar,它具有以下内容: UIBarButtonItem(自定义)[灵活空间]UISegmentedControl[灵活空间]UIBarButtonItem(添加) 右下角的+表示如上所述的添加。由于使用了灵活的空格类型UIBarButtonim使UISegmented控件居中,这会影响+按钮的可点击性。用户发现在iOS 7中很难使用 如果你只是左右各有一个按钮,那么iOS 7确实很好地扩展了可点击区域,你可以点击远离按钮的

我必须重新提问,因为我有比以前更多的信息

我在视图底部有一个UIToolbar,它具有以下内容:

UIBarButtonItem(自定义)[灵活空间]UISegmentedControl[灵活空间]UIBarButtonItem(添加)

右下角的+表示如上所述的添加。由于使用了灵活的空格类型UIBarButtonim使UISegmented控件居中,这会影响+按钮的可点击性。用户发现在iOS 7中很难使用

如果你只是左右各有一个按钮,那么iOS 7确实很好地扩展了可点击区域,你可以点击远离按钮的一段距离。但对于灵活的垫片,情况并非如此,这让我的用户感到沮丧

您建议我如何解决此问题,使+按钮更易于点击


谢谢。

您可以尝试使用UINavigationBar而不是UIToolbar。分段控件将位于导航栏顶部导航项的标题视图中


通过此设置,+按钮可以在分段控件的中间位置向左点击。

您可以在+按钮后添加固定空间,这将使您更易于单击。