当用户触摸(并保持)UISegmentedControl中的片段时,我需要显示带有其他选项的弹出窗口。我如何:
谢谢!
请注意相关问题是:iPad popover - How do you point to one segment in a segmented control?
答案 0 :(得分:2)
您需要使用这些"选项"创建一个视图。你想手动。或者您可以使用第三方库,例如this
将UILongPressGestureRecognizer添加到您的UIView
获取position of the touch location并显示popover