本文介绍了一个流行音乐的按钮在iPad的控制器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在iPad应用程式中尝试建立类似这个的popover。
I am attempting to create a popover similar to this in an iPad app.
有人知道是否有内置的方法来做到这一点?是否是UIPopoverController中的UISegmentedControl?
Does anybody know if there is a built in way to do this? Is it a UISegmentedControl inside of a UIPopoverController?
推荐答案
不是过载控制器。
No it's not a segmented control inside a pop over controller. It's a menu controller.
您可以取得共用的选单控制器,然后编辑 menuItems
,并显示它。
You can get the shared menu controller, then edits its menuItems
property, and show it.
这篇关于一个流行音乐的按钮在iPad的控制器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!