Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Last active August 27, 2017 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgpt10/6eb158a4c3a0ef2b2e3bf0f75d014bd2 to your computer and use it in GitHub Desktop.
Save pgpt10/6eb158a4c3a0ef2b2e3bf0f75d014bd2 to your computer and use it in GitHub Desktop.
if isToHideWidget
{
NCWidgetController.widgetController().setHasContent(false, forWidgetWithBundleIdentifier: "YOUR_TODAY_EXTENSION_BUNDLE_IDENTIFIER")
}
else
{
NCWidgetController.widgetController().setHasContent(true, forWidgetWithBundleIdentifier: "YOUR_TODAY_EXTENSION_BUNDLE_IDENTIFIER")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment