我想像iTunes一样创建一个popover。例如,当我编辑您的帐户信息时,它就会出现问题。像这样:http://ipadinsight.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/Account-Settings.jpg
感谢您的帮助
答案 0 :(得分:1)
您要做的是以模态方式创建和显示视图控制器。
为此,您必须将其属性modalPresentationStyle设置为
vc.modalPresentationStyle = UIModalPresentationFormSheet
并通过调用方法显示
–presentViewController:animated:completion:
在其父亲或
– presentModalViewController:animated:
for iOS< 6.0
它必须具有填充了适当选项的分组表视图