Skip to content

Instantly share code, notes, and snippets.

@OdNairy
Created June 13, 2016 21:38
Show Gist options
  • Save OdNairy/a362f6c698e439af184822718024001a to your computer and use it in GitHub Desktop.
Save OdNairy/a362f6c698e439af184822718024001a to your computer and use it in GitHub Desktop.
iOS 10 only APIs
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h:- (BOOL)setCategory:(NSString *)category mode:(NSString *)mode options:(AVAudioSessionCategoryOptions)options error:(NSError **)outError NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h:@property(readonly) BOOL hasHardwareVoiceCallProcessing NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVSpeechSynthesis.h:AVF_EXPORT NSString *const AVSpeechSynthesisIPANotationAttribute NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVSpeechSynthesis.h:+ (instancetype)speechUtteranceWithAttributedString:(NSAttributedString *)string NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVSpeechSynthesis.h:- (instancetype)initWithAttributedString:(NSAttributedString *)string NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVSpeechSynthesis.h:@property(nonatomic, readonly) NSAttributedString *attributedSpeechString NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVSpeechSynthesis.h:@property(nonatomic, retain, nullable) NSArray<AVAudioSessionChannelDescription *> *outputChannels NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVAsset.h:AVF_EXPORT NSString *const AVURLAssetAllowsCellularAccessKey NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVAssetDownloadTask.h:- (void)URLSession:(NSURLSession *)session assetDownloadTask:(AVAssetDownloadTask *)assetDownloadTask didFinishDownloadingToURL:(NSURL *)location NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVAssetDownloadTask.h:- (nullable AVAssetDownloadTask *)assetDownloadTaskWithURLAsset:(AVURLAsset *)URLAsset assetTitle:(NSString *)title assetArtworkData:(nullable NSData *)artworkData options:(nullable NSDictionary<NSString *, id> *)options NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVCaptureDevice.h:@property(nonatomic) AVCaptureColorSpace activeColorSpace NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVCaptureDevice.h:@property(nonatomic, readonly) NSArray<NSNumber *> *supportedColorSpaces NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVCaptureFileOutput.h:@property(nonatomic, readonly) NSArray *availableVideoCodecTypes NS_AVAILABLE_IOS(10_0);
./AVFoundation.framework/Headers/AVCaptureSession.h:@property(nonatomic) BOOL automaticallyConfiguresCaptureDeviceForWideColor NS_AVAILABLE_IOS(10_0);
./AVKit.framework/Headers/AVPlayerViewController.h:@property (nonatomic) BOOL updatesNowPlayingInfoCenter NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPContentItem.h:@property (nonatomic, assign, getter = isStreamingContent) BOOL streamingContent NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPContentItem.h:@property (nonatomic, assign, getter = isExplicitContent) BOOL explicitContent NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h:@property (nonatomic, readonly, getter = isExplicitItem) BOOL explicitItem NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h:- (instancetype)initWithBoundsSize:(CGSize)boundsSize requestHandler:(UIImage *(^)(CGSize size))requestHandler NS_DESIGNATED_INITIALIZER NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:} NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:MP_EXTERN NSString *const MPNowPlayingInfoPropertyIsLiveStream NS_AVAILABLE_IOS(10_0); // NSNumber (BOOL)
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:MP_EXTERN NSString *const MPNowPlayingInfoPropertyExternalContentIdentifier NS_AVAILABLE_IOS(10_0); // NSString
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:MP_EXTERN NSString *const MPNowPlayingInfoPropertyExternalUserProfileIdentifier NS_AVAILABLE_IOS(10_0); // NSString
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:MP_EXTERN NSString *const MPNowPlayingInfoPropertyPlaybackProgress NS_AVAILABLE_IOS(10_0); // NSNumber (float)
./MediaPlayer.framework/Headers/MPNowPlayingInfoCenter.h:MP_EXTERN NSString *const MPNowPlayingInfoPropertyMediaType NS_AVAILABLE_IOS(10_0); // NSNumber (MPNowPlayingInfoMediaType)
./MediaPlayer.framework/Headers/MPPlayableContentDataSource.h:- (void)contentItemForIdentifier:(NSString *)identifier completionHandler:(void(^)(MPContentItem *__nullable, NSError * __nullable))completionHandler NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPPlayableContentManager.h:@property (nonatomic, strong) NSArray<NSString *> *nowPlayingIdentifiers NS_AVAILABLE_IOS(10_0);
./Metal.framework/Headers/MTLRenderCommandEncoder.h:- (void)updateFence:(id <MTLFence>)fence afterStages:(MTLRenderStages)stages NS_AVAILABLE_IOS(10_0);
./Metal.framework/Headers/MTLRenderCommandEncoder.h:- (void)waitForFence:(id <MTLFence>)fence beforeStages:(MTLRenderStages)stages NS_AVAILABLE_IOS(10_0);
./NotificationCenter.framework/Headers/NCWidgetProviding.h:+ (UIVibrancyEffect *)widgetPrimaryVibrancyEffect NS_AVAILABLE_IOS(10_0); // For use with select supporting text and glyphs.
./NotificationCenter.framework/Headers/NCWidgetProviding.h:+ (UIVibrancyEffect *)widgetSecondaryVibrancyEffect NS_AVAILABLE_IOS(10_0); // For use with select supporting text and glyphs where further diminution is required.
./NotificationCenter.framework/Headers/NCWidgetProviding.h:@property (nonatomic, assign) NCWidgetDisplayMode widgetLargestAvailableDisplayMode NS_AVAILABLE_IOS(10_0);
./NotificationCenter.framework/Headers/NCWidgetProviding.h:@property (nonatomic, assign, readonly) NCWidgetDisplayMode widgetActiveDisplayMode NS_AVAILABLE_IOS(10_0);
./NotificationCenter.framework/Headers/NCWidgetProviding.h:- (CGSize)widgetMaximumSizeForDisplayMode:(NCWidgetDisplayMode)displayMode NS_AVAILABLE_IOS(10_0);
./PassKit.framework/Headers/PKConstants.h:extern NSString * const PKEncryptionSchemeRSA_V2 NS_AVAILABLE_IOS(10_0);
./PassKit.framework/Headers/PKPassLibrary.h:- (void)presentPaymentPass:(PKPaymentPass *)pass __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./Photos.framework/Headers/PHContentEditingInput.h:@property (readonly, strong, nullable) PHLivePhoto *livePhoto NS_AVAILABLE_IOS(10_0);
./QuickLook.framework/Headers/QLPreviewController.h:- (UIView* _Nullable)previewController:(QLPreviewController *)controller transitionViewForPreviewItem:(id <QLPreviewItem>)item NS_AVAILABLE_IOS(10_0);
./ReplayKit.framework/Headers/RPScreenRecorder.h:- (void)startRecordingWithHandler:(nullable void(^)(NSError * __nullable error))handler NS_AVAILABLE_IOS(10_0);
./SafariServices.framework/Headers/SFContentBlockerManager.h:+ (void)getStateOfContentBlockerWithIdentifier:(NSString *)identifier completionHandler:(void (^)(SFContentBlockerState *_Nullable state, NSError *_Nullable error))completionHandler NS_AVAILABLE_IOS(10_0);
./SafariServices.framework/Headers/SFSafariViewController.h:@property (nonatomic, readonly, copy) SFSafariViewControllerConfiguration *configuration NS_AVAILABLE_IOS(10_0);
./SafariServices.framework/Headers/SFSafariViewController.h:- (instancetype)initWithURL:(NSURL *)URL configuration:(SFSafariViewControllerConfiguration *)configuration NS_DESIGNATED_INITIALIZER NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibility.h:UIKIT_EXTERN BOOL UIAccessibilityIsAssistiveTouchRunning(void) NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibility.h:UIKIT_EXTERN NSString *const UIAccessibilityAssistiveTouchStatusDidChangeNotification NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibility.h:UIKIT_EXTERN UIAccessibilityHearingDeviceEar UIAccessibilityHearingDevicePairedEar(void) NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibility.h:UIKIT_EXTERN NSString *const UIAccessibilityHearingDevicePairedEarDidChangeNotification NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibilityConstants.h:UIKIT_EXTERN UIAccessibilityTraits UIAccessibilityTraitTabBar NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibilityCustomRotor.h:@property (nonatomic, retain, nullable) NSArray<UIAccessibilityCustomRotor *> *accessibilityCustomRotors NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIAccessibilityElement.h:@property (nonatomic, assign) CGRect accessibilityFrameInContainerSpace NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIApplication.h:- (void) application:(UIApplication *)application userAcceptedCloudKitShareWithMetadata:(CKShareMetadata *)cloudKitShareMetadata NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIApplication.h:UIKIT_EXTERN NSString *const UIContentSizeCategoryUnspecified NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UICollectionView.h:- (void)collectionView:(UICollectionView *)collectionView prefetchItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UICollectionView.h:- (void)collectionView:(UICollectionView *)collectionView cancelPrefetchingForItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UICollectionView.h:@property (nonatomic, weak, nullable) id<UICollectionViewDataSourcePrefetching> prefetchDataSource NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UICollectionView.h:@property (nonatomic, getter=isPrefetchingEnabled) BOOL prefetchingEnabled NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UICollectionViewFlowLayout.h:UIKIT_EXTERN const CGSize UICollectionViewFlowLayoutAutomaticSize NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIColor.h:+ (UIColor *)colorWithDisplayP3Red:(CGFloat)displayP3Red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIColor.h:- (UIColor *)initWithDisplayP3Red:(CGFloat)displayP3Red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIFocus.h:@property (nonatomic, weak, readonly, nullable) id<UIFocusItem> previouslyFocusedItem NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIFocus.h:@property (nonatomic, weak, readonly, nullable) id<UIFocusItem> nextFocusedItem NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIFocusGuide.h:@property (nonatomic, copy, null_resettable) NSArray<id<UIFocusEnvironment>> *preferredFocusEnvironments NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIFont.h:+ (UIFont *)preferredFontForTextStyle:(NSString *)style compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIFontDescriptor.h:+ (UIFontDescriptor *)preferredFontDescriptorWithTextStyle:(NSString *)style compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsImageRenderer.h:typedef void (^UIGraphicsImageDrawingActions)(UIGraphicsImageRendererContext *rendererContext) NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsPDFRenderer.h:typedef void (^UIGraphicsPDFDrawingActions)(UIGraphicsPDFRendererContext *rendererContext) NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsRendererSubclass.h:typedef void (^UIGraphicsDrawingActions)(__kindof UIGraphicsRendererContext *rendererContext) NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsRendererSubclass.h:+ (Class)rendererContextClass NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsRendererSubclass.h:+ (nullable CGContextRef)contextWithFormat:(UIGraphicsRendererFormat *)format CF_RETURNS_RETAINED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsRendererSubclass.h:+ (void)prepareCGContext:(CGContextRef)context withRendererContext:(UIGraphicsRendererContext *)rendererContext NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIGraphicsRendererSubclass.h:- (BOOL)runDrawingActions:(NS_NOESCAPE UIGraphicsDrawingActions)drawingActions completionActions:(nullable NS_NOESCAPE UIGraphicsDrawingActions)completionActions error:(NSError **)error NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIImage.h:@property (nonatomic, readonly) UIGraphicsImageRendererFormat *imageRendererFormat NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIInputViewController.h:@property (nullable, nonatomic, readonly) UITextInputMode *documentInputMode NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIInputViewController.h:- (void)handleInputModeListFromView:(nonnull UIView *)view withEvent:(nonnull UIEvent *)event NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:typedef NSString * UIPasteboardOption NS_EXTENSIBLE_STRING_ENUM NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:- (void)setItems:(NSArray<NSDictionary<NSString *, id> *> *)items options:(NSDictionary<UIPasteboardOption, id> *)options NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:@property (nonatomic, readonly) BOOL hasStrings __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:@property (nonatomic, readonly) BOOL hasURLs __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:@property (nonatomic, readonly) BOOL hasImages __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:@property (nonatomic, readonly) BOOL hasColors __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIPasteboard.h:UIKIT_EXTERN NSString * const UIPasteboardTypeAutomatic __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIScreen.h:@property (nullable, nonatomic, weak, readonly) id<UIFocusItem> focusedItem NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITableView.h:@property (nonatomic, weak) id<UITableViewDataSourcePrefetching> prefetchDataSource NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:@property(nonatomic,copy) NSString *textContentType NS_AVAILABLE_IOS(10_0); // default is nil
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeNamePrefix NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeGivenName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeMiddleName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeFamilyName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeNameSuffix NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeNickname NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeJobTitle NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeOrganizationName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeLocation NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeFullStreetAddress NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeStreetAddressLine1 NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeStreetAddressLine2 NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeAddressCity NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeAddressState NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeAddressCityAndState NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeSublocality NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeCountryName NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypePostalCode NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeTelephoneNumber NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeEmailAddress NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeURL NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextInputTraits.h:UIKIT_EXTERN NSString *const UITextContentTypeCreditCardNumber NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextView.h:- (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITextView.h:- (BOOL)textView:(UITextView *)textView shouldInteractWithTextAttachment:(NSTextAttachment *)textAttachment inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITraitCollection.h:+ (UITraitCollection *)traitCollectionWithPreferredContentSizeCategory:(NSString *)preferredContentSizeCategory NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITraitCollection.h:@property (nonatomic, copy, readonly) NSString *preferredContentSizeCategory NS_AVAILABLE_IOS(10_0); // unspecified: UIContentSizeCategoryUnspecified
./UIKit.framework/Headers/UITraitCollection.h:+ (UITraitCollection *)traitCollectionWithDisplayGamut:(UIDisplayGamut)displayGamut NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UITraitCollection.h:@property (nonatomic, readonly) UIDisplayGamut displayGamut NS_AVAILABLE_IOS(10_0); // unspecified: UIDisplayGamutUnspecified
./UIKit.framework/Headers/UIView.h:+ (UIUserInterfaceLayoutDirection)userInterfaceLayoutDirectionForSemanticContentAttribute:(UISemanticContentAttribute)semanticContentAttribute relativeToLayoutDirection:(UIUserInterfaceLayoutDirection)layoutDirection NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIView.h:@property (readonly, nonatomic) UIUserInterfaceLayoutDirection effectiveUserInterfaceLayoutDirection NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIView.h:- (NSArray<__kindof NSLayoutConstraint *> *)constraintsAffectingLayoutForAxis:(UILayoutConstraintAxis)axis NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIView.h:- (BOOL)hasAmbiguousLayout NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewController.h:@property (nonatomic) BOOL restoresFocusAfterTransition NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:@property(nonatomic,readonly) BOOL isInterruptible NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:- (void)notifyWhenInteractionChangesUsingBlock: (void (^)(id <UIViewControllerTransitionCoordinatorContext>context))handler NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:- (void)pauseInteractiveTransition NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:- (nullable id <UIViewImplicitlyAnimating>) interruptibleAnimatorForTransition:(nullable id <UIViewControllerContextTransitioning>)transitionContext NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:@property (nonatomic, readonly) BOOL wantsInteractiveStart NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:@property (nullable, nonatomic, strong)id <UITimingCurveProvider> timingCurve NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:@property (nonatomic) BOOL wantsInteractiveStart NS_AVAILABLE_IOS(10_0);
./UIKit.framework/Headers/UIViewControllerTransitioning.h:- (void)pauseInteractiveTransition NS_AVAILABLE_IOS(10_0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment