• (转)NSNotificationCenter的通知名


      1 // Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestCaseRun.h
      2   SENTEST_EXPORT NSString * const SenTestCaseDidStartNotification;
      3   SENTEST_EXPORT NSString * const SenTestCaseDidStopNotification;
      4   SENTEST_EXPORT NSString * const SenTestCaseDidFailNotification;
      5 
      6   // Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestDistributedNotifier.h
      7   SENTEST_EXPORT NSString * const SenTestNotificationIdentifierKey;
      8 
      9   // Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestSuiteRun.h
     10   SENTEST_EXPORT NSString * const SenTestSuiteDidStartNotification;
     11   SENTEST_EXPORT NSString * const SenTestSuiteDidStopNotification;
     12 
     13   // System/Library/Frameworks/Accounts.framework/Headers/ACAccountStore.h
     14   ACCOUNTS_EXTERN NSString * const ACAccountStoreDidChangeNotification NS_AVAILABLE(NA, 5_0);
     15 
     16   // System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h
     17   extern NSString *const ALAssetsLibraryChangedNotification __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_4_0);
     18 
     19   // System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioSession.h
     20   AVF_EXPORT NSString *const AVAudioSessionInterruptionNotification NS_AVAILABLE_IOS(6_0);
     21   AVF_EXPORT NSString *const AVAudioSessionRouteChangeNotification NS_AVAILABLE_IOS(6_0);
     22   AVF_EXPORT NSString *const AVAudioSessionMediaServicesWereLostNotification NS_AVAILABLE_IOS(7_0);
     23   AVF_EXPORT NSString *const AVAudioSessionMediaServicesWereResetNotification NS_AVAILABLE_IOS(6_0);
     24   AVF_EXPORT NSString *const AVCaptureDeviceWasConnectedNotification NS_AVAILABLE(10_7, 4_0);
     25 
     26   // System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h
     27   AVF_EXPORT NSString *const AVCaptureDeviceWasDisconnectedNotification NS_AVAILABLE(10_7, 4_0);
     28   AVF_EXPORT NSString *const AVCaptureDeviceSubjectAreaDidChangeNotification NS_AVAILABLE_IOS(5_0);
     29 
     30   // System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h
     31   AVF_EXPORT NSString *const AVCaptureInputPortFormatDescriptionDidChangeNotification NS_AVAILABLE(10_7, 4_0);
     32 
     33   // System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h
     34   AVF_EXPORT NSString *const AVCaptureSessionRuntimeErrorNotification NS_AVAILABLE(10_7, 4_0);
     35   AVF_EXPORT NSString *const AVCaptureSessionDidStartRunningNotification NS_AVAILABLE(10_7, 4_0);
     36   AVF_EXPORT NSString *const AVCaptureSessionDidStopRunningNotification NS_AVAILABLE(10_7, 4_0);
     37   AVF_EXPORT NSString *const AVCaptureSessionWasInterruptedNotification NS_AVAILABLE_IOS(4_0);
     38   AVF_EXPORT NSString *const AVCaptureSessionInterruptionEndedNotification NS_AVAILABLE_IOS(4_0);
     39 
     40   // System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h
     41   AVF_EXPORT NSString *const AVPlayerItemTimeJumpedNotification             NS_AVAILABLE(10_7, 5_0);    // the item's current time has changed discontinuously
     42   AVF_EXPORT NSString *const AVPlayerItemDidPlayToEndTimeNotification      NS_AVAILABLE(10_7, 4_0);   // item has played to its end time
     43   AVF_EXPORT NSString *const AVPlayerItemFailedToPlayToEndTimeNotification NS_AVAILABLE(10_7, 4_3);   // item has failed to play to its end time
     44   AVF_EXPORT NSString *const AVPlayerItemPlaybackStalledNotification       NS_AVAILABLE(10_9, 6_0);    // media did not arrive in time to continue playback
     45   AVF_EXPORT NSString *const AVPlayerItemNewAccessLogEntryNotification     NS_AVAILABLE(10_9, 6_0);    // a new access log entry has been added
     46   AVF_EXPORT NSString *const AVPlayerItemNewErrorLogEntryNotification         NS_AVAILABLE(10_9, 6_0);    // a new error log entry has been added
     47 
     48   // System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManagerConstants.h
     49   CB_EXTERN NSString * const CBConnectPeripheralOptionNotifyOnNotificationKey NS_AVAILABLE(NA, 6_0);
     50 
     51   // System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h
     52   COREDATA_EXTERN NSString * const NSManagedObjectContextWillSaveNotification NS_AVAILABLE(10_5, 3_0);
     53   COREDATA_EXTERN NSString * const NSManagedObjectContextDidSaveNotification NS_AVAILABLE(10_4, 3_0);
     54   COREDATA_EXTERN NSString * const NSManagedObjectContextObjectsDidChangeNotification NS_AVAILABLE(10_4, 3_0);    
     55 
     56   // System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h
     57   COREDATA_EXTERN NSString * const NSPersistentStoreCoordinatorStoresWillChangeNotification NS_AVAILABLE(10_9, 7_0);
     58   COREDATA_EXTERN NSString * const NSPersistentStoreCoordinatorStoresDidChangeNotification NS_AVAILABLE(10_4, 3_0);    
     59   COREDATA_EXTERN NSString * const NSPersistentStoreCoordinatorWillRemoveStoreNotification NS_AVAILABLE(10_5, 3_0);    
     60   COREDATA_EXTERN NSString * const NSPersistentStoreDidImportUbiquitousContentChangesNotification NS_AVAILABLE(10_7, 5_0);
     61   MIDI_EXPORT extern NSString *const MIDINetworkNotificationContactsDidChange __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_4_2);
     62 
     63   // System/Library/Frameworks/CoreMIDI.framework/Headers/MIDINetworkSession.h
     64   MIDI_EXPORT extern NSString *const MIDINetworkNotificationSessionDidChange __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_4_2);
     65 
     66   // System/Library/Frameworks/CoreTelephony.framework/Headers/CTTelephonyNetworkInfo.h
     67   CORETELEPHONY_EXTERN NSString * const CTRadioAccessTechnologyDidChangeNotification __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_7_0);
     68 
     69   // System/Library/Frameworks/EventKit.framework/Headers/EKEventStore.h
     70   EVENTKIT_EXTERN NSString *const EKEventStoreChangedNotification __OSX_AVAILABLE_STARTING(__MAC_10_8,__IPHONE_4_0);
     71 
     72   // System/Library/Frameworks/ExternalAccessory.framework/Headers/EAAccessoryManager.h
     73   EA_EXTERN NSString *const EAAccessoryDidConnectNotification __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_3_0);
     74   EA_EXTERN NSString *const EAAccessoryDidDisconnectNotification __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_3_0);
     75 
     76   // System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h
     77   FOUNDATION_EXPORT NSString * const NSBundleDidLoadNotification;
     78 
     79   // System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h
     80   FOUNDATION_EXPORT NSString * const NSCalendarDayChangedNotification NS_AVAILABLE(10_9, __NSCALENDAR_COND_IOS_7_0);
     81   FOUNDATION_EXPORT NSString * const NSSystemClockDidChangeNotification NS_AVAILABLE(10_6, 4_0);
     82 
     83   // System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h
     84   FOUNDATION_EXPORT NSString * const NSFileHandleReadCompletionNotification;
     85   FOUNDATION_EXPORT NSString * const NSFileHandleReadToEndOfFileCompletionNotification;
     86   FOUNDATION_EXPORT NSString * const NSFileHandleConnectionAcceptedNotification;
     87   FOUNDATION_EXPORT NSString * const NSFileHandleDataAvailableNotification;
     88   FOUNDATION_EXPORT NSString * const NSFileHandleNotificationDataItem;
     89   FOUNDATION_EXPORT NSString * const NSFileHandleNotificationFileHandleItem;
     90   FOUNDATION_EXPORT NSString * const NSFileHandleNotificationMonitorModes NS_DEPRECATED(10_0, 10_7, 2_0, 5_0);
     91 
     92   // System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h
     93   extern NSString * const NSUbiquityIdentityDidChangeNotification NS_AVAILABLE(10_8, 6_0);
     94 
     95   // System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h
     96   FOUNDATION_EXPORT NSString * const NSHTTPCookieManagerAcceptPolicyChangedNotification;
     97   FOUNDATION_EXPORT NSString * const NSHTTPCookieManagerCookiesChangedNotification;
     98 
     99   // System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h
    100   FOUNDATION_EXPORT NSString *const NSKeyValueChangeNotificationIsPriorKey NS_AVAILABLE(10_5, 2_0);
    101 
    102   // System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h
    103   FOUNDATION_EXPORT NSString * const NSCurrentLocaleDidChangeNotification NS_AVAILABLE(10_5, 2_0);
    104 
    105   // System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h
    106   FOUNDATION_EXPORT NSString * const NSMetadataQueryDidStartGatheringNotification NS_AVAILABLE(10_4, 5_0);
    107   FOUNDATION_EXPORT NSString * const NSMetadataQueryGatheringProgressNotification NS_AVAILABLE(10_4, 5_0);
    108   FOUNDATION_EXPORT NSString * const NSMetadataQueryDidFinishGatheringNotification NS_AVAILABLE(10_4, 5_0);
    109   FOUNDATION_EXPORT NSString * const NSMetadataQueryDidUpdateNotification NS_AVAILABLE(10_4, 5_0);
    110 
    111   // System/Library/Frameworks/Foundation.framework/Headers/NSPort.h
    112   FOUNDATION_EXPORT NSString * const NSPortDidBecomeInvalidNotification;
    113 
    114   // System/Library/Frameworks/Foundation.framework/Headers/NSThread.h
    115   FOUNDATION_EXPORT NSString * const NSWillBecomeMultiThreadedNotification;
    116   FOUNDATION_EXPORT NSString * const NSDidBecomeSingleThreadedNotification;
    117   FOUNDATION_EXPORT NSString * const NSThreadWillExitNotification;
    118 
    119   // System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h
    120   FOUNDATION_EXPORT NSString * const NSSystemTimeZoneDidChangeNotification NS_AVAILABLE(10_5, 2_0);
    121 
    122   // System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h
    123   FOUNDATION_EXPORT NSString * const NSUbiquitousKeyValueStoreDidChangeExternallyNotification NS_AVAILABLE(10_7, 5_0);
    124 
    125   // System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h
    126   FOUNDATION_EXPORT NSString * const NSUndoManagerCheckpointNotification NS_AVAILABLE(10_0, 3_0);
    127   FOUNDATION_EXPORT NSString * const NSUndoManagerWillUndoChangeNotification NS_AVAILABLE(10_0, 3_0);
    128   FOUNDATION_EXPORT NSString * const NSUndoManagerWillRedoChangeNotification NS_AVAILABLE(10_0, 3_0);
    129   FOUNDATION_EXPORT NSString * const NSUndoManagerDidUndoChangeNotification NS_AVAILABLE(10_0, 3_0);
    130   FOUNDATION_EXPORT NSString * const NSUndoManagerDidRedoChangeNotification NS_AVAILABLE(10_0, 3_0);
    131   FOUNDATION_EXPORT NSString * const NSUndoManagerDidOpenUndoGroupNotification NS_AVAILABLE(10_0, 3_0);
    132   FOUNDATION_EXPORT NSString * const NSUndoManagerWillCloseUndoGroupNotification NS_AVAILABLE(10_0, 3_0);
    133   FOUNDATION_EXPORT NSString * const NSUndoManagerDidCloseUndoGroupNotification NS_AVAILABLE(10_7, 5_0);
    134 
    135   // System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h
    136   FOUNDATION_EXPORT NSString *const NSURLCredentialStorageChangedNotification;
    137 
    138   // System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h
    139   FOUNDATION_EXPORT NSString * const NSUserDefaultsDidChangeNotification;
    140 
    141   // System/Library/Frameworks/GameController.framework/Headers/GCController.h
    142   GAMECONTROLLER_EXTERN NSString *const GCControllerDidConnectNotification;
    143   GAMECONTROLLER_EXTERN NSString *const GCControllerDidDisconnectNotification;
    144 
    145   // System/Library/Frameworks/GameKit.framework/Headers/GKLocalPlayer.h
    146   GK_EXTERN NSString *GKPlayerAuthenticationDidChangeNotificationName __OSX_AVAILABLE_STARTING(__MAC_10_8,__IPHONE_4_1);
    147   // System/Library/Frameworks/GameKit.framework/Headers/GKPlayer.h
    148   GK_EXTERN_WEAK NSString *GKPlayerDidChangeNotificationName;
    149   // System/Library/Frameworks/MapKit.framework/Headers/MKAnnotationView.h
    150   MK_EXTERN NSString * const MKAnnotationCalloutInfoDidChangeNotification;
    151 
    152   // System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaLibrary.h:
    153   MP_EXTERN NSString *const MPMediaLibraryDidChangeNotification;
    154 
    155   // System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaPlayback.h
    156   MP_EXTERN NSString *const MPMediaPlaybackIsPreparedToPlayDidChangeNotification NS_AVAILABLE_IOS(3_2);
    157 
    158   // System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h
    159   MP_EXTERN NSString *const MPMoviePlayerScalingModeDidChangeNotification;
    160   MP_EXTERN NSString *const MPMoviePlayerPlaybackDidFinishNotification;
    161   MP_EXTERN NSString *const MPMoviePlayerPlaybackStateDidChangeNotification NS_AVAILABLE_IOS(3_2);
    162   MP_EXTERN NSString *const MPMoviePlayerLoadStateDidChangeNotification NS_AVAILABLE_IOS(3_2);
    163   MP_EXTERN NSString *const MPMoviePlayerNowPlayingMovieDidChangeNotification NS_AVAILABLE_IOS(3_2);
    164   MP_EXTERN NSString *const MPMoviePlayerWillEnterFullscreenNotification NS_AVAILABLE_IOS(3_2);
    165   MP_EXTERN NSString *const MPMoviePlayerDidEnterFullscreenNotification NS_AVAILABLE_IOS(3_2);
    166   MP_EXTERN NSString *const MPMoviePlayerWillExitFullscreenNotification NS_AVAILABLE_IOS(3_2);
    167   MP_EXTERN NSString *const MPMoviePlayerDidExitFullscreenNotification NS_AVAILABLE_IOS(3_2);
    168   MP_EXTERN NSString *const MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification NS_AVAILABLE_IOS(5_0);
    169   MP_EXTERN NSString *const MPMoviePlayerReadyForDisplayDidChangeNotification NS_AVAILABLE_IOS(6_0);
    170   MP_EXTERN NSString *const MPMovieMediaTypesAvailableNotification NS_AVAILABLE_IOS(3_2);
    171   MP_EXTERN NSString *const MPMovieSourceTypeAvailableNotification NS_AVAILABLE_IOS(3_2); // Posted if the movieSourceType is MPMovieSourceTypeUnknown when preparing for playback.
    172   MP_EXTERN NSString *const MPMovieDurationAvailableNotification NS_AVAILABLE_IOS(3_2);
    173   MP_EXTERN NSString *const MPMovieNaturalSizeAvailableNotification NS_AVAILABLE_IOS(3_2);
    174   MP_EXTERN NSString *const MPMoviePlayerThumbnailImageRequestDidFinishNotification NS_AVAILABLE_IOS(3_2);
    175   MP_EXTERN NSString *const MPMoviePlayerTimedMetadataUpdatedNotification NS_AVAILABLE_IOS(4_0);
    176   MP_EXTERN NSString *const MPMoviePlayerContentPreloadDidFinishNotification NS_DEPRECATED_IOS(2_0, 3_2);
    177   MP_EXTERN NSString *const MPMusicPlayerControllerPlaybackStateDidChangeNotification;
    178   MP_EXTERN NSString *const MPMusicPlayerControllerNowPlayingItemDidChangeNotification;
    179   MP_EXTERN NSString *const MPMusicPlayerControllerVolumeDidChangeNotification;
    180 
    181   // System/Library/Frameworks/MediaPlayer.framework/Headers/MPVolumeView.h
    182   MP_EXTERN NSString *const MPVolumeViewWirelessRoutesAvailableDidChangeNotification NS_AVAILABLE_IOS(7_0);
    183   MP_EXTERN NSString *const MPVolumeViewWirelessRouteActiveDidChangeNotification NS_AVAILABLE_IOS(7_0);
    184 
    185   // System/Library/Frameworks/MessageUI.framework/Headers/MFMessageComposeViewController.h
    186   extern NSString *const MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0);
    187 
    188   // System/Library/Frameworks/NewsstandKit.framework/Headers/NKIssue.h
    189   extern NSString *const NKIssueDownloadCompletedNotification;
    190 
    191   // System/Library/Frameworks/PassKit.framework/Headers/PKPassLibrary.h
    192   extern NSString *const PKPassLibraryDidChangeNotification NS_AVAILABLE_IOS(6_0);
    193 
    194   // System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h
    195   UIKIT_EXTERN NSString * const NSTextStorageWillProcessEditingNotification NS_AVAILABLE_IOS(7_0);
    196   UIKIT_EXTERN NSString * const NSTextStorageDidProcessEditingNotification NS_AVAILABLE_IOS(7_0);
    197 
    198   // System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h
    199   UIKIT_EXTERN NSString *const UIAccessibilityMonoAudioStatusDidChangeNotification NS_AVAILABLE_IOS(5_0);
    200   UIKIT_EXTERN NSString *const UIAccessibilityClosedCaptioningStatusDidChangeNotification NS_AVAILABLE_IOS(5_0);
    201   UIKIT_EXTERN NSString *const UIAccessibilityInvertColorsStatusDidChangeNotification NS_AVAILABLE_IOS(6_0);
    202   UIKIT_EXTERN NSString *const UIAccessibilityGuidedAccessStatusDidChangeNotification NS_AVAILABLE_IOS(6_0);
    203 
    204   // System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h
    205   UIKIT_EXTERN NSString *const UIAccessibilityAnnouncementDidFinishNotification NS_AVAILABLE_IOS(6_0);
    206 
    207   // System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h
    208   UIKIT_EXTERN NSString *const UIApplicationDidEnterBackgroundNotification       NS_AVAILABLE_IOS(4_0);
    209   UIKIT_EXTERN NSString *const UIApplicationWillEnterForegroundNotification      NS_AVAILABLE_IOS(4_0);
    210   UIKIT_EXTERN NSString *const UIApplicationDidFinishLaunchingNotification;
    211   UIKIT_EXTERN NSString *const UIApplicationDidBecomeActiveNotification;
    212   UIKIT_EXTERN NSString *const UIApplicationWillResignActiveNotification;
    213   UIKIT_EXTERN NSString *const UIApplicationDidReceiveMemoryWarningNotification;
    214   UIKIT_EXTERN NSString *const UIApplicationWillTerminateNotification;
    215   UIKIT_EXTERN NSString *const UIApplicationSignificantTimeChangeNotification;
    216   UIKIT_EXTERN NSString *const UIApplicationWillChangeStatusBarOrientationNotification; // userInfo contains NSNumber with new orientation
    217   UIKIT_EXTERN NSString *const UIApplicationDidChangeStatusBarOrientationNotification;  // userInfo contains NSNumber with old orientation
    218   UIKIT_EXTERN NSString *const UIApplicationWillChangeStatusBarFrameNotification;       // userInfo contains NSValue with new frame
    219   UIKIT_EXTERN NSString *const UIApplicationDidChangeStatusBarFrameNotification;        // userInfo contains NSValue with old frame
    220   UIKIT_EXTERN NSString *const UIApplicationBackgroundRefreshStatusDidChangeNotification NS_AVAILABLE_IOS(7_0);
    221   UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsRemoteNotificationKey    NS_AVAILABLE_IOS(3_0); // userInfo contains NSDictionary with payload
    222   UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsLocalNotificationKey     NS_AVAILABLE_IOS(4_0); // userInfo contains a UILocalNotification
    223   UIKIT_EXTERN NSString *const UIContentSizeCategoryDidChangeNotification NS_AVAILABLE_IOS(7_0); // userInfo dictionary will contain new value for UIContentSizeCategoryNewValueKey
    224   UIKIT_EXTERN NSString *const UIApplicationUserDidTakeScreenshotNotification NS_AVAILABLE_IOS(7_0);
    225 
    226   // System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h
    227   UIKIT_EXTERN NSString *const UIDeviceOrientationDidChangeNotification;
    228   UIKIT_EXTERN NSString *const UIDeviceBatteryStateDidChangeNotification   NS_AVAILABLE_IOS(3_0);
    229   UIKIT_EXTERN NSString *const UIDeviceBatteryLevelDidChangeNotification   NS_AVAILABLE_IOS(3_0);
    230   UIKIT_EXTERN NSString *const UIDeviceProximityStateDidChangeNotification NS_AVAILABLE_IOS(3_0);
    231 
    232   // System/Library/Frameworks/UIKit.framework/Headers/UIDocument.h
    233   UIKIT_EXTERN NSString *const UIDocumentStateChangedNotification NS_AVAILABLE_IOS(5_0);
    234 
    235   // System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h
    236   UIKIT_EXTERN NSString *const UILocalNotificationDefaultSoundName NS_AVAILABLE_IOS(4_0);
    237 
    238   // System/Library/Frameworks/UIKit.framework/Headers/UIMenuController.h
    239   UIKIT_EXTERN NSString *const UIMenuControllerWillShowMenuNotification;
    240   UIKIT_EXTERN NSString *const UIMenuControllerDidShowMenuNotification;
    241   UIKIT_EXTERN NSString *const UIMenuControllerWillHideMenuNotification;
    242   UIKIT_EXTERN NSString *const UIMenuControllerDidHideMenuNotification;
    243   UIKIT_EXTERN NSString *const UIMenuControllerMenuFrameDidChangeNotification;
    244 
    245   // System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h
    246   UIKIT_EXTERN NSString *const UIPasteboardChangedNotification;
    247   UIKIT_EXTERN NSString *const UIPasteboardRemovedNotification;
    248 
    249   // System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h
    250   UIKIT_EXTERN NSString *const UIScreenDidConnectNotification NS_AVAILABLE_IOS(3_2);
    251   UIKIT_EXTERN NSString *const UIScreenDidDisconnectNotification NS_AVAILABLE_IOS(3_2);
    252   UIKIT_EXTERN NSString *const UIScreenModeDidChangeNotification NS_AVAILABLE_IOS(3_2);
    253   UIKIT_EXTERN NSString *const UIScreenBrightnessDidChangeNotification NS_AVAILABLE_IOS(5_0);
    254 
    255   // System/Library/Frameworks/UIKit.framework/Headers/UITableView.h
    256   UIKIT_EXTERN NSString *const UITableViewSelectionDidChangeNotification;
    257 
    258   // System/Library/Frameworks/UIKit.framework/Headers/UITextField.h
    259   UIKIT_EXTERN NSString *const UITextFieldTextDidBeginEditingNotification;
    260   UIKIT_EXTERN NSString *const UITextFieldTextDidEndEditingNotification;
    261   UIKIT_EXTERN NSString *const UITextFieldTextDidChangeNotification;
    262 
    263   // System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h
    264   UIKIT_EXTERN NSString *const UITextInputCurrentInputModeDidChangeNotification NS_AVAILABLE_IOS(4_2);
    265 
    266   // System/Library/Frameworks/UIKit.framework/Headers/UITextView.h
    267   UIKIT_EXTERN NSString * const UITextViewTextDidBeginEditingNotification;
    268   UIKIT_EXTERN NSString * const UITextViewTextDidChangeNotification;
    269   UIKIT_EXTERN NSString * const UITextViewTextDidEndEditingNotification;
    270 
    271   // System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h
    272   UIKIT_EXTERN NSString *const UIWindowDidBecomeVisibleNotification; // nil
    273   UIKIT_EXTERN NSString *const UIWindowDidBecomeHiddenNotification;  // nil
    274   UIKIT_EXTERN NSString *const UIWindowDidBecomeKeyNotification;     // nil
    275   UIKIT_EXTERN NSString *const UIWindowDidResignKeyNotification;     // nil
    276   UIKIT_EXTERN NSString *const UIKeyboardWillShowNotification;
    277   UIKIT_EXTERN NSString *const UIKeyboardDidShowNotification; 
    278   UIKIT_EXTERN NSString *const UIKeyboardWillHideNotification; 
    279   UIKIT_EXTERN NSString *const UIKeyboardDidHideNotification;
    280   UIKIT_EXTERN NSString *const UIKeyboardWillChangeFrameNotification  NS_AVAILABLE_IOS(5_0);
  • 相关阅读:
    基于XMPP实现的Openfire的配置安装+Android客户端的实现
    Android之基于XMPP协议即时通讯软件
    【Android XMPP】 学习资料收集贴(持续更新)
    R-ArcGIS探秘(1)安装以及Sample执行
    如何打造新媒体微营销平台
    29淘宝论坛推广技巧
    win10 UWP button
    Tomcat 6.x Perm区内存泄露问题
    Android WebView开发常见问题
    创建类模式大PK(总结)
  • 原文地址:https://www.cnblogs.com/741162830qq/p/4938652.html
Copyright © 2020-2023  润新知