【问题标题】:create a itunes like Popover in Objective C for ipad [closed]在Objective C中为ipad创建一个类似Popover的iTunes [关闭]
【发布时间】:2013-07-28 17:06:20
【问题描述】:

我想创建一个类似于 iTunes 的弹出窗口。例如,当我编辑您的帐户信息时。像这样:http://ipadinsight.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/Account-Settings.jpg

感谢您的帮助

【问题讨论】:

  • 您忘记发布您当前拥有的代码以及您面临的确切错误。

标签: objective-c ipad cocoa popover


【解决方案1】:

您要做的是创建并以模态方式显示视图控制器。

为此,您必须将其属性 modalPresentationStyle 设置为

vc.modalPresentationStyle = UIModalPresentationFormSheet

并通过调用方法显示

–presentViewController:animated:completion:

在它的父亲或

– presentModalViewController:animated:

适用于 iOS

它必须有分组的表格视图,里面填充了适当的选项

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-11-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多