iOS中的Today扩展

时间:2019-05-27 07:11:21

标签: ios widget

我想在我的iOS应用中显示Today Extension,我能够成功显示它。我的问题是,

如果我想使用代码隐藏“今日扩展小部件”

NCWidgetController.widgetController().setHasContent(false, forWidgetWithBundleIdentifier: "bundle identifier")

那我需要在ViewController或Today Extension View Controller中编写此代码吗?

此外,如果我想使用代码再次显示

NCWidgetController.widgetController().setHasContent(true, forWidgetWithBundleIdentifier: "bundle identifier")

那么是否需要在应用程序视图控制器或扩展视图控制器中添加此代码?

如果我想再次显示“今日扩展小部件”,还需要再次启动该应用程序。

0 个答案:

没有答案