Documentation Archive Developer
Search

NotificationCenter Changes

NotificationCenter (Added)

Added NCUpdateResult [enum]
Added NCUpdateResult.Failed
Added NCUpdateResult.NewData
Added NCUpdateResult.NoData
Added NCWidgetController
Added NCWidgetController.setHasContent(Bool, forWidgetWithBundleIdentifier: String!)
Added NCWidgetController.widgetController() -> Self! [class]
Added NCWidgetListViewController
Added NCWidgetListViewController.contents
Added NCWidgetListViewController.delegate
Added NCWidgetListViewController.editing
Added NCWidgetListViewController.hasDividerLines
Added NCWidgetListViewController.minimumVisibleRowCount
Added NCWidgetListViewController.rowForViewController(NSViewController!) -> Int
Added NCWidgetListViewController.showsAddButtonWhenEditing
Added NCWidgetListViewController.viewControllerAtRow(Int, makeIfNecessary: Bool) -> NSViewController!
Added NCWidgetListViewDelegate
Added NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, didRemoveRow: Int)
Added NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, didReorderRow: Int, toRow: Int)
Added NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, shouldRemoveRow: Int) -> Bool
Added NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, shouldReorderRow: Int) -> Bool
Added NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, viewControllerForRow: Int) -> NSViewController!
Added NCWidgetListViewDelegate.widgetListPerformAddAction(NCWidgetListViewController!)
Added NCWidgetProviding
Added NCWidgetProviding.widgetAllowsEditing
Added NCWidgetProviding.widgetDidBeginEditing()
Added NCWidgetProviding.widgetDidEndEditing()
Added NCWidgetProviding.widgetMarginInsetsForProposedMarginInsets(NSEdgeInsets) -> NSEdgeInsets
Added NCWidgetProviding.widgetPerformUpdateWithCompletionHandler(((NCUpdateResult) -> Void)!)
Added NCWidgetSearchViewController
Added NCWidgetSearchViewController.delegate
Added NCWidgetSearchViewController.searchDescription
Added NCWidgetSearchViewController.searchResultKeyPath
Added NCWidgetSearchViewController.searchResults
Added NCWidgetSearchViewController.searchResultsPlaceholderString
Added NCWidgetSearchViewDelegate
Added NCWidgetSearchViewDelegate.widgetSearch(NCWidgetSearchViewController!, resultSelected: AnyObject!)
Added NCWidgetSearchViewDelegate.widgetSearch(NCWidgetSearchViewController!, searchForTerm: String!, maxResults: Int)
Added NCWidgetSearchViewDelegate.widgetSearchTermCleared(NCWidgetSearchViewController!)
Added NSViewController.presentViewControllerInWidget(NSViewController!)