NotificationCenter Changes
NotificationCenter
Added NSViewController.presentViewControllerInWidget(NSViewController!)
Modified NCWidgetListViewController.delegate
Declaration | |
---|---|
From | @IBOutlet var delegate: NCWidgetListViewDelegate! |
To | @IBOutlet weak var delegate: NCWidgetListViewDelegate! |
Modified NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, didRemoveRow: Int)
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, didReorderRow: Int, toRow: Int)
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, shouldRemoveRow: Int) -> Bool
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetListViewDelegate.widgetList(NCWidgetListViewController!, shouldReorderRow: Int) -> Bool
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetListViewDelegate.widgetListPerformAddAction(NCWidgetListViewController!)
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetProviding.widgetAllowsEditing
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetProviding.widgetDidBeginEditing()
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetProviding.widgetDidEndEditing()
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetProviding.widgetMarginInsetsForProposedMarginInsets(NSEdgeInsets) -> NSEdgeInsets
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetProviding.widgetPerformUpdateWithCompletionHandler(((NCUpdateResult) -> Void)!)
Optional | |
---|---|
From | -- |
To | yes |
Modified NCWidgetSearchViewController.delegate
Declaration | |
---|---|
From | @IBOutlet var delegate: NCWidgetSearchViewDelegate! |
To | @IBOutlet weak var delegate: NCWidgetSearchViewDelegate! |