Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
iOS-SDKs/iPhoneOS13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3111 lines (3111 sloc)
121 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file is a superset of the apinotes containing UIKitCore and UIKitCore Clients (Sharing and DocumentManager) | |
| # Any changes not involving a UIKitCore clients API should be mirrored in UIKitCore.apinotes. | |
| # | |
| # Swift 3 specific notes are at the end of the file. | |
| # The following are notes applicable to Swift 3 and Swift 4. | |
| # | |
| --- | |
| Name: UIKit | |
| Classes: | |
| - Name: NSDiffableDataSourceSnapshot | |
| SwiftName: NSDiffableDataSourceSnapshotReference | |
| SwiftImportAsNonGeneric: true | |
| - Name: UICollectionViewDiffableDataSource | |
| SwiftName: UICollectionViewDiffableDataSourceReference | |
| SwiftImportAsNonGeneric: true | |
| - Name: UITableViewDiffableDataSource | |
| SwiftName: UITableViewDiffableDataSourceReference | |
| SwiftImportAsNonGeneric: true | |
| - Name: NSCollectionLayoutDimension | |
| Methods: | |
| - Selector: "fractionalWidthDimension:" | |
| MethodKind: Class | |
| SwiftName: fractionalWidth(_:) | |
| - Selector: "fractionalHeightDimension:" | |
| MethodKind: Class | |
| SwiftName: fractionalHeight(_:) | |
| - Selector: "absoluteDimension:" | |
| MethodKind: Class | |
| SwiftName: absolute(_:) | |
| - Selector: "estimatedDimension:" | |
| MethodKind: Class | |
| SwiftName: estimated(_:) | |
| - Name: NSCollectionLayoutGroup | |
| Methods: | |
| - Selector: "horizontalGroupWithLayoutSize:subitem:count:" | |
| MethodKind: Class | |
| SwiftName: horizontal(layoutSize:subitem:count:) | |
| - Selector: "horizontalGroupWithLayoutSize:subitems:" | |
| MethodKind: Class | |
| SwiftName: horizontal(layoutSize:subitems:) | |
| - Selector: "verticalGroupWithLayoutSize:subitem:count:" | |
| MethodKind: Class | |
| SwiftName: vertical(layoutSize:subitem:count:) | |
| - Selector: "verticalGroupWithLayoutSize:subitems:" | |
| MethodKind: Class | |
| SwiftName: vertical(layoutSize:subitems:) | |
| - Selector: "customGroupWithLayoutSize:itemProvider:" | |
| MethodKind: Class | |
| SwiftName: custom(layoutSize:itemProvider:) | |
| - Name: NSCollectionLayoutSection | |
| Methods: | |
| - Selector: "sectionWithGroup:" | |
| MethodKind: Class | |
| SwiftName: init(group:) | |
| - Name: NSCollectionLayoutSpacing | |
| Methods: | |
| - Selector: "flexibleSpacing:" | |
| MethodKind: Class | |
| SwiftName: flexible(_:) | |
| - Selector: "fixedSpacing:" | |
| MethodKind: Class | |
| SwiftName: fixed(_:) | |
| Properties: | |
| - Name: isFlexibleSpacing | |
| PropertyKind: Instance | |
| SwiftName: isFlexible | |
| - Name: isFixedSpacing | |
| PropertyKind: Instance | |
| SwiftName: isFixed | |
| - Name: NSCollectionLayoutEdgeSpacing | |
| Methods: | |
| - Selector: "spacingForLeading:top:trailing:bottom:" | |
| MethodKind: Class | |
| SwiftName: init(leading:top:trailing:bottom:) | |
| - Name: NSCollectionLayoutDecorationItem | |
| Methods: | |
| - Selector: "backgroundDecorationItemWithElementKind:" | |
| MethodKind: Class | |
| SwiftName: background(elementKind:) | |
| - Name: UIActivityIndicatorView | |
| Methods: | |
| - Selector: "initWithActivityIndicatorStyle:" | |
| MethodKind: Instance | |
| SwiftName: init(style:) | |
| Properties: | |
| - Name: activityIndicatorViewStyle | |
| PropertyKind: Instance | |
| SwiftName: style | |
| - Name: UIBezierPath | |
| Methods: | |
| - Selector: 'reversing' | |
| SwiftName: 'reversed' | |
| MethodKind: Instance | |
| - Name: UIPrintInfo | |
| Methods: | |
| - Selector: printInfo | |
| MethodKind: Class | |
| SwiftName: 'printInfo()' | |
| - Name: UIPrintInteractionController | |
| Properties: | |
| - Name: 'sharedPrintController' | |
| SwiftName: shared | |
| - Name: NSLayoutAnchor | |
| Methods: | |
| - Selector: 'constraintEqualToAnchor:' | |
| SwiftName: constraint(equalTo:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToAnchor:' | |
| SwiftName: constraint(greaterThanOrEqualTo:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToAnchor:' | |
| SwiftName: constraint(lessThanOrEqualTo:) | |
| MethodKind: Instance | |
| - Selector: 'constraintEqualToAnchor:constant:' | |
| SwiftName: constraint(equalTo:constant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToAnchor:constant:' | |
| SwiftName: constraint(greaterThanOrEqualTo:constant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToAnchor:constant:' | |
| SwiftName: constraint(lessThanOrEqualTo:constant:) | |
| MethodKind: Instance | |
| - Name: NSLayoutXAxisAnchor | |
| Methods: | |
| - Selector: 'constraintEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraint(equalToSystemSpacingAfter:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraint(greaterThanOrEqualToSystemSpacingAfter:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraint(lessThanOrEqualToSystemSpacingAfter:multiplier:) | |
| MethodKind: Instance | |
| - Name: NSLayoutYAxisAnchor | |
| Methods: | |
| - Selector: 'constraintEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraint(equalToSystemSpacingBelow:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraint(greaterThanOrEqualToSystemSpacingBelow:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraint(lessThanOrEqualToSystemSpacingBelow:multiplier:) | |
| MethodKind: Instance | |
| - Name: NSLayoutDimension | |
| Methods: | |
| - Selector: 'constraintEqualToConstant:' | |
| SwiftName: constraint(equalToConstant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToConstant:' | |
| SwiftName: constraint(greaterThanOrEqualToConstant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToConstant:' | |
| SwiftName: constraint(lessThanOrEqualToConstant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintEqualToAnchor:multiplier:' | |
| SwiftName: constraint(equalTo:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToAnchor:multiplier:' | |
| SwiftName: constraint(greaterThanOrEqualTo:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToAnchor:multiplier:' | |
| SwiftName: constraint(lessThanOrEqualTo:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintEqualToAnchor:multiplier:constant:' | |
| SwiftName: constraint(equalTo:multiplier:constant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToAnchor:multiplier:constant:' | |
| SwiftName: constraint(greaterThanOrEqualTo:multiplier:constant:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToAnchor:multiplier:constant:' | |
| SwiftName: constraint(lessThanOrEqualTo:multiplier:constant:) | |
| MethodKind: Instance | |
| - Name: NSLayoutConstraint | |
| Properties: | |
| - Name: firstItem | |
| Nullability: O | |
| - Name: NSLayoutManager | |
| Methods: | |
| - Selector: 'getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels:' | |
| SwiftName: getGlyphs(in:glyphs:properties:characterIndexes:bidiLevels:) | |
| MethodKind: Instance | |
| - Selector: 'textContainerForGlyphAtIndex:effectiveRange:' | |
| SwiftName: textContainer(forGlyphAt:effectiveRange:) | |
| MethodKind: Instance | |
| - Selector: 'textContainerForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:' | |
| SwiftName: textContainer(forGlyphAt:effectiveRange:withoutAdditionalLayout:) | |
| MethodKind: Instance | |
| - Selector: 'lineFragmentRectForGlyphAtIndex:effectiveRange:' | |
| SwiftName: lineFragmentRect(forGlyphAt:effectiveRange:) | |
| MethodKind: Instance | |
| - Selector: 'lineFragmentRectForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:' | |
| SwiftName: lineFragmentRect(forGlyphAt:effectiveRange:withoutAdditionalLayout:) | |
| MethodKind: Instance | |
| - Selector: 'lineFragmentUsedRectForGlyphAtIndex:effectiveRange:' | |
| SwiftName: lineFragmentUsedRect(forGlyphAt:effectiveRange:) | |
| MethodKind: Instance | |
| - Selector: 'lineFragmentUsedRectForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:' | |
| SwiftName: lineFragmentUsedRect(forGlyphAt:effectiveRange:withoutAdditionalLayout:) | |
| MethodKind: Instance | |
| - Selector: 'locationForGlyphAtIndex:' | |
| SwiftName: location(forGlyphAt:) | |
| MethodKind: Instance | |
| - Selector: 'notShownAttributeForGlyphAtIndex:' | |
| SwiftName: notShownAttribute(forGlyphAt:) | |
| MethodKind: Instance | |
| - Selector: 'drawsOutsideLineFragmentForGlyphAtIndex:' | |
| SwiftName: drawsOutsideLineFragment(forGlyphAt:) | |
| MethodKind: Instance | |
| - Selector: 'attachmentSizeForGlyphAtIndex:' | |
| SwiftName: attachmentSize(forGlyphAt:) | |
| MethodKind: Instance | |
| - Selector: 'truncatedGlyphRangeInLineFragmentForGlyphAtIndex:' | |
| SwiftName: truncatedGlyphRange(inLineFragmentForGlyphAt:) | |
| MethodKind: Instance | |
| - Selector: 'getLineFragmentInsertionPointsForCharacterAtIndex:alternatePositions:inDisplayOrder:positions:characterIndexes:' | |
| SwiftName: getLineFragmentInsertionPoints(forCharacterAt:alternatePositions:inDisplayOrder:positions:characterIndexes:) | |
| MethodKind: Instance | |
| - Name: NSString | |
| Methods: | |
| - Selector: 'sizeWithAttributes:' | |
| SwiftName: size(withAttributes:) | |
| MethodKind: Instance | |
| - Name: UIApplication | |
| Methods: | |
| - Selector: 'openURL:' | |
| SwiftName: openURL(_:) | |
| MethodKind: Instance | |
| - Selector: 'canOpenURL:' | |
| SwiftName: canOpenURL(_:) | |
| MethodKind: Instance | |
| - Selector: 'sendEvent:' | |
| SwiftName: sendEvent(_:) | |
| MethodKind: Instance | |
| - Selector: 'registerForRemoteNotificationTypes:' | |
| SwiftName: registerForRemoteNotifications(matching:) | |
| MethodKind: Instance | |
| - Selector: 'cancelLocalNotification:' | |
| SwiftName: cancelLocalNotification(_:) | |
| MethodKind: Instance | |
| - Selector: 'registerUserNotificationSettings:' | |
| SwiftName: registerUserNotificationSettings(_:) | |
| MethodKind: Instance | |
| - Name: NSIndexPath | |
| Methods: | |
| - Selector: 'indexPathForItem:inSection:' | |
| SwiftName: init(item:section:) | |
| MethodKind: Class | |
| - Selector: 'indexPathForRow:inSection:' | |
| SwiftName: init(row:section:) | |
| MethodKind: Class | |
| - Name: UICollisionBehavior | |
| Methods: | |
| - Selector: 'setTranslatesReferenceBoundsIntoBoundaryWithInsets:' | |
| SwiftName: setTranslatesReferenceBoundsIntoBoundary(with:) | |
| MethodKind: Instance | |
| - Name: UIControl | |
| Methods: | |
| - Selector: 'beginTrackingWithTouch:withEvent:' | |
| SwiftName: beginTracking(_:with:) | |
| MethodKind: Instance | |
| - Selector: 'continueTrackingWithTouch:withEvent:' | |
| SwiftName: continueTracking(_:with:) | |
| MethodKind: Instance | |
| - Selector: 'endTrackingWithTouch:withEvent:' | |
| SwiftName: endTracking(_:with:) | |
| MethodKind: Instance | |
| - Name: UIFieldBehavior | |
| Methods: | |
| - Selector: 'radialGravityFieldWithPosition:' | |
| SwiftName: radialGravityField(position:) | |
| MethodKind: Class | |
| - Selector: 'linearGravityFieldWithVector:' | |
| SwiftName: linearGravityField(direction:) | |
| MethodKind: Class | |
| - Selector: 'velocityFieldWithVector:' | |
| SwiftName: velocityField(direction:) | |
| MethodKind: Class | |
| - Selector: 'noiseFieldWithSmoothness:animationSpeed:' | |
| SwiftName: noiseField(smoothness:animationSpeed:) | |
| MethodKind: Class | |
| - Selector: 'turbulenceFieldWithSmoothness:animationSpeed:' | |
| SwiftName: turbulenceField(smoothness:animationSpeed:) | |
| MethodKind: Class | |
| - Name: UIFontMetrics | |
| Methods: | |
| - Selector: 'scaledValueForValue:compatibleWithTraitCollection:' | |
| SwiftName: scaledValue(for:compatibleWith:) | |
| MethodKind: Instance | |
| - Selector: 'scaledValueForValue:' | |
| SwiftName: scaledValue(for:) | |
| MethodKind: Instance | |
| - Name: UIImageAsset | |
| Methods: | |
| - Selector: 'unregisterImageWithTraitCollection:' | |
| SwiftName: unregister(imageWith:) | |
| MethodKind: Instance | |
| - Name: UIImpactFeedbackGenerator | |
| Methods: | |
| - Selector: 'impactOccurredWithIntensity:' | |
| SwiftName: impactOccurred(intensity:) | |
| MethodKind: Instance | |
| - Name: UILocalizedIndexedCollation | |
| Methods: | |
| - Selector: 'sectionForSectionIndexTitleAtIndex:' | |
| SwiftName: section(forSectionIndexTitle:) | |
| MethodKind: Instance | |
| - Name: UINavigationBar | |
| Methods: | |
| - Selector: 'pushNavigationItem:animated:' | |
| SwiftName: pushItem(_:animated:) | |
| MethodKind: Instance | |
| - Selector: 'popNavigationItemAnimated:' | |
| SwiftName: popItem(animated:) | |
| MethodKind: Instance | |
| - Name: UINavigationController | |
| Methods: | |
| - Selector: 'popToViewController:animated:' | |
| SwiftName: popToViewController(_:animated:) | |
| MethodKind: Instance | |
| - Name: UIPageControl | |
| Methods: | |
| - Selector: 'sizeForNumberOfPages:' | |
| SwiftName: size(forNumberOfPages:) | |
| MethodKind: Instance | |
| - Name: UIPasteboard | |
| Properties: | |
| - Name: pasteboardTypes | |
| SwiftName: types | |
| Methods: | |
| - Selector: 'containsPasteboardTypes:' | |
| SwiftName: contains(pasteboardTypes:) | |
| MethodKind: Instance | |
| - Selector: 'pasteboardTypesForItemSet:' | |
| SwiftName: types(forItemSet:) | |
| MethodKind: Instance | |
| - Selector: 'containsPasteboardTypes:inItemSet:' | |
| SwiftName: contains(pasteboardTypes:inItemSet:) | |
| MethodKind: Instance | |
| - Name: UIPopoverController | |
| Properties: | |
| - Name: popoverContentSize | |
| SwiftName: contentSize | |
| - Name: isPopoverVisible | |
| SwiftName: isVisible | |
| - Name: popoverArrowDirection | |
| SwiftName: arrowDirection | |
| - Name: popoverLayoutMargins | |
| SwiftName: layoutMargins | |
| - Name: popoverBackgroundViewClass | |
| SwiftName: backgroundViewClass | |
| Methods: | |
| - Selector: 'setPopoverContentSize:animated:' | |
| SwiftName: setContentSize(_:animated:) | |
| MethodKind: Instance | |
| - Selector: 'presentPopoverFromRect:inView:permittedArrowDirections:animated:' | |
| SwiftName: present(from:in:permittedArrowDirections:animated:) | |
| MethodKind: Instance | |
| - Selector: 'presentPopoverFromBarButtonItem:permittedArrowDirections:animated:' | |
| SwiftName: present(from:permittedArrowDirections:animated:) | |
| MethodKind: Instance | |
| - Selector: 'dismissPopoverAnimated:' | |
| SwiftName: dismiss(animated:) | |
| MethodKind: Instance | |
| - Name: UIScrollView | |
| Methods: | |
| - Selector: 'touchesShouldBegin:withEvent:inContentView:' | |
| SwiftName: touchesShouldBegin(_:with:in:) | |
| MethodKind: Instance | |
| - Selector: 'touchesShouldCancelInContentView:' | |
| SwiftName: touchesShouldCancel(in:) | |
| MethodKind: Instance | |
| - Name: UIStoryboard | |
| Methods: | |
| - Selector: 'instantiateInitialViewControllerWithCreator:' | |
| MethodKind: Instance | |
| SwiftPrivate: true | |
| - Selector: 'instantiateViewControllerWithIdentifier:creator:' | |
| MethodKind: Instance | |
| SwiftPrivate: true | |
| - Name: UIStoryboardSegue | |
| Properties: | |
| - Name: sourceViewController | |
| SwiftName: source | |
| - Name: destinationViewController | |
| SwiftName: destination | |
| - Name: UIStoryboardUnwindSegueSource | |
| Properties: | |
| - Name: sourceViewController | |
| SwiftName: source | |
| - Name: UITextDragPreviewRenderer | |
| Methods: | |
| - Selector: 'adjustFirstLineRect:bodyRect:lastLineRect:textOrigin:' | |
| SwiftName: adjust(firstLineRect:bodyRect:lastLineRect:textOrigin:) | |
| MethodKind: Instance | |
| - Name: UIUserNotificationSettings | |
| Methods: | |
| - Selector: 'settingsForTypes:categories:' | |
| SwiftName: init(types:categories:) | |
| MethodKind: Class | |
| - Name: UIView | |
| Methods: | |
| - Selector: 'willMoveToWindow:' | |
| SwiftName: willMove(toWindow:) | |
| MethodKind: Instance | |
| - Selector: 'bringSubviewToFront:' | |
| SwiftName: bringSubviewToFront(_:) | |
| MethodKind: Instance | |
| - Selector: 'sendSubviewToBack:' | |
| SwiftName: sendSubviewToBack(_:) | |
| MethodKind: Instance | |
| - Selector: 'viewWithTag:' | |
| SwiftName: viewWithTag(_:) | |
| MethodKind: Instance | |
| - Selector: 'setNeedsDisplayInRect:' | |
| SwiftName: setNeedsDisplay(_:) | |
| MethodKind: Instance | |
| - Name: UIViewController | |
| Properties: | |
| - Name: presentedViewController | |
| SwiftName: presentedViewController | |
| - Name: presentingViewController | |
| SwiftName: presentingViewController | |
| - Name: childViewControllers | |
| SwiftName: children | |
| - Name: childViewControllerForStatusBarHidden | |
| SwiftName: childForStatusBarHidden | |
| - Name: childViewControllerForStatusBarStyle | |
| SwiftName: childForStatusBarStyle | |
| - Name: childViewControllerForScreenEdgesDeferringSystemGestures | |
| SwiftName: childForScreenEdgesDeferringSystemGestures | |
| - Name: childViewControllerForHomeIndicatorAutoHidden | |
| SwiftName: childForHomeIndicatorAutoHidden | |
| - Name: movingToParentViewController | |
| SwiftName: isMovingToParent | |
| - Name: movingFromParentViewController | |
| SwiftName: isMovingFromParent | |
| Methods: | |
| - Selector: 'addChildViewController:' | |
| SwiftName: addChild(_:) | |
| MethodKind: Instance | |
| - Selector: 'removeFromParentViewController' | |
| SwiftName: removeFromParent() | |
| MethodKind: Instance | |
| - Selector: 'allowedChildViewControllersForUnwindingFromSource:' | |
| SwiftName: allowedChildrenForUnwinding(from:) | |
| MethodKind: Instance | |
| - Selector: 'childViewControllerContainingSegueSource:' | |
| SwiftName: childContaining(_:) | |
| MethodKind: Instance | |
| - Selector: 'unwindForSegue:towardsViewController:' | |
| SwiftName: unwind(for:towards:) | |
| MethodKind: Instance | |
| - Selector: 'setOverrideTraitCollection:forChildViewController:' | |
| SwiftName: setOverrideTraitCollection(_:forChild:) | |
| MethodKind: Instance | |
| - Selector: 'overrideTraitCollectionForChildViewController:' | |
| SwiftName: overrideTraitCollection(forChild:) | |
| MethodKind: Instance | |
| - Selector: 'willMoveToParentViewController:' | |
| SwiftName: willMove(toParent:) | |
| MethodKind: Instance | |
| - Selector: 'didMoveToParentViewController:' | |
| SwiftName: didMove(toParent:) | |
| MethodKind: Instance | |
| - Name: UIVibrancyEffect | |
| Methods: | |
| - Selector: 'effectForBlurEffect:' | |
| SwiftName: init(blurEffect:) | |
| MethodKind: Class | |
| - Selector: 'effectForBlurEffect:style:' | |
| SwiftName: init(blurEffect:style:) | |
| MethodKind: Class | |
| - Name: UIWindow | |
| Properties: | |
| - Name: isKeyWindow | |
| SwiftName: isKey | |
| Methods: | |
| - Selector: becomeKeyWindow | |
| SwiftName: becomeKey() | |
| MethodKind: Instance | |
| - Selector: resignKeyWindow | |
| SwiftName: resignKey() | |
| MethodKind: Instance | |
| - Selector: makeKeyWindow | |
| SwiftName: makeKey() | |
| MethodKind: Instance | |
| - Selector: 'sendEvent:' | |
| SwiftName: sendEvent(_:) | |
| MethodKind: Instance | |
| - Name: UIGraphicsImageRendererFormat | |
| Methods: | |
| - Selector: 'formatForTraitCollection:' | |
| SwiftName: init(for:) | |
| MethodKind: Class | |
| - Name: UIDropProposal | |
| Methods: | |
| - Selector: 'initWithDropOperation:' | |
| SwiftName: 'init(operation:)' | |
| MethodKind: Instance | |
| - Name: UICollectionViewDropProposal | |
| Methods: | |
| - Selector: 'initWithDropOperation:intent:' | |
| SwiftName: 'init(operation:intent:)' | |
| MethodKind: Instance | |
| - Name: UITableViewDropProposal | |
| Methods: | |
| - Selector: 'initWithDropOperation:intent:' | |
| SwiftName: 'init(operation:intent:)' | |
| MethodKind: Instance | |
| - Name: UIPasteConfiguration | |
| Methods: | |
| - Selector: 'addTypeIdentifiersForAcceptingClass:' | |
| SwiftName: 'addTypeIdentifiers(forAccepting:)' | |
| MethodKind: Instance | |
| - Selector: 'initWithTypeIdentifiersForAcceptingClass:' | |
| MethodKind: Instance | |
| SwiftName: 'init(forAccepting:)' | |
| - Name: UIFocusSystem | |
| Methods: | |
| - Selector: 'environment:containsEnvironment:' | |
| MethodKind: Class | |
| Availability: nonswift | |
| - Name: UISceneConnectionOptions | |
| SwiftName: UIScene.ConnectionOptions | |
| - Name: UISceneOpenURLOptions | |
| SwiftName: UIScene.OpenURLOptions | |
| - Name: UISceneOpenExternalURLOptions | |
| SwiftName: UIScene.OpenExternalURLOptions | |
| - Name: UISceneActivationRequestOptions | |
| SwiftName: UIScene.ActivationRequestOptions | |
| - Name: UITraitCollection | |
| Methods: | |
| - Selector: 'performAsCurrentTraitCollection:' | |
| MethodKind: Instance | |
| SwiftName: 'performAsCurrent(_:)' | |
| - Selector: 'hasDifferentColorAppearanceComparedToTraitCollection:' | |
| MethodKind: Instance | |
| SwiftName: 'hasDifferentColorAppearance(comparedTo:)' | |
| - Name: UIFontPickerViewControllerConfiguration | |
| SwiftName: UIFontPickerViewController.Configuration | |
| - Name: UIImage | |
| Methods: | |
| - Selector: 'imageNamed:' | |
| MethodKind: Class | |
| SwiftName: 'init(named:withConfiguration:)' | |
| - Selector: 'systemImageNamed:' | |
| MethodKind: Class | |
| SwiftName: 'init(systemName:)' | |
| - Selector: 'systemImageNamed:withConfiguration:' | |
| MethodKind: Class | |
| SwiftName: 'init(systemName:withConfiguration:)' | |
| - Selector: 'systemImageNamed:compatibleWithTraitCollection:' | |
| MethodKind: Class | |
| SwiftName: 'init(systemName:compatibleWith:)' | |
| - Name: UIImageConfiguration | |
| SwiftName: UIImage.Configuration | |
| - Name: UIImageSymbolConfiguration | |
| SwiftName: UIImage.SymbolConfiguration | |
| Protocols: | |
| - Name: UIAppearance | |
| Methods: | |
| - Selector: 'appearanceWhenContainedInInstancesOfClasses:' | |
| SwiftName: 'appearance(whenContainedInInstancesOf:)' | |
| MethodKind: Class | |
| - Selector: 'appearanceForTraitCollection:' | |
| SwiftName: 'appearance(for:)' | |
| MethodKind: Class | |
| - Selector: 'appearanceForTraitCollection:whenContainedInInstancesOfClasses:' | |
| SwiftName: 'appearance(for:whenContainedInInstancesOf:)' | |
| MethodKind: Class | |
| - Name: UIActivityItemSource | |
| Methods: | |
| - Selector: 'activityViewController:itemForActivityType:' | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 0 | |
| Nullability: N | |
| - Position: 1 | |
| Nullability: O | |
| - Name: UIBarPositioningDelegate | |
| Methods: | |
| - Selector: 'positionForBar:' | |
| SwiftName: position(for:) | |
| MethodKind: Instance | |
| - Name: UIDocumentInteractionControllerDelegate | |
| Methods: | |
| - Selector: 'documentInteractionControllerViewControllerForPreview:' | |
| SwiftName: documentInteractionControllerViewControllerForPreview(_:) | |
| MethodKind: Instance | |
| - Selector: 'documentInteractionControllerRectForPreview:' | |
| SwiftName: documentInteractionControllerRectForPreview(_:) | |
| MethodKind: Instance | |
| - Selector: 'documentInteractionControllerViewForPreview:' | |
| SwiftName: documentInteractionControllerViewForPreview(_:) | |
| MethodKind: Instance | |
| - Selector: 'documentInteractionControllerWillPresentOpenInMenu:' | |
| SwiftName: documentInteractionControllerWillPresentOpenInMenu(_:) | |
| MethodKind: Instance | |
| - Selector: 'documentInteractionControllerDidDismissOpenInMenu:' | |
| SwiftName: documentInteractionControllerDidDismissOpenInMenu(_:) | |
| MethodKind: Instance | |
| - Name: UIDragInteractionDelegate | |
| Methods: | |
| - Selector: 'dragInteraction:previewForLiftingItem:session:' | |
| SwiftName: 'dragInteraction(_:previewForLifting:session:)' | |
| MethodKind: Instance | |
| - Selector: 'dragInteraction:willAnimateLiftWithAnimator:session:' | |
| SwiftName: 'dragInteraction(_:willAnimateLiftWith:session:)' | |
| MethodKind: Instance | |
| - Selector: 'dragInteraction:item:willAnimateCancelWithAnimator:' | |
| SwiftName: 'dragInteraction(_:item:willAnimateCancelWith:)' | |
| MethodKind: Instance | |
| - Name: UIDropInteractionDelegate | |
| Methods: | |
| - Selector: 'dropInteraction:item:willAnimateDropWithAnimator:' | |
| SwiftName: 'dropInteraction(_:item:willAnimateDropWith:)' | |
| MethodKind: Instance | |
| - Name: UINavigationControllerDelegate | |
| Methods: | |
| - Selector: 'navigationControllerPreferredInterfaceOrientationForPresentation:' | |
| SwiftName: navigationControllerPreferredInterfaceOrientationForPresentation(_:) | |
| MethodKind: Instance | |
| - Selector: 'navigationController:interactionControllerForAnimationController:' | |
| SwiftName: navigationController(_:interactionControllerFor:) | |
| MethodKind: Instance | |
| - Name: UIPageViewControllerDelegate | |
| Methods: | |
| - Selector: 'pageViewControllerPreferredInterfaceOrientationForPresentation:' | |
| SwiftName: pageViewControllerPreferredInterfaceOrientationForPresentation(_:) | |
| MethodKind: Instance | |
| - Name: UIPasteConfigurationSupporting | |
| Methods: | |
| - Selector: 'pasteItemProviders:' | |
| SwiftName: paste(itemProviders:) | |
| MethodKind: Instance | |
| - Name: UIPopoverPresentationControllerDelegate | |
| Methods: | |
| - Selector: 'prepareForPopoverPresentation:' | |
| SwiftName: prepareForPopoverPresentation(_:) | |
| MethodKind: Instance | |
| - Name: UIAdaptivePresentationControllerDelegate | |
| Methods: | |
| - Selector: 'presentationControllerDidAttemptToDismiss:' | |
| SwiftName: presentationControllerDidAttemptToDismiss(_:) | |
| MethodKind: Instance | |
| - Name: UIScrollViewDelegate | |
| Methods: | |
| - Selector: 'scrollViewShouldScrollToTop:' | |
| SwiftName: scrollViewShouldScrollToTop(_:) | |
| MethodKind: Instance | |
| - Selector: 'scrollViewDidScrollToTop:' | |
| SwiftName: scrollViewDidScrollToTop(_:) | |
| MethodKind: Instance | |
| - Name: UISearchControllerDelegate | |
| Methods: | |
| - Selector: 'willPresentSearchController:' | |
| SwiftName: willPresentSearchController(_:) | |
| MethodKind: Instance | |
| - Selector: 'didPresentSearchController:' | |
| SwiftName: didPresentSearchController(_:) | |
| MethodKind: Instance | |
| - Selector: 'willDismissSearchController:' | |
| SwiftName: willDismissSearchController(_:) | |
| MethodKind: Instance | |
| - Selector: 'didDismissSearchController:' | |
| SwiftName: didDismissSearchController(_:) | |
| MethodKind: Instance | |
| - Selector: 'presentSearchController:' | |
| SwiftName: presentSearchController(_:) | |
| MethodKind: Instance | |
| - Name: UISplitViewControllerDelegate | |
| Methods: | |
| - Selector: 'splitViewController:showDetailViewController:sender:' | |
| SwiftName: splitViewController(_:showDetail:sender:) | |
| MethodKind: Instance | |
| - Selector: 'splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:' | |
| SwiftName: splitViewController(_:collapseSecondary:onto:) | |
| MethodKind: Instance | |
| - Selector: 'splitViewController:separateSecondaryViewControllerFromPrimaryViewController:' | |
| SwiftName: splitViewController(_:separateSecondaryFrom:) | |
| MethodKind: Instance | |
| - Selector: 'splitViewControllerPreferredInterfaceOrientationForPresentation:' | |
| SwiftName: splitViewControllerPreferredInterfaceOrientationForPresentation(_:) | |
| MethodKind: Instance | |
| - Selector: 'splitViewController:willShowViewController:invalidatingBarButtonItem:' | |
| SwiftName: splitViewController(_:willShow:invalidating:) | |
| MethodKind: Instance | |
| - Name: UITabBarControllerDelegate | |
| Methods: | |
| - Selector: 'tabBarControllerPreferredInterfaceOrientationForPresentation:' | |
| SwiftName: tabBarControllerPreferredInterfaceOrientationForPresentation(_:) | |
| MethodKind: Instance | |
| - Selector: 'tabBarController:interactionControllerForAnimationController:' | |
| SwiftName: tabBarController(_:interactionControllerFor:) | |
| MethodKind: Instance | |
| - Name: UITextPasteItem | |
| Methods: | |
| - Selector: 'setStringResult:' | |
| SwiftName: setResult(string:) | |
| MethodKind: Instance | |
| - Selector: 'setAttributedStringResult:' | |
| SwiftName: setResult(attributedString:) | |
| MethodKind: Instance | |
| - Selector: 'setAttachmentResult:' | |
| SwiftName: setResult(attachment:) | |
| MethodKind: Instance | |
| - Name: UIViewControllerAnimatedTransitioning | |
| Methods: | |
| - Selector: 'transitionDuration:' | |
| SwiftName: 'transitionDuration(using:)' | |
| MethodKind: Instance | |
| - Selector: 'animateTransition:' | |
| SwiftName: 'animateTransition(using:)' | |
| MethodKind: Instance | |
| - Selector: 'interruptibleAnimatorForTransition:' | |
| SwiftName: 'interruptibleAnimator(using:)' | |
| MethodKind: Instance | |
| - Name: UIViewControllerTransitioningDelegate | |
| Methods: | |
| - Selector: 'animationControllerForPresentedController:presentingController:sourceController:' | |
| SwiftName: 'animationController(forPresented:presenting:source:)' | |
| MethodKind: Instance | |
| - Selector: 'animationControllerForDismissedController:' | |
| SwiftName: 'animationController(forDismissed:)' | |
| MethodKind: Instance | |
| - Selector: 'interactionControllerForPresentation:' | |
| SwiftName: 'interactionControllerForPresentation(using:)' | |
| MethodKind: Instance | |
| - Selector: 'interactionControllerForDismissal:' | |
| SwiftName: 'interactionControllerForDismissal(using:)' | |
| MethodKind: Instance | |
| - Selector: 'presentationControllerForPresentedViewController:presentingViewController:sourceViewController:' | |
| SwiftName: 'presentationController(forPresented:presenting:source:)' | |
| MethodKind: Instance | |
| - Name: UITextDragDelegate | |
| Methods: | |
| - Selector: 'textDraggableView:willAnimateLiftWithAnimator:session:' | |
| SwiftName: 'textDraggableView(_:willAnimateLiftWith:session:)' | |
| MethodKind: Instance | |
| - Name: UICollectionViewDelegate | |
| Methods: | |
| - Selector: 'collectionView:contextMenuConfigurationForItemAtIndexPath:' | |
| SwiftName: 'collectionView(_:contextMenuConfigurationForItemAtIndexPath:)' | |
| MethodKind: Instance | |
| - Selector: 'collectionView:previewForHighlightingContextMenuWithConfiguration:' | |
| SwiftName: 'collectionView(_:previewForHighlightingContextMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| - Selector: 'collectionView:previewForDismissingContextMenuWithConfiguration:' | |
| SwiftName: 'collectionView(_:previewForDismissingContextMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| - Name: UITableViewDelegate | |
| Methods: | |
| - Selector: 'tableView:contextMenuConfigurationForRowAtIndexPath:' | |
| SwiftName: 'tableView(_:contextMenuConfigurationForRowAtIndexPath:)' | |
| MethodKind: Instance | |
| - Selector: 'tableView:previewForHighlightingContextMenuWithConfiguration:' | |
| SwiftName: 'tableView(_:previewForHighlightingContextMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| - Selector: 'tableView:previewForDismissingContextMenuWithConfiguration:' | |
| SwiftName: 'tableView(_:previewForDismissingContextMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| - Name: UIContextMenuInteractionDelegate | |
| Methods: | |
| - Selector: 'contextMenuInteraction:previewForHighlightingMenuWithConfiguration:' | |
| SwiftName: 'contextMenuInteraction(_:previewForHighlightingMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| - Selector: 'contextMenuInteraction:previewForDismissingMenuWithConfiguration:' | |
| SwiftName: 'contextMenuInteraction(_:previewForDismissingMenuWithConfiguration:)' | |
| MethodKind: Instance | |
| Tags: | |
| - Name: NSTextLayoutOrientation | |
| SwiftName: NSLayoutManager.TextLayoutOrientation | |
| - Name: NSGlyphProperty | |
| SwiftName: NSLayoutManager.GlyphProperty | |
| - Name: NSControlCharacterAction | |
| SwiftName: NSLayoutManager.ControlCharacterAction | |
| - Name: NSTypesetterBehavior | |
| SwiftName: NSLayoutManager.TypesetterBehavior | |
| - Name: UIGraphicsImageRendererFormatRange | |
| SwiftName: UIGraphicsImageRendererFormat.Range | |
| # Swift 4.2 Renames | |
| - Name: UIApplicationState | |
| SwiftName: UIApplication.State | |
| - Name: UIDeviceBatteryState | |
| SwiftName: UIDevice.BatteryState | |
| - Name: UIDocumentChangeKind | |
| SwiftName: UIDocument.ChangeKind | |
| - Name: UIDocumentSaveOperation | |
| SwiftName: UIDocument.SaveOperation | |
| - Name: UIDocumentState | |
| SwiftName: UIDocument.State | |
| - Name: UIActivityCategory | |
| SwiftName: UIActivity.Category | |
| - Name: UIViewContentMode | |
| SwiftName: UIView.ContentMode | |
| - Name: UIViewAnimationOptions | |
| SwiftName: UIView.AnimationOptions | |
| - Name: UIViewAnimationCurve | |
| SwiftName: UIView.AnimationCurve | |
| - Name: UIViewAnimationTransition | |
| SwiftName: UIView.AnimationTransition | |
| - Name: UISystemAnimation | |
| SwiftName: UIView.SystemAnimation | |
| - Name: UIViewKeyframeAnimationOptions | |
| SwiftName: UIView.KeyframeAnimationOptions | |
| - Name: UIViewTintAdjustmentMode | |
| SwiftName: UIView.TintAdjustmentMode | |
| - Name: UIViewAutoresizing | |
| SwiftName: UIView.AutoresizingMask | |
| - Name: UICollectionViewReorderingCadence | |
| SwiftName: UICollectionView.ReorderingCadence | |
| - Name: UICollectionViewScrollPosition | |
| SwiftName: UICollectionView.ScrollPosition | |
| - Name: UICollectionViewScrollDirection | |
| SwiftName: UICollectionView.ScrollDirection | |
| - Name: UICollectionElementCategory | |
| SwiftName: UICollectionView.ElementCategory | |
| - Name: UICollectionViewCellDragState | |
| SwiftName: UICollectionViewCell.DragState | |
| - Name: UICollectionViewFlowLayoutSectionInsetReference | |
| SwiftName: UICollectionViewFlowLayout.SectionInsetReference | |
| - Name: UICollectionUpdateAction | |
| SwiftName: UICollectionViewUpdateItem.Action | |
| - Name: UICollectionViewDropIntent | |
| SwiftName: UICollectionViewDropProposal.Intent | |
| - Name: UITableViewSeparatorInsetReference | |
| SwiftName: UITableView.SeparatorInsetReference | |
| - Name: UITableViewStyle | |
| SwiftName: UITableView.Style | |
| - Name: UITableViewScrollPosition | |
| SwiftName: UITableView.ScrollPosition | |
| - Name: UITableViewRowAnimation | |
| SwiftName: UITableView.RowAnimation | |
| - Name: UITableViewCellDragState | |
| SwiftName: UITableViewCell.DragState | |
| - Name: UITableViewCellStyle | |
| SwiftName: UITableViewCell.CellStyle | |
| - Name: UITableViewCellSelectionStyle | |
| SwiftName: UITableViewCell.SelectionStyle | |
| - Name: UITableViewCellEditingStyle | |
| SwiftName: UITableViewCell.EditingStyle | |
| - Name: UITableViewCellAccessoryType | |
| SwiftName: UITableViewCell.AccessoryType | |
| - Name: UITableViewCellSeparatorStyle | |
| SwiftName: UITableViewCell.SeparatorStyle | |
| - Name: UITableViewCellFocusStyle | |
| SwiftName: UITableViewCell.FocusStyle | |
| - Name: UITableViewCellStateMask | |
| SwiftName: UITableViewCell.StateMask | |
| - Name: UITableViewRowActionStyle | |
| SwiftName: UITableViewRowAction.Style | |
| - Name: UITableViewDropIntent | |
| SwiftName: UITableViewDropProposal.Intent | |
| - Name: UIStackViewDistribution | |
| SwiftName: UIStackView.Distribution | |
| - Name: UIStackViewAlignment | |
| SwiftName: UIStackView.Alignment | |
| - Name: UIScrollViewContentInsetAdjustmentBehavior | |
| SwiftName: UIScrollView.ContentInsetAdjustmentBehavior | |
| - Name: UIScrollViewIndicatorStyle | |
| SwiftName: UIScrollView.IndicatorStyle | |
| - Name: UIScrollViewKeyboardDismissMode | |
| SwiftName: UIScrollView.KeyboardDismissMode | |
| - Name: UIScrollViewIndexDisplayMode | |
| SwiftName: UIScrollView.IndexDisplayMode | |
| - Name: UIActivityIndicatorViewStyle | |
| SwiftName: UIActivityIndicatorView.Style | |
| - Name: UIProgressViewStyle | |
| SwiftName: UIProgressView.Style | |
| - Name: UIWebViewNavigationType | |
| SwiftName: UIWebView.NavigationType | |
| - Name: UIWebPaginationBreakingMode | |
| SwiftName: UIWebView.PaginationBreakingMode | |
| - Name: UIWebPaginationMode | |
| SwiftName: UIWebView.PaginationMode | |
| - Name: UIControlContentVerticalAlignment | |
| SwiftName: UIControl.ContentVerticalAlignment | |
| - Name: UIControlContentHorizontalAlignment | |
| SwiftName: UIControl.ContentHorizontalAlignment | |
| - Name: UIControlEvents | |
| SwiftName: UIControl.Event | |
| - Name: UIControlState | |
| SwiftName: UIControl.State | |
| - Name: UIButtonType | |
| SwiftName: UIButton.ButtonType | |
| - Name: UIDatePickerMode | |
| SwiftName: UIDatePicker.Mode | |
| - Name: UISegmentedControlSegment | |
| SwiftName: UISegmentedControl.Segment | |
| - Name: UITextBorderStyle | |
| SwiftName: UITextField.BorderStyle | |
| - Name: UITextFieldViewMode | |
| SwiftName: UITextField.ViewMode | |
| - Name: UITextFieldDidEndEditingReason | |
| SwiftName: UITextField.DidEndEditingReason | |
| - Name: UITextDropAction | |
| SwiftName: UITextDropProposal.Action | |
| - Name: UITextDropPerformer | |
| SwiftName: UITextDropProposal.Performer | |
| - Name: UITextDropProgressMode | |
| SwiftName: UITextDropProposal.ProgressMode | |
| - Name: UIBlurEffectStyle | |
| SwiftName: UIBlurEffect.Style | |
| - Name: UIBarButtonSystemItem | |
| SwiftName: UIBarButtonItem.SystemItem | |
| - Name: UIBarButtonItemStyle | |
| SwiftName: UIBarButtonItem.Style | |
| - Name: UITabBarItemAppearanceStyle | |
| SwiftName: UITabBarItemAppearance.Style | |
| - Name: UISearchBarIcon | |
| SwiftName: UISearchBar.Icon | |
| - Name: UISearchBarStyle | |
| SwiftName: UISearchBar.Style | |
| - Name: UITabBarItemPositioning | |
| SwiftName: UITabBar.ItemPositioning | |
| - Name: UITabBarSystemItem | |
| SwiftName: UITabBarItem.SystemItem | |
| - Name: UISplitViewControllerPrimaryEdge | |
| SwiftName: UISplitViewController.PrimaryEdge | |
| - Name: UISplitViewControllerBackgroundStyle | |
| SwiftName: UISplitViewController.BackgroundStyle | |
| - Name: UISplitViewControllerDisplayMode | |
| SwiftName: UISplitViewController.DisplayMode | |
| - Name: UINavigationControllerOperation | |
| SwiftName: UINavigationController.Operation | |
| - Name: UIPageViewControllerNavigationOrientation | |
| SwiftName: UIPageViewController.NavigationOrientation | |
| - Name: UIPageViewControllerNavigationDirection | |
| SwiftName: UIPageViewController.NavigationDirection | |
| - Name: UIPageViewControllerTransitionStyle | |
| SwiftName: UIPageViewController.TransitionStyle | |
| - Name: UIPageViewControllerSpineLocation | |
| SwiftName: UIPageViewController.SpineLocation | |
| - Name: UIImagePickerControllerSourceType | |
| SwiftName: UIImagePickerController.SourceType | |
| - Name: UIImagePickerControllerQualityType | |
| SwiftName: UIImagePickerController.QualityType | |
| - Name: UIImagePickerControllerCameraDevice | |
| SwiftName: UIImagePickerController.CameraDevice | |
| - Name: UIImagePickerControllerCameraCaptureMode | |
| SwiftName: UIImagePickerController.CameraCaptureMode | |
| - Name: UIImagePickerControllerCameraFlashMode | |
| SwiftName: UIImagePickerController.CameraFlashMode | |
| - Name: UIImagePickerControllerImageURLExportPreset | |
| SwiftName: UIImagePickerController.ImageURLExportPreset | |
| - Name: UICloudSharingPermissionOptions | |
| SwiftName: UICloudSharingController.PermissionOptions | |
| - Name: UIDocumentBrowserError | |
| SwiftName: UIDocumentBrowserViewController.Error | |
| - Name: NSLayoutRelation | |
| SwiftName: NSLayoutConstraint.Relation | |
| - Name: NSLayoutAttribute | |
| SwiftName: NSLayoutConstraint.Attribute | |
| - Name: NSLayoutFormatOptions | |
| SwiftName: NSLayoutConstraint.FormatOptions | |
| - Name: UILayoutConstraintAxis | |
| SwiftName: NSLayoutConstraint.Axis | |
| - Name: UIAttachmentBehaviorType | |
| SwiftName: UIAttachmentBehavior.AttachmentType | |
| - Name: UICollisionBehaviorMode | |
| SwiftName: UICollisionBehavior.Mode | |
| - Name: UIPushBehaviorMode | |
| SwiftName: UIPushBehavior.Mode | |
| - Name: UIInterpolatingMotionEffectType | |
| SwiftName: UIInterpolatingMotionEffect.EffectType | |
| - Name: UIImpactFeedbackStyle | |
| SwiftName: UIImpactFeedbackGenerator.FeedbackStyle | |
| - Name: UINotificationFeedbackType | |
| SwiftName: UINotificationFeedbackGenerator.FeedbackType | |
| - Name: UIAlertControllerStyle | |
| SwiftName: UIAlertController.Style | |
| - Name: UIAlertActionStyle | |
| SwiftName: UIAlertAction.Style | |
| - Name: UIScreenOverscanCompensation | |
| SwiftName: UIScreen.OverscanCompensation | |
| - Name: UIEventType | |
| SwiftName: UIEvent.EventType | |
| - Name: UIEventSubtype | |
| SwiftName: UIEvent.EventSubtype | |
| - Name: UITouchType | |
| SwiftName: UITouch.TouchType | |
| - Name: UITouchPhase | |
| SwiftName: UITouch.Phase | |
| - Name: UITouchProperties | |
| SwiftName: UITouch.Properties | |
| - Name: UIPressType | |
| SwiftName: UIPress.PressType | |
| - Name: UIPressPhase | |
| SwiftName: UIPress.Phase | |
| - Name: UISwipeGestureRecognizerDirection | |
| SwiftName: UISwipeGestureRecognizer.Direction | |
| - Name: UIGestureRecognizerState | |
| SwiftName: UIGestureRecognizer.State | |
| - Name: UIPreferredPresentationStyle | |
| SwiftName: NSItemProvider.PreferredPresentationStyle | |
| - Name: UIPreviewActionStyle | |
| SwiftName: UIPreviewAction.Style | |
| - Name: UIApplicationShortcutIconType | |
| SwiftName: UIApplicationShortcutIcon.IconType | |
| - Name: UIMenuControllerArrowDirection | |
| SwiftName: UIMenuController.ArrowDirection | |
| - Name: UIInputViewStyle | |
| SwiftName: UIInputView.Style | |
| - Name: UIAccessibilityCustomSystemRotorType | |
| SwiftName: UIAccessibilityCustomRotor.SystemRotorType | |
| - Name: UIAccessibilityCustomRotorDirection | |
| SwiftName: UIAccessibilityCustomRotor.Direction | |
| - Name: UIImageOrientation | |
| SwiftName: UIImage.Orientation | |
| - Name: UIImageResizingMode | |
| SwiftName: UIImage.ResizingMode | |
| - Name: UIImageRenderingMode | |
| SwiftName: UIImage.RenderingMode | |
| - Name: UIImageSymbolScale | |
| SwiftName: UIImage.SymbolScale | |
| - Name: UIImageSymbolWeight | |
| SwiftName: UIImage.SymbolWeight | |
| - Name: UIPrinterCutterBehavior | |
| SwiftName: UIPrinter.CutterBehavior | |
| - Name: UIPrinterJobTypes | |
| SwiftName: UIPrinter.JobTypes | |
| - Name: UIPrintInfoDuplex | |
| SwiftName: UIPrintInfo.Duplex | |
| - Name: UIPrintInfoOrientation | |
| SwiftName: UIPrintInfo.Orientation | |
| - Name: UIPrintInfoOutputType | |
| SwiftName: UIPrintInfo.OutputType | |
| - Name: UIFontDescriptorSymbolicTraits | |
| SwiftName: UIFontDescriptor.SymbolicTraits | |
| - Name: NSTextStorageEditActions | |
| SwiftName: NSTextStorage.EditActions | |
| - Name: UIAccessibilityZoomType | |
| SwiftName: UIAccessibility.ZoomType | |
| - Name: UIAccessibilityHearingDeviceEar | |
| SwiftName: UIAccessibility.HearingDeviceEar | |
| - Name: UIGuidedAccessRestrictionState | |
| SwiftName: UIAccessibility.GuidedAccessRestrictionState | |
| - Name: UIGuidedAccessErrorCode | |
| SwiftName: UIAccessibility.GuidedAccessError | |
| - Name: UISceneActivationState | |
| SwiftName: UIScene.ActivationState | |
| - Name: UIWindowSceneDismissalAnimation | |
| SwiftName: UIWindowScene.DismissalAnimation | |
| Typedefs: | |
| - Name: UITableViewDiffableDataSourceCellProvider | |
| SwiftName: UITableViewDiffableDataSourceReferenceCellProvider | |
| - Name: UICollectionViewDiffableDataSourceSupplementaryViewProvider | |
| SwiftName: UICollectionViewDiffableDataSourceReferenceSupplementaryViewProvider | |
| - Name: UICollectionViewDiffableDataSourceCellProvider | |
| SwiftName: UICollectionViewDiffableDataSourceReferenceCellProvider | |
| - Name: NSAttributedStringDocumentAttributeKey | |
| SwiftName: NSAttributedString.DocumentAttributeKey | |
| - Name: NSAttributedStringDocumentReadingOptionKey | |
| SwiftName: NSAttributedString.DocumentReadingOptionKey | |
| - Name: NSAttributedStringDocumentType | |
| SwiftName: NSAttributedString.DocumentType | |
| - Name: NSTextEffectStyle | |
| SwiftName: NSAttributedString.TextEffectStyle | |
| - Name: NSTextLayoutSectionKey | |
| SwiftName: NSAttributedString.TextLayoutSectionKey | |
| - Name: NSTextTabOptionKey | |
| SwiftName: NSTextTab.OptionKey | |
| - Name: UIFontDescriptorAttributeName | |
| SwiftName: UIFontDescriptor.AttributeName | |
| - Name: UIFontDescriptorTraitKey | |
| SwiftName: UIFontDescriptor.TraitKey | |
| - Name: UIFontDescriptorFeatureKey | |
| SwiftName: UIFontDescriptor.FeatureKey | |
| - Name: UIFontDescriptorSystemDesign | |
| SwiftName: UIFontDescriptor.SystemDesign | |
| - Name: UIFontWeight | |
| SwiftName: UIFont.Weight | |
| - Name: UIStoryboardViewControllerCreator | |
| SwiftPrivate: true | |
| - Name: UISceneSessionRole | |
| SwiftName: UISceneSession.Role | |
| # Swift 4.2 Renames | |
| - Name: UIActivityType | |
| SwiftName: UIActivity.ActivityType | |
| - Name: UIActivityViewControllerCompletionWithItemsHandler | |
| SwiftName: UIActivityViewController.CompletionWithItemsHandler | |
| - Name: UIActivityViewControllerCompletionHandler | |
| SwiftName: UIActivityViewController.CompletionHandler | |
| - Name: UIApplicationLaunchOptionsKey | |
| SwiftName: UIApplication.LaunchOptionsKey | |
| - Name: UIApplicationOpenURLOptionsKey | |
| SwiftName: UIApplication.OpenURLOptionsKey | |
| - Name: UIApplicationExtensionPointIdentifier | |
| SwiftName: UIApplication.ExtensionPointIdentifier | |
| - Name: UICollectionViewLayoutInteractiveTransitionCompletion | |
| SwiftName: UICollectionView.LayoutInteractiveTransitionCompletion | |
| - Name: UIContextualActionHandler | |
| SwiftName: UIContextualAction.Handler | |
| - Name: UIFontTextStyle | |
| SwiftName: UIFont.TextStyle | |
| - Name: UIFontDescriptorClass | |
| SwiftName: UIFontDescriptor.Class | |
| - Name: UIGraphicsImageDrawingActions | |
| SwiftName: UIGraphicsImageRenderer.DrawingActions | |
| - Name: UIGraphicsPDFDrawingActions | |
| SwiftName: UIGraphicsPDFRenderer.DrawingActions | |
| - Name: UIPasteboardName | |
| SwiftName: UIPasteboard.Name | |
| - Name: UIPasteboardOption | |
| SwiftName: UIPasteboard.OptionsKey | |
| - Name: UIPrintInteractionCompletionHandler | |
| SwiftName: UIPrintInteractionController.CompletionHandler | |
| - Name: UIPrinterPickerCompletionHandler | |
| SwiftName: UIPrinterPickerController.CompletionHandler | |
| - Name: UIWindowLevel | |
| SwiftName: UIWindow.Level | |
| - Name: UIAccessibilityNotifications | |
| SwiftName: UIAccessibility.Notification | |
| - Name: UIAccessibilityCustomRotorSearch | |
| SwiftName: UIAccessibilityCustomRotor.Search | |
| # Swift 4.2 New | |
| - Name: UIApplicationOpenExternalURLOptionsKey | |
| SwiftName: UIApplication.OpenExternalURLOptionsKey | |
| - Name: UINibOptionsKey | |
| SwiftName: UINib.OptionsKey | |
| - Name: UIPageViewControllerOptionsKey | |
| SwiftName: UIPageViewController.OptionsKey | |
| - Name: UIImagePickerControllerInfoKey | |
| SwiftName: UIImagePickerController.InfoKey | |
| - Name: UIScrollViewDecelerationRate | |
| SwiftName: UIScrollView.DecelerationRate | |
| - Name: UIAccessibilityAssistiveTechnologyIdentifier | |
| SwiftName: UIAccessibility.AssistiveTechnologyIdentifier | |
| - Name: UIAccessibilityCustomActionHandler | |
| SwiftName: UIAccessibilityCustomAction.Handler | |
| Enumerators: | |
| - Name: NSLayoutFormatDirectionLeadingToTrailing | |
| SwiftName: directionLeadingToTrailing | |
| - Name: NSTextScalingStandard | |
| SwiftName: standard | |
| - Name: NSTextScalingiOS | |
| SwiftName: iOS | |
| - Name: NSUnderlineStyleSingle | |
| SwiftName: single | |
| - Name: NSUnderlineStyleThick | |
| SwiftName: thick | |
| - Name: NSUnderlineStyleDouble | |
| SwiftName: double | |
| - Name: UIViewAnimationOptionCurveEaseInOut | |
| SwiftName: curveEaseInOut | |
| - Name: UIViewKeyframeAnimationOptionCalculationModeLinear | |
| SwiftName: calculationModeLinear | |
| - Name: UIControlStateNormal | |
| SwiftName: normal | |
| - Name: UIDocumentStateNormal | |
| SwiftName: normal | |
| - Name: UIPrinterJobTypeUnknown | |
| SwiftName: unknown | |
| - Name: UIPrintingNotAvailableError | |
| SwiftName: notAvailable | |
| - Name: UIPrintNoContentError | |
| SwiftName: noContent | |
| - Name: UIPrintUnknownImageFormatError | |
| SwiftName: unknownImageFormat | |
| - Name: UIPrintJobFailedError | |
| SwiftName: jobFailed | |
| - Name: UIUserInterfaceIdiomTV | |
| SwiftName: tv | |
| - Name: UITextDragOptionStripTextColorFromPreviews | |
| SwiftName: stripTextColorFromPreviews | |
| - Name: NSAttachmentCharacter | |
| SwiftName: NSTextAttachment.character | |
| - Name: UISegmentedControlNoSegment | |
| SwiftName: UISegmentedControl.noSegment | |
| - Name: UITableViewCellStateShowingEditControlMask | |
| SwiftName: showingEditControl | |
| - Name: UITableViewCellStateShowingDeleteConfirmationMask | |
| SwiftName: showingDeleteConfirmation | |
| - Name: UIImageSymbolScaleDefault | |
| SwiftName: default | |
| - Name: UIImageSymbolScaleUnspecified | |
| SwiftName: unspecified | |
| - Name: UIImageSymbolScaleSmall | |
| SwiftName: small | |
| - Name: UIImageSymbolScaleMedium | |
| SwiftName: medium | |
| - Name: UIImageSymbolScaleLarge | |
| SwiftName: large | |
| - Name: UIImageSymbolWeightUnspecified | |
| SwiftName: unspecified | |
| - Name: UIImageSymbolWeightUltraLight | |
| SwiftName: ultraLight | |
| - Name: UIImageSymbolWeightThin | |
| SwiftName: thin | |
| - Name: UIImageSymbolWeightLight | |
| SwiftName: light | |
| - Name: UIImageSymbolWeightRegular | |
| SwiftName: regular | |
| - Name: UIImageSymbolWeightMedium | |
| SwiftName: medium | |
| - Name: UIImageSymbolWeightSemibold | |
| SwiftName: semibold | |
| - Name: UIImageSymbolWeightBold | |
| SwiftName: bold | |
| - Name: UIImageSymbolWeightHeavy | |
| SwiftName: heavy | |
| - Name: UIImageSymbolWeightBlack | |
| SwiftName: black | |
| Globals: | |
| - Name: UIEdgeInsetsZero | |
| SwiftName: UIEdgeInsets.zero | |
| - Name: NSDirectionalEdgeInsetsZero | |
| SwiftName: NSDirectionalEdgeInsets.zero | |
| - Name: UIOffsetZero | |
| SwiftName: UIOffset.zero | |
| - Name: UIStackViewSpacingUseDefault | |
| SwiftName: UIStackView.spacingUseDefault | |
| - Name: UIStackViewSpacingUseSystem | |
| SwiftName: UIStackView.spacingUseSystem | |
| - Name: NSFontAttributeName | |
| SwiftName: font | |
| - Name: NSParagraphStyleAttributeName | |
| SwiftName: paragraphStyle | |
| - Name: NSForegroundColorAttributeName | |
| SwiftName: foregroundColor | |
| - Name: NSBackgroundColorAttributeName | |
| SwiftName: backgroundColor | |
| - Name: NSLigatureAttributeName | |
| SwiftName: ligature | |
| - Name: NSKernAttributeName | |
| SwiftName: kern | |
| - Name: NSStrikethroughStyleAttributeName | |
| SwiftName: strikethroughStyle | |
| - Name: NSUnderlineStyleAttributeName | |
| SwiftName: underlineStyle | |
| - Name: NSStrokeColorAttributeName | |
| SwiftName: strokeColor | |
| - Name: NSStrokeWidthAttributeName | |
| SwiftName: strokeWidth | |
| - Name: NSShadowAttributeName | |
| SwiftName: shadow | |
| - Name: NSTextEffectAttributeName | |
| SwiftName: textEffect | |
| - Name: NSAttachmentAttributeName | |
| SwiftName: attachment | |
| - Name: NSLinkAttributeName | |
| SwiftName: link | |
| - Name: NSBaselineOffsetAttributeName | |
| SwiftName: baselineOffset | |
| - Name: NSUnderlineColorAttributeName | |
| SwiftName: underlineColor | |
| - Name: NSStrikethroughColorAttributeName | |
| SwiftName: strikethroughColor | |
| - Name: NSObliquenessAttributeName | |
| SwiftName: obliqueness | |
| - Name: NSExpansionAttributeName | |
| SwiftName: expansion | |
| - Name: NSWritingDirectionAttributeName | |
| SwiftName: writingDirection | |
| - Name: NSVerticalGlyphFormAttributeName | |
| SwiftName: verticalGlyphForm | |
| - Name: NSPlainTextDocumentType | |
| SwiftName: plain | |
| - Name: NSRTFTextDocumentType | |
| SwiftName: rtf | |
| - Name: NSRTFDTextDocumentType | |
| SwiftName: rtfd | |
| - Name: NSHTMLTextDocumentType | |
| SwiftName: html | |
| - Name: NSDocumentTypeDocumentAttribute | |
| SwiftName: documentType | |
| - Name: NSCharacterEncodingDocumentAttribute | |
| SwiftName: characterEncoding | |
| - Name: NSDefaultAttributesDocumentAttribute | |
| SwiftName: defaultAttributes | |
| - Name: NSPaperSizeDocumentAttribute | |
| SwiftName: paperSize | |
| - Name: NSViewSizeDocumentAttribute | |
| SwiftName: viewSize | |
| - Name: NSViewZoomDocumentAttribute | |
| SwiftName: viewZoom | |
| - Name: NSViewModeDocumentAttribute | |
| SwiftName: viewMode | |
| - Name: NSReadOnlyDocumentAttribute | |
| SwiftName: readOnly | |
| - Name: NSBackgroundColorDocumentAttribute | |
| SwiftName: backgroundColor | |
| - Name: NSHyphenationFactorDocumentAttribute | |
| SwiftName: hyphenationFactor | |
| - Name: NSDefaultTabIntervalDocumentAttribute | |
| SwiftName: defaultTabInterval | |
| - Name: NSTextScalingDocumentAttribute | |
| SwiftName: textScaling | |
| - Name: NSSourceTextScalingDocumentAttribute | |
| SwiftName: sourceTextScaling | |
| - Name: NSTextLayoutSectionsAttribute | |
| SwiftName: textLayoutSections | |
| - Name: NSTabColumnTerminatorsAttributeName | |
| SwiftName: columnTerminators | |
| - Name: NSTextEffectLetterpressStyle | |
| SwiftName: letterpressStyle | |
| - Name: NSPaperMarginDocumentAttribute | |
| SwiftName: paperMargin | |
| - Name: NSDocumentTypeDocumentOption | |
| SwiftName: documentType | |
| - Name: NSDefaultAttributesDocumentOption | |
| SwiftName: defaultAttributes | |
| - Name: NSCharacterEncodingDocumentOption | |
| SwiftName: characterEncoding | |
| - Name: NSTargetTextScalingDocumentOption | |
| SwiftName: targetTextScaling | |
| - Name: NSSourceTextScalingDocumentOption | |
| SwiftName: sourceTextScaling | |
| - Name: NSUnderlinePatternSolid | |
| Availability: nonswift | |
| - Name: NSUnderlinePatternDot | |
| Availability: nonswift | |
| - Name: NSUnderlinePatternDash | |
| Availability: nonswift | |
| - Name: NSUnderlinePatternDashDot | |
| Availability: nonswift | |
| - Name: NSUnderlinePatternDashDotDot | |
| Availability: nonswift | |
| - Name: NSUnderlineByWord | |
| Availability: nonswift | |
| - Name: UIFontDescriptorFamilyAttribute | |
| SwiftName: family | |
| - Name: UIFontDescriptorNameAttribute | |
| SwiftName: name | |
| - Name: UIFontDescriptorFaceAttribute | |
| SwiftName: face | |
| - Name: UIFontDescriptorSizeAttribute | |
| SwiftName: size | |
| - Name: UIFontDescriptorVisibleNameAttribute | |
| SwiftName: visibleName | |
| - Name: UIFontDescriptorMatrixAttribute | |
| SwiftName: matrix | |
| - Name: UIFontDescriptorCharacterSetAttribute | |
| SwiftName: characterSet | |
| - Name: UIFontDescriptorCascadeListAttribute | |
| SwiftName: cascadeList | |
| - Name: UIFontDescriptorTraitsAttribute | |
| SwiftName: traits | |
| - Name: UIFontDescriptorFixedAdvanceAttribute | |
| SwiftName: fixedAdvance | |
| - Name: UIFontDescriptorFeatureSettingsAttribute | |
| SwiftName: featureSettings | |
| - Name: UIFontDescriptorTextStyleAttribute | |
| SwiftName: textStyle | |
| - Name: UIFontSymbolicTrait | |
| SwiftName: symbolic | |
| - Name: UIFontWeightTrait | |
| SwiftName: weight | |
| - Name: UIFontWidthTrait | |
| SwiftName: width | |
| - Name: UIFontSlantTrait | |
| SwiftName: slant | |
| - Name: UIFontFeatureTypeIdentifierKey | |
| SwiftName: featureIdentifier | |
| - Name: UIFontFeatureSelectorIdentifierKey | |
| SwiftName: typeIdentifier | |
| - Name: UIFontWeightUltraLight | |
| SwiftName: ultraLight | |
| - Name: UIFontWeightThin | |
| SwiftName: thin | |
| - Name: UIFontWeightLight | |
| SwiftName: light | |
| - Name: UIFontWeightRegular | |
| SwiftName: regular | |
| - Name: UIFontWeightMedium | |
| SwiftName: medium | |
| - Name: UIFontWeightSemibold | |
| SwiftName: semibold | |
| - Name: UIFontWeightBold | |
| SwiftName: bold | |
| - Name: UIFontWeightHeavy | |
| SwiftName: heavy | |
| - Name: UIFontWeightBlack | |
| SwiftName: black | |
| - Name: UILargeContentViewerInteractionEnabledStatusDidChangeNotification | |
| SwiftName: UILargeContentViewerInteraction.enabledStatusDidChangeNotification | |
| - Name: UITextWritingDirectionNatural | |
| Availability: nonswift | |
| - Name: UITextWritingDirectionLeftToRight | |
| Availability: nonswift | |
| - Name: UITextWritingDirectionRightToLeft | |
| Availability: nonswift | |
| - Name: UISceneWillConnectNotification | |
| SwiftName: UIScene.willConnectNotification | |
| - Name: UISceneDidConnectNotification | |
| SwiftName: UIScene.didConnectNotification | |
| - Name: UISceneWillDisconnectNotification | |
| SwiftName: UIScene.willDisconnectNotification | |
| - Name: UISceneDidDisconnectNotification | |
| SwiftName: UIScene.didDisconnectNotification | |
| - Name: UISceneDidActivateNotification | |
| SwiftName: UIScene.didActivateNotification | |
| - Name: UISceneWillDeactivateNotification | |
| SwiftName: UIScene.willDeactivateNotification | |
| - Name: UISceneWillEnterForegroundNotification | |
| SwiftName: UIScene.willEnterForegroundNotification | |
| - Name: UISceneDidEnterBackgroundNotification | |
| SwiftName: UIScene.didEnterBackgroundNotification | |
| - Name: UIWindowSceneSessionRoleApplication | |
| SwiftName: windowApplication | |
| - Name: UIWindowSceneSessionRoleExternalDisplay | |
| SwiftName: windowExternalDisplay | |
| # Swift 4.2 Renames | |
| - Name: UIApplicationBackgroundRefreshStatusDidChangeNotification | |
| SwiftName: UIApplication.backgroundRefreshStatusDidChangeNotification | |
| - Name: UIApplicationDidBecomeActiveNotification | |
| SwiftName: UIApplication.didBecomeActiveNotification | |
| - Name: UIApplicationDidChangeStatusBarFrameNotification | |
| SwiftName: UIApplication.didChangeStatusBarFrameNotification | |
| - Name: UIApplicationDidChangeStatusBarOrientationNotification | |
| SwiftName: UIApplication.didChangeStatusBarOrientationNotification | |
| - Name: UIApplicationDidEnterBackgroundNotification | |
| SwiftName: UIApplication.didEnterBackgroundNotification | |
| - Name: UIApplicationDidFinishLaunchingNotification | |
| SwiftName: UIApplication.didFinishLaunchingNotification | |
| - Name: UIApplicationDidReceiveMemoryWarningNotification | |
| SwiftName: UIApplication.didReceiveMemoryWarningNotification | |
| - Name: UIApplicationProtectedDataDidBecomeAvailable | |
| SwiftName: UIApplication.protectedDataDidBecomeAvailableNotification | |
| - Name: UIApplicationProtectedDataWillBecomeUnavailable | |
| SwiftName: UIApplication.protectedDataWillBecomeUnavailableNotification | |
| - Name: UIApplicationSignificantTimeChangeNotification | |
| SwiftName: UIApplication.significantTimeChangeNotification | |
| - Name: UIApplicationUserDidTakeScreenshotNotification | |
| SwiftName: UIApplication.userDidTakeScreenshotNotification | |
| - Name: UIApplicationWillChangeStatusBarOrientationNotification | |
| SwiftName: UIApplication.willChangeStatusBarOrientationNotification | |
| - Name: UIApplicationWillChangeStatusBarFrameNotification | |
| SwiftName: UIApplication.willChangeStatusBarFrameNotification | |
| - Name: UIApplicationWillEnterForegroundNotification | |
| SwiftName: UIApplication.willEnterForegroundNotification | |
| - Name: UIApplicationWillResignActiveNotification | |
| SwiftName: UIApplication.willResignActiveNotification | |
| - Name: UIApplicationWillTerminateNotification | |
| SwiftName: UIApplication.willTerminateNotification | |
| - Name: UIContentSizeCategoryDidChangeNotification | |
| SwiftName: UIContentSizeCategory.didChangeNotification | |
| - Name: UIDeviceBatteryLevelDidChangeNotification | |
| SwiftName: UIDevice.batteryLevelDidChangeNotification | |
| - Name: UIDeviceBatteryStateDidChangeNotification | |
| SwiftName: UIDevice.batteryStateDidChangeNotification | |
| - Name: UIDeviceOrientationDidChangeNotification | |
| SwiftName: UIDevice.orientationDidChangeNotification | |
| - Name: UIDeviceProximityStateDidChangeNotification | |
| SwiftName: UIDevice.proximityStateDidChangeNotification | |
| - Name: UIScreenBrightnessDidChangeNotification | |
| SwiftName: UIScreen.brightnessDidChangeNotification | |
| - Name: UIScreenDidConnectNotification | |
| SwiftName: UIScreen.didConnectNotification | |
| - Name: UIScreenDidDisconnectNotification | |
| SwiftName: UIScreen.didDisconnectNotification | |
| - Name: UIScreenModeDidChangeNotification | |
| SwiftName: UIScreen.modeDidChangeNotification | |
| - Name: UIScreenCapturedDidChangeNotification | |
| SwiftName: UIScreen.capturedDidChangeNotification | |
| - Name: UITableViewSelectionDidChangeNotification | |
| SwiftName: UITableView.selectionDidChangeNotification | |
| - Name: UITextFieldTextDidBeginEditingNotification | |
| SwiftName: UITextField.textDidBeginEditingNotification | |
| - Name: UITextFieldTextDidChangeNotification | |
| SwiftName: UITextField.textDidChangeNotification | |
| - Name: UITextFieldTextDidEndEditingNotification | |
| SwiftName: UITextField.textDidEndEditingNotification | |
| - Name: UITextInputCurrentInputModeDidChangeNotification | |
| SwiftName: UITextInputMode.currentInputModeDidChangeNotification | |
| - Name: UITextViewTextDidBeginEditingNotification | |
| SwiftName: UITextView.textDidBeginEditingNotification | |
| - Name: UITextViewTextDidChangeNotification | |
| SwiftName: UITextView.textDidChangeNotification | |
| - Name: UITextViewTextDidEndEditingNotification | |
| SwiftName: UITextView.textDidEndEditingNotification | |
| - Name: UIViewControllerShowDetailTargetDidChangeNotification | |
| SwiftName: UIViewController.showDetailTargetDidChangeNotification | |
| - Name: UIWindowDidBecomeHiddenNotification | |
| SwiftName: UIWindow.didBecomeHiddenNotification | |
| - Name: UIWindowDidBecomeKeyNotification | |
| SwiftName: UIWindow.didBecomeKeyNotification | |
| - Name: UIWindowDidBecomeVisibleNotification | |
| SwiftName: UIWindow.didBecomeVisibleNotification | |
| - Name: UIWindowDidResignKeyNotification | |
| SwiftName: UIWindow.didResignKeyNotification | |
| - Name: UIDocumentStateChangedNotification | |
| SwiftName: UIDocument.stateChangedNotification | |
| - Name: UIKeyboardDidChangeFrameNotification | |
| SwiftName: UIResponder.keyboardDidChangeFrameNotification | |
| - Name: UIKeyboardDidHideNotification | |
| SwiftName: UIResponder.keyboardDidHideNotification | |
| - Name: UIKeyboardDidShowNotification | |
| SwiftName: UIResponder.keyboardDidShowNotification | |
| - Name: UIKeyboardWillChangeFrameNotification | |
| SwiftName: UIResponder.keyboardWillChangeFrameNotification | |
| - Name: UIKeyboardWillHideNotification | |
| SwiftName: UIResponder.keyboardWillHideNotification | |
| - Name: UIKeyboardWillShowNotification | |
| SwiftName: UIResponder.keyboardWillShowNotification | |
| - Name: UIMenuControllerDidHideMenuNotification | |
| SwiftName: UIMenuController.didHideMenuNotification | |
| - Name: UIMenuControllerDidShowMenuNotification | |
| SwiftName: UIMenuController.didShowMenuNotification | |
| - Name: UIMenuControllerMenuFrameDidChangeNotification | |
| SwiftName: UIMenuController.menuFrameDidChangeNotification | |
| - Name: UIMenuControllerWillHideMenuNotification | |
| SwiftName: UIMenuController.willHideMenuNotification | |
| - Name: UIMenuControllerWillShowMenuNotification | |
| SwiftName: UIMenuController.willShowMenuNotification | |
| - Name: UIPasteboardChangedNotification | |
| SwiftName: UIPasteboard.changedNotification | |
| - Name: UIPasteboardRemovedNotification | |
| SwiftName: UIPasteboard.removedNotification | |
| - Name: UIFocusDidUpdateNotification | |
| SwiftName: UIFocusSystem.didUpdateNotification | |
| - Name: UIFocusMovementDidFailNotification | |
| SwiftName: UIFocusSystem.movementDidFailNotification | |
| - Name: NSTextStorageDidProcessEditingNotification | |
| SwiftName: NSTextStorage.didProcessEditingNotification | |
| - Name: NSTextStorageWillProcessEditingNotification | |
| SwiftName: NSTextStorage.willProcessEditingNotification | |
| - Name: UIAccessibilityAnnouncementDidFinishNotification | |
| SwiftName: UIAccessibility.announcementDidFinishNotification | |
| - Name: UIAccessibilityElementFocusedNotification | |
| SwiftName: UIAccessibility.elementFocusedNotification | |
| - Name: UIAccessibilityAssistiveTouchStatusDidChangeNotification | |
| SwiftName: UIAccessibility.assistiveTouchStatusDidChangeNotification | |
| - Name: UIAccessibilityBoldTextStatusDidChangeNotification | |
| SwiftName: UIAccessibility.boldTextStatusDidChangeNotification | |
| - Name: UIAccessibilityClosedCaptioningStatusDidChangeNotification | |
| SwiftName: UIAccessibility.closedCaptioningStatusDidChangeNotification | |
| - Name: UIAccessibilityDarkerSystemColorsStatusDidChangeNotification | |
| SwiftName: UIAccessibility.darkerSystemColorsStatusDidChangeNotification | |
| - Name: UIAccessibilityGrayscaleStatusDidChangeNotification | |
| SwiftName: UIAccessibility.grayscaleStatusDidChangeNotification | |
| - Name: UIAccessibilityGuidedAccessStatusDidChangeNotification | |
| SwiftName: UIAccessibility.guidedAccessStatusDidChangeNotification | |
| - Name: UIAccessibilityHearingDevicePairedEarDidChangeNotification | |
| SwiftName: UIAccessibility.hearingDevicePairedEarDidChangeNotification | |
| - Name: UIAccessibilityInvertColorsStatusDidChangeNotification | |
| SwiftName: UIAccessibility.invertColorsStatusDidChangeNotification | |
| - Name: UIAccessibilityMonoAudioStatusDidChangeNotification | |
| SwiftName: UIAccessibility.monoAudioStatusDidChangeNotification | |
| - Name: UIAccessibilityOnOffSwitchLabelsDidChangeNotification | |
| SwiftName: UIAccessibility.onOffSwitchLabelsDidChangeNotification | |
| - Name: UIAccessibilityReduceMotionStatusDidChangeNotification | |
| SwiftName: UIAccessibility.reduceMotionStatusDidChangeNotification | |
| - Name: UIAccessibilityVideoAutoplayStatusDidChangeNotification | |
| SwiftName: UIAccessibility.videoAutoplayStatusDidChangeNotification | |
| - Name: UIAccessibilityReduceTransparencyStatusDidChangeNotification | |
| SwiftName: UIAccessibility.reduceTransparencyStatusDidChangeNotification | |
| - Name: UIAccessibilityShakeToUndoDidChangeNotification | |
| SwiftName: UIAccessibility.shakeToUndoDidChangeNotification | |
| - Name: UIAccessibilityShouldDifferentiateWithoutColorDidChangeNotification | |
| SwiftName: UIAccessibility.differentiateWithoutColorDidChangeNotification | |
| - Name: UIAccessibilitySpeakScreenStatusDidChangeNotification | |
| SwiftName: UIAccessibility.speakScreenStatusDidChangeNotification | |
| - Name: UIAccessibilitySpeakSelectionStatusDidChangeNotification | |
| SwiftName: UIAccessibility.speakSelectionStatusDidChangeNotification | |
| - Name: UIAccessibilitySwitchControlStatusDidChangeNotification | |
| SwiftName: UIAccessibility.switchControlStatusDidChangeNotification | |
| - Name: UIAccessibilityVoiceOverStatusDidChangeNotification | |
| SwiftName: UIAccessibility.voiceOverStatusDidChangeNotification | |
| - Name: UIApplicationStatusBarOrientationUserInfoKey | |
| SwiftName: UIApplication.statusBarOrientationUserInfoKey | |
| - Name: UIApplicationStatusBarFrameUserInfoKey | |
| SwiftName: UIApplication.statusBarFrameUserInfoKey | |
| - Name: UIKeyboardAnimationCurveUserInfoKey | |
| SwiftName: UIResponder.keyboardAnimationCurveUserInfoKey | |
| - Name: UIKeyboardAnimationDurationUserInfoKey | |
| SwiftName: UIResponder.keyboardAnimationDurationUserInfoKey | |
| - Name: UIKeyboardIsLocalUserInfoKey | |
| SwiftName: UIResponder.keyboardIsLocalUserInfoKey | |
| - Name: UIKeyboardFrameBeginUserInfoKey | |
| SwiftName: UIResponder.keyboardFrameBeginUserInfoKey | |
| - Name: UIKeyboardFrameEndUserInfoKey | |
| SwiftName: UIResponder.keyboardFrameEndUserInfoKey | |
| - Name: UIContentSizeCategoryNewValueKey | |
| SwiftName: UIContentSizeCategory.newValueUserInfoKey | |
| - Name: UIPasteboardChangedTypesAddedKey | |
| SwiftName: UIPasteboard.changedTypesAddedUserInfoKey | |
| - Name: UIPasteboardChangedTypesRemovedKey | |
| SwiftName: UIPasteboard.changedTypesRemovedUserInfoKey | |
| - Name: UITextFieldDidEndEditingReasonKey | |
| SwiftName: UITextField.didEndEditingReasonUserInfoKey | |
| - Name: UIFocusUpdateAnimationCoordinatorKey | |
| SwiftName: UIFocusSystem.animationCoordinatorUserInfoKey | |
| - Name: UIFocusUpdateContextKey | |
| SwiftName: UIFocusSystem.focusUpdateContextUserInfoKey | |
| - Name: UIAccessibilityAnnouncementKeyStringValue | |
| SwiftName: UIAccessibility.announcementStringValueUserInfoKey | |
| - Name: UIAccessibilityAnnouncementKeyWasSuccessful | |
| SwiftName: UIAccessibility.announcementWasSuccessfulUserInfoKey | |
| - Name: UIAccessibilityFocusedElementKey | |
| SwiftName: UIAccessibility.focusedElementUserInfoKey | |
| - Name: UIAccessibilityUnfocusedElementKey | |
| SwiftName: UIAccessibility.unfocusedElementUserInfoKey | |
| - Name: UIAccessibilityAssistiveTechnologyKey | |
| SwiftName: UIAccessibility.assistiveTechnologyUserInfoKey | |
| - Name: UIApplicationBackgroundFetchIntervalMinimum | |
| SwiftName: UIApplication.backgroundFetchIntervalMinimum | |
| - Name: UIApplicationBackgroundFetchIntervalNever | |
| SwiftName: UIApplication.backgroundFetchIntervalNever | |
| - Name: UILayoutFittingCompressedSize | |
| SwiftName: UIView.layoutFittingCompressedSize | |
| - Name: UILayoutFittingExpandedSize | |
| SwiftName: UIView.layoutFittingExpandedSize | |
| - Name: UICollectionViewFlowLayoutAutomaticSize | |
| SwiftName: UICollectionViewFlowLayout.automaticSize | |
| - Name: UITableViewAutomaticDimension | |
| SwiftName: UITableView.automaticDimension | |
| - Name: UISplitViewControllerAutomaticDimension | |
| SwiftName: UISplitViewController.automaticDimension | |
| - Name: UIFloatRangeZero | |
| SwiftName: UIFloatRange.zero | |
| - Name: UIFloatRangeInfinite | |
| SwiftName: UIFloatRange.infinite | |
| - Name: UIApplicationOpenSettingsURLString | |
| SwiftName: UIApplication.openSettingsURLString | |
| - Name: UIStateRestorationViewControllerStoryboardKey | |
| SwiftName: UIApplication.stateRestorationViewControllerStoryboardKey | |
| - Name: UIApplicationStateRestorationBundleVersionKey | |
| SwiftName: UIApplication.stateRestorationBundleVersionKey | |
| - Name: UIApplicationStateRestorationUserInterfaceIdiomKey | |
| SwiftName: UIApplication.stateRestorationUserInterfaceIdiomKey | |
| - Name: UIApplicationStateRestorationTimestampKey | |
| SwiftName: UIApplication.stateRestorationTimestampKey | |
| - Name: UIApplicationStateRestorationSystemVersionKey | |
| SwiftName: UIApplication.stateRestorationSystemVersionKey | |
| - Name: UIPasteboardTypeListString | |
| SwiftName: UIPasteboard.typeListString | |
| - Name: UIPasteboardTypeListURL | |
| SwiftName: UIPasteboard.typeListURL | |
| - Name: UIPasteboardTypeListImage | |
| SwiftName: UIPasteboard.typeListImage | |
| - Name: UIPasteboardTypeListColor | |
| SwiftName: UIPasteboard.typeListColor | |
| - Name: UIPasteboardTypeAutomatic | |
| SwiftName: UIPasteboard.typeAutomatic | |
| - Name: UIViewNoIntrinsicMetric | |
| SwiftName: UIView.noIntrinsicMetric | |
| - Name: UITableViewIndexSearch | |
| SwiftName: UITableView.indexSearch | |
| - Name: UINavigationControllerHideShowBarDuration | |
| SwiftName: UINavigationController.hideShowBarDuration | |
| - Name: UIKeyInputUpArrow | |
| SwiftName: UIKeyCommand.inputUpArrow | |
| - Name: UIKeyInputDownArrow | |
| SwiftName: UIKeyCommand.inputDownArrow | |
| - Name: UIKeyInputLeftArrow | |
| SwiftName: UIKeyCommand.inputLeftArrow | |
| - Name: UIKeyInputRightArrow | |
| SwiftName: UIKeyCommand.inputRightArrow | |
| - Name: UIKeyInputEscape | |
| SwiftName: UIKeyCommand.inputEscape | |
| - Name: NSUserActivityDocumentURLKey | |
| SwiftName: UIDocument.userActivityURLKey | |
| - Name: UIViewControllerHierarchyInconsistencyException | |
| SwiftName: UIViewController.hierarchyInconsistencyException | |
| - Name: UIApplicationInvalidInterfaceOrientationException | |
| SwiftName: UIApplication.invalidInterfaceOrientationException | |
| - Name: UICollectionElementKindSectionHeader | |
| SwiftName: UICollectionView.elementKindSectionHeader | |
| - Name: UICollectionElementKindSectionFooter | |
| SwiftName: UICollectionView.elementKindSectionFooter | |
| - Name: UIApplicationOpenURLOptionUniversalLinksOnly | |
| SwiftName: UIApplicationOpenExternalURLOptionsKey.universalLinksOnly | |
| - Name: UIPageViewControllerOptionSpineLocationKey | |
| SwiftName: UIPageViewControllerOptionsKey.spineLocation | |
| - Name: UIPageViewControllerOptionInterPageSpacingKey | |
| SwiftName: UIPageViewControllerOptionsKey.interPageSpacing | |
| - Name: UIAccessibilityNotificationSwitchControlIdentifier | |
| SwiftName: notificationSwitchControl | |
| - Name: UIAccessibilityNotificationVoiceOverIdentifier | |
| SwiftName: notificationVoiceOver | |
| - Name: UIAccessibilitySpeechAttributePunctuation | |
| SwiftName: accessibilitySpeechPunctuation | |
| - Name: UIAccessibilitySpeechAttributeLanguage | |
| SwiftName: accessibilitySpeechLanguage | |
| - Name: UIAccessibilitySpeechAttributePitch | |
| SwiftName: accessibilitySpeechPitch | |
| - Name: UIAccessibilitySpeechAttributeQueueAnnouncement | |
| SwiftName: accessibilitySpeechQueueAnnouncement | |
| - Name: UIAccessibilitySpeechAttributeIPANotation | |
| SwiftName: accessibilitySpeechIPANotation | |
| - Name: UIAccessibilitySpeechAttributeSpellOut | |
| SwiftName: accessibilitySpeechSpellOut | |
| - Name: UIAccessibilityTextAttributeHeadingLevel | |
| SwiftName: accessibilityTextHeadingLevel | |
| - Name: UIAccessibilityTextAttributeCustom | |
| SwiftName: accessibilityTextCustom | |
| - Name: UIAccessibilityScreenChangedNotification | |
| SwiftName: screenChanged | |
| - Name: UIAccessibilityLayoutChangedNotification | |
| SwiftName: layoutChanged | |
| - Name: UIAccessibilityAnnouncementNotification | |
| SwiftName: announcement | |
| - Name: UIAccessibilityPageScrolledNotification | |
| SwiftName: pageScrolled | |
| - Name: UIAccessibilityPauseAssistiveTechnologyNotification | |
| SwiftName: pauseAssistiveTechnology | |
| - Name: UIAccessibilityResumeAssistiveTechnologyNotification | |
| SwiftName: resumeAssistiveTechnology | |
| - Name: UIAccessibilityTraitNone | |
| SwiftName: none | |
| - Name: UIAccessibilityTraitButton | |
| SwiftName: button | |
| - Name: UIAccessibilityTraitLink | |
| SwiftName: link | |
| - Name: UIAccessibilityTraitHeader | |
| SwiftName: header | |
| - Name: UIAccessibilityTraitSearchField | |
| SwiftName: searchField | |
| - Name: UIAccessibilityTraitImage | |
| SwiftName: image | |
| - Name: UIAccessibilityTraitSelected | |
| SwiftName: selected | |
| - Name: UIAccessibilityTraitPlaysSound | |
| SwiftName: playsSound | |
| - Name: UIAccessibilityTraitKeyboardKey | |
| SwiftName: keyboardKey | |
| - Name: UIAccessibilityTraitStaticText | |
| SwiftName: staticText | |
| - Name: UIAccessibilityTraitSummaryElement | |
| SwiftName: summaryElement | |
| - Name: UIAccessibilityTraitNotEnabled | |
| SwiftName: notEnabled | |
| - Name: UIAccessibilityTraitUpdatesFrequently | |
| SwiftName: updatesFrequently | |
| - Name: UIAccessibilityTraitStartsMediaSession | |
| SwiftName: startsMediaSession | |
| - Name: UIAccessibilityTraitAdjustable | |
| SwiftName: adjustable | |
| - Name: UIAccessibilityTraitAllowsDirectInteraction | |
| SwiftName: allowsDirectInteraction | |
| - Name: UIAccessibilityTraitCausesPageTurn | |
| SwiftName: causesPageTurn | |
| - Name: UIAccessibilityTraitTabBar | |
| SwiftName: tabBar | |
| - Name: UITrackingRunLoopMode | |
| SwiftName: tracking | |
| - Name: UIGuidedAccessErrorDomain | |
| SwiftName: UIAccessibility.guidedAccessErrorDomain | |
| Functions: | |
| - Name: UIFontWeightForImageSymbolWeight | |
| SwiftName: "UIImageSymbolWeight.fontWeight(self:)" | |
| - Name: UIImageSymbolWeightForFontWeight | |
| SwiftName: "UIFontWeight.symbolWeight(self:)" | |
| - Name: UIInterfaceOrientationIsPortrait | |
| SwiftName: "getter:UIInterfaceOrientation.isPortrait(self:)" | |
| - Name: UIInterfaceOrientationIsLandscape | |
| SwiftName: "getter:UIInterfaceOrientation.isLandscape(self:)" | |
| - Name: UIDeviceOrientationIsPortrait | |
| SwiftName: "getter:UIDeviceOrientation.isPortrait(self:)" | |
| - Name: UIDeviceOrientationIsLandscape | |
| SwiftName: "getter:UIDeviceOrientation.isLandscape(self:)" | |
| - Name: UIDeviceOrientationIsFlat | |
| SwiftName: "getter:UIDeviceOrientation.isFlat(self:)" | |
| - Name: UIDeviceOrientationIsValidInterfaceOrientation | |
| SwiftName: "getter:UIDeviceOrientation.isValidInterfaceOrientation(self:)" | |
| - Name: UIEdgeInsetsMake | |
| SwiftName: "UIEdgeInsets.init(top:left:bottom:right:)" | |
| - Name: NSDirectionalEdgeInsetsMake | |
| SwiftName: "NSDirectionalEdgeInsets.init(top:leading:bottom:trailing:)" | |
| - Name: UIOffsetMake | |
| SwiftName: "UIOffset.init(horizontal:vertical:)" | |
| - Name: UIFloatRangeMake | |
| SwiftName: "UIFloatRange.init(minimum:maximum:)" | |
| - Name: UIFloatRangeIsEqualToRange | |
| SwiftPrivate: true | |
| - Name: UIEdgeInsetsEqualToEdgeInsets | |
| SwiftPrivate: true | |
| - Name: NSDirectionalEdgeInsetsEqualToDirectionalEdgeInsets | |
| SwiftPrivate: true | |
| - Name: UIOffsetEqualToOffset | |
| SwiftPrivate: true | |
| - Name: UIEdgeInsetsInsetRect | |
| SwiftName: "CGRect.inset(self:by:)" | |
| - Name: UIFloatRangeIsInfinite | |
| SwiftName: "getter:UIFloatRange.isInfinite(self:)" | |
| - Name: NSStringFromCGPoint | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromCGVector | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromCGSize | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromCGRect | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromCGAffineTransform | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromUIEdgeInsets | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromDirectionalEdgeInsets | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: NSStringFromUIOffset | |
| SwiftName: "NSCoder.string(for:)" | |
| - Name: CGPointFromString | |
| SwiftName: "NSCoder.cgPoint(for:)" | |
| - Name: CGVectorFromString | |
| SwiftName: "NSCoder.cgVector(for:)" | |
| - Name: CGSizeFromString | |
| SwiftName: "NSCoder.cgSize(for:)" | |
| - Name: CGRectFromString | |
| SwiftName: "NSCoder.cgRect(for:)" | |
| - Name: CGAffineTransformFromString | |
| SwiftName: "NSCoder.cgAffineTransform(for:)" | |
| - Name: UIEdgeInsetsFromString | |
| SwiftName: "NSCoder.uiEdgeInsets(for:)" | |
| - Name: NSDirectionalEdgeInsetsFromString | |
| SwiftName: "NSCoder.nsDirectionalEdgeInsets(for:)" | |
| - Name: UIOffsetFromString | |
| SwiftName: "NSCoder.uiOffset(for:)" | |
| - Name: NSTextAlignmentToCTTextAlignment | |
| SwiftName: "CTTextAlignment.init(_:)" | |
| - Name: NSTextAlignmentFromCTTextAlignment | |
| SwiftName: "NSTextAlignment.init(_:)" | |
| - Name: UIImagePNGRepresentation | |
| SwiftName: "UIImage.pngData(self:)" | |
| - Name: UIImageJPEGRepresentation | |
| SwiftName: "UIImage.jpegData(self:compressionQuality:)" | |
| - Name: UIAccessibilityPostNotification | |
| SwiftName: "UIAccessibility.post(notification:argument:)" | |
| - Name: UIAccessibilityConvertFrameToScreenCoordinates | |
| SwiftName: "UIAccessibility.convertToScreenCoordinates(_:in:)" | |
| - Name: UIAccessibilityConvertPathToScreenCoordinates | |
| SwiftName: "UIAccessibility.convertToScreenCoordinates(_:in:)" | |
| - Name: UIAccessibilityFocusedElement | |
| SwiftName: "UIAccessibility.focusedElement(using:)" | |
| - Name: UIAccessibilityHearingDevicePairedEar | |
| SwiftName: "getter:UIAccessibility.hearingDevicePairedEar()" | |
| - Name: UIAccessibilityRegisterGestureConflictWithZoom | |
| SwiftName: "UIAccessibility.registerGestureConflictWithZoom()" | |
| - Name: UIAccessibilityRequestGuidedAccessSession | |
| SwiftName: "UIAccessibility.requestGuidedAccessSession(enabled:completionHandler:)" | |
| - Name: UIAccessibilityZoomFocusChanged | |
| SwiftName: "UIAccessibility.zoomFocusChanged(zoomType:toFrame:in:)" | |
| - Name: UIAccessibilityIsAssistiveTouchRunning | |
| SwiftName: "getter:UIAccessibility.isAssistiveTouchRunning()" | |
| - Name: UIAccessibilityIsVoiceOverRunning | |
| SwiftName: "getter:UIAccessibility.isVoiceOverRunning()" | |
| - Name: UIAccessibilityIsSwitchControlRunning | |
| SwiftName: "getter:UIAccessibility.isSwitchControlRunning()" | |
| - Name: UIAccessibilityIsShakeToUndoEnabled | |
| SwiftName: "getter:UIAccessibility.isShakeToUndoEnabled()" | |
| - Name: UIAccessibilityIsClosedCaptioningEnabled | |
| SwiftName: "getter:UIAccessibility.isClosedCaptioningEnabled()" | |
| - Name: UIAccessibilityIsBoldTextEnabled | |
| SwiftName: "getter:UIAccessibility.isBoldTextEnabled()" | |
| - Name: UIAccessibilityDarkerSystemColorsEnabled | |
| SwiftName: "getter:UIAccessibility.isDarkerSystemColorsEnabled()" | |
| - Name: UIAccessibilityIsGrayscaleEnabled | |
| SwiftName: "getter:UIAccessibility.isGrayscaleEnabled()" | |
| - Name: UIAccessibilityIsGuidedAccessEnabled | |
| SwiftName: "getter:UIAccessibility.isGuidedAccessEnabled()" | |
| - Name: UIAccessibilityIsInvertColorsEnabled | |
| SwiftName: "getter:UIAccessibility.isInvertColorsEnabled()" | |
| - Name: UIAccessibilityIsMonoAudioEnabled | |
| SwiftName: "getter:UIAccessibility.isMonoAudioEnabled()" | |
| - Name: UIAccessibilityIsReduceMotionEnabled | |
| SwiftName: "getter:UIAccessibility.isReduceMotionEnabled()" | |
| - Name: UIAccessibilityIsVideoAutoplayEnabled | |
| SwiftName: "getter:UIAccessibility.isVideoAutoplayEnabled()" | |
| - Name: UIAccessibilityIsReduceTransparencyEnabled | |
| SwiftName: "getter:UIAccessibility.isReduceTransparencyEnabled()" | |
| - Name: UIAccessibilityIsSpeakScreenEnabled | |
| SwiftName: "getter:UIAccessibility.isSpeakScreenEnabled()" | |
| - Name: UIAccessibilityIsSpeakSelectionEnabled | |
| SwiftName: "getter:UIAccessibility.isSpeakSelectionEnabled()" | |
| - Name: UIAccessibilityIsOnOffSwitchLabelsEnabled | |
| SwiftName: "getter:UIAccessibility.isOnOffSwitchLabelsEnabled()" | |
| - Name: UIAccessibilityShouldDifferentiateWithoutColor | |
| SwiftName: "getter:UIAccessibility.shouldDifferentiateWithoutColor()" | |
| - Name: UIGuidedAccessRestrictionStateForIdentifier | |
| SwiftName: "UIAccessibility.guidedAccessRestrictionState(forIdentifier:)" | |
| - Name: UIGuidedAccessConfigureAccessibilityFeatures | |
| SwiftName: "UIAccessibility.configureForGuidedAccess(features:enabled:completionHandler:)" | |
| SwiftVersions: | |
| # | |
| # Swift 4 and below specific conversions | |
| # | |
| - Version: 4 | |
| Classes: | |
| - Name: NSLayoutXAxisAnchor | |
| Methods: | |
| - Selector: 'constraintEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraintEqualToSystemSpacingAfter(_:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraintGreaterThanOrEqualToSystemSpacingAfter(_:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToSystemSpacingAfterAnchor:multiplier:' | |
| SwiftName: constraintLessThanOrEqualToSystemSpacingAfter(_:multiplier:) | |
| MethodKind: Instance | |
| - Name: NSLayoutYAxisAnchor | |
| Methods: | |
| - Selector: 'constraintEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraintEqualToSystemSpacingBelow(_:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintGreaterThanOrEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraintGreaterThanOrEqualToSystemSpacingBelow(_:multiplier:) | |
| MethodKind: Instance | |
| - Selector: 'constraintLessThanOrEqualToSystemSpacingBelowAnchor:multiplier:' | |
| SwiftName: constraintLessThanOrEqualToSystemSpacingBelow(_:multiplier:) | |
| MethodKind: Instance | |
| - Name: UIContextualAction | |
| Properties: | |
| - Name: backgroundColor | |
| Nullability: O | |
| - Name: UISearchBar | |
| Methods: | |
| - Selector: "setScopeBarButtonTitleTextAttributes:forState:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 0 | |
| Type: "NSDictionary<NSString *, id> * _Nullable" | |
| - Selector: "scopeBarButtonTitleTextAttributesForState:" | |
| MethodKind: Instance | |
| ResultType: "NSDictionary<NSString *, id> * _Nullable" | |
| - Selector: "setShowsScopeBar:animated:" | |
| SwiftName: setShowsScopeBar(_:animated:) | |
| MethodKind: Instance | |
| - Name: UITextView | |
| Properties: | |
| - Name: typingAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Nonnull" | |
| - Name: linkTextAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Null_unspecified" | |
| - Name: UITextField | |
| Properties: | |
| - Name: typingAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Nullable" | |
| - Name: defaultTextAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Nonnull" | |
| - Name: UINavigationBar | |
| Properties: | |
| - Name: defaultTextAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Nonnull" | |
| - Name: UIBarItem | |
| Methods: | |
| - Selector: "titleTextAttributesForState:" | |
| MethodKind: Instance | |
| ResultType: "NSDictionary<NSString *, id> * _Nullable" | |
| - Name: UITabBarItem | |
| Methods: | |
| - Selector: "setBadgeTextAttributes:forState:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 0 | |
| Type: "NSDictionary<NSString *, id> * _Nullable" | |
| - Selector: "badgeTextAttributesForState:" | |
| MethodKind: Instance | |
| ResultType: "NSDictionary<NSString *, id> * _Nullable" | |
| - Name: UISegmentedControl | |
| Methods: | |
| - Selector: "setTitleTextAttributes:forState:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 0 | |
| Type: "NSDictionary * _Nullable" | |
| - Selector: "titleTextAttributesForState:" | |
| MethodKind: Instance | |
| ResultType: "NSDictionary * _Nullable" | |
| - Name: UINib | |
| Methods: | |
| - Selector: "instantiateWithOwner:options:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 1 | |
| Type: "NSDictionary * _Nullable" | |
| - Name: NSBundle | |
| Methods: | |
| - Selector: "loadNibNamed:owner:options:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 2 | |
| Type: "NSDictionary * _Nullable" | |
| - Name: Bundle | |
| Methods: | |
| - Selector: "loadNibNamed:owner:options:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 2 | |
| Type: "NSDictionary * _Nullable" | |
| - Name: UICollectionViewController | |
| Properties: | |
| - Name: collectionView | |
| Nullability: O | |
| - Name: UIActivityIndicatorView | |
| Methods: | |
| - Selector: "initWithActivityIndicatorStyle:" | |
| MethodKind: Instance | |
| SwiftName: init(activityIndicatorStyle:) | |
| Properties: | |
| - Name: activityIndicatorViewStyle | |
| PropertyKind: Instance | |
| SwiftName: activityIndicatorViewStyle | |
| - Name: color | |
| Nullability: O | |
| - Name: UIApplicationShortcutItem | |
| Methods: | |
| - Selector: "initWithType:localizedTitle:localizedSubtitle:icon:userInfo:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 4 | |
| Type: "NSDictionary * _Nullable" | |
| - Name: UIPasteboard | |
| Methods: | |
| - Selector: "dataForPasteboardType:inItemSet:" | |
| MethodKind: Instance | |
| ResultType: "NSArray * _Nullable" | |
| - Name: UIView | |
| Methods: | |
| - Selector: 'bringSubviewToFront:' | |
| SwiftName: bringSubview(toFront:) | |
| MethodKind: Instance | |
| - Selector: 'sendSubviewToBack:' | |
| SwiftName: sendSubview(toBack:) | |
| MethodKind: Instance | |
| - Name: UIViewController | |
| Properties: | |
| - Name: childViewControllers | |
| SwiftName: childViewControllers | |
| - Name: childViewControllerForStatusBarHidden | |
| SwiftName: childViewControllerForStatusBarHidden | |
| - Name: childViewControllerForStatusBarStyle | |
| SwiftName: childViewControllerForStatusBarStyle | |
| - Name: childViewControllerForScreenEdgesDeferringSystemGestures | |
| SwiftName: childViewControllerForScreenEdgesDeferringSystemGestures | |
| SwiftImportAsAccessors: true | |
| - Name: preferredScreenEdgesDeferringSystemGestures | |
| SwiftImportAsAccessors: true | |
| - Name: childViewControllerForHomeIndicatorAutoHidden | |
| SwiftName: childViewControllerForHomeIndicatorAutoHidden | |
| SwiftImportAsAccessors: true | |
| - Name: prefersHomeIndicatorAutoHidden | |
| SwiftImportAsAccessors: true | |
| - Name: movingToParentViewController | |
| SwiftName: isMovingToParentViewController | |
| - Name: movingFromParentViewController | |
| SwiftName: isMovingFromParentViewController | |
| Methods: | |
| - Selector: 'addChildViewController:' | |
| SwiftName: addChildViewController(_:) | |
| MethodKind: Instance | |
| - Selector: 'removeFromParentViewController' | |
| SwiftName: removeFromParentViewController() | |
| MethodKind: Instance | |
| - Selector: 'allowedChildViewControllersForUnwindingFromSource:' | |
| SwiftName: allowedChildViewControllersForUnwinding(from:) | |
| MethodKind: Instance | |
| - Selector: 'childViewControllerContainingSegueSource:' | |
| SwiftName: childViewControllerContaining(_:) | |
| MethodKind: Instance | |
| - Selector: 'unwindForSegue:towardsViewController:' | |
| SwiftName: unwind(for:towardsViewController:) | |
| MethodKind: Instance | |
| - Selector: 'setOverrideTraitCollection:forChildViewController:' | |
| SwiftName: setOverrideTraitCollection(_:forChildViewController:) | |
| MethodKind: Instance | |
| - Selector: 'overrideTraitCollectionForChildViewController:' | |
| SwiftName: overrideTraitCollection(forChildViewController:) | |
| MethodKind: Instance | |
| - Selector: 'willMoveToParentViewController:' | |
| SwiftName: willMove(toParentViewController:) | |
| MethodKind: Instance | |
| - Selector: 'didMoveToParentViewController:' | |
| SwiftName: didMove(toParentViewController:) | |
| MethodKind: Instance | |
| - Name: CIImage | |
| Methods: | |
| - Selector: 'initWithImage:options:' | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 1 | |
| Type: "NSDictionary * _Nullable" | |
| Protocols: | |
| - Name: UITextPasteItem | |
| Properties: | |
| - Name: defaultAttributes | |
| PropertyKind: Instance | |
| Type: "NSDictionary<NSString *, id> * _Nonnull" | |
| - Name: UITextInput | |
| Properties: | |
| - Name: markedTextStyle | |
| PropertyKind: Instance | |
| Type: "NSDictionary * _Nullable" | |
| Methods: | |
| - Selector: "selectionRectsForRange:" | |
| MethodKind: Instance | |
| ResultType: "NSArray * _Nonnull" | |
| - Selector: "textStylingAtPosition:inDirection:" | |
| MethodKind: Instance | |
| ResultType: "NSDictionary<NSString *, id> * _Nullable" | |
| - Name: UIApplicationDelegate | |
| Methods: | |
| - Selector: "application:viewControllerWithRestorationIdentifierPath:coder:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 1 | |
| Type: "NSArray * _Nonnull" | |
| - Selector: "application:continueUserActivity:restorationHandler:" | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 2 | |
| Type: "void (^ _Nonnull)(NSArray * _Nullable)" | |
| - Name: UIViewControllerRestoration | |
| Methods: | |
| - Selector: "viewControllerWithRestorationIdentifierPath:coder:" | |
| MethodKind: Class | |
| Parameters: | |
| - Position: 0 | |
| Type: "NSArray * _Nonnull" | |
| Tags: | |
| - Name: NSGlyphProperty | |
| EnumKind: NSEnum | |
| - Name: NSControlCharacterAction | |
| EnumKind: NSEnum | |
| - Name: NSUnderlineStyle | |
| EnumKind: NSEnum | |
| # Swift 4.2 Renames | |
| - Name: UIApplicationState | |
| SwiftName: UIApplicationState | |
| - Name: UIDeviceBatteryState | |
| SwiftName: UIDeviceBatteryState | |
| - Name: UIDocumentChangeKind | |
| SwiftName: UIDocumentChangeKind | |
| - Name: UIDocumentSaveOperation | |
| SwiftName: UIDocumentSaveOperation | |
| - Name: UIDocumentState | |
| SwiftName: UIDocumentState | |
| - Name: UIActivityCategory | |
| SwiftName: UIActivityCategory | |
| - Name: UIViewContentMode | |
| SwiftName: UIViewContentMode | |
| - Name: UIViewAnimationOptions | |
| SwiftName: UIViewAnimationOptions | |
| - Name: UIViewAnimationCurve | |
| SwiftName: UIViewAnimationCurve | |
| - Name: UIViewAnimationTransition | |
| SwiftName: UIViewAnimationTransition | |
| - Name: UISystemAnimation | |
| SwiftName: UISystemAnimation | |
| - Name: UIViewKeyframeAnimationOptions | |
| SwiftName: UIViewKeyframeAnimationOptions | |
| - Name: UIViewTintAdjustmentMode | |
| SwiftName: UIViewTintAdjustmentMode | |
| - Name: UIViewAutoresizing | |
| SwiftName: UIViewAutoresizing | |
| - Name: UICollectionViewReorderingCadence | |
| SwiftName: UICollectionViewReorderingCadence | |
| - Name: UICollectionViewScrollPosition | |
| SwiftName: UICollectionViewScrollPosition | |
| - Name: UICollectionViewScrollDirection | |
| SwiftName: UICollectionViewScrollDirection | |
| - Name: UICollectionElementCategory | |
| SwiftName: UICollectionElementCategory | |
| - Name: UICollectionViewCellDragState | |
| SwiftName: UICollectionViewCellDragState | |
| - Name: UICollectionViewFlowLayoutSectionInsetReference | |
| SwiftName: UICollectionViewFlowLayoutSectionInsetReference | |
| - Name: UICollectionUpdateAction | |
| SwiftName: UICollectionUpdateAction | |
| - Name: UICollectionViewDropIntent | |
| SwiftName: UICollectionViewDropIntent | |
| - Name: UITableViewSeparatorInsetReference | |
| SwiftName: UITableViewSeparatorInsetReference | |
| - Name: UITableViewStyle | |
| SwiftName: UITableViewStyle | |
| - Name: UITableViewScrollPosition | |
| SwiftName: UITableViewScrollPosition | |
| - Name: UITableViewRowAnimation | |
| SwiftName: UITableViewRowAnimation | |
| - Name: UITableViewCellDragState | |
| SwiftName: UITableViewCellDragState | |
| - Name: UITableViewCellStyle | |
| SwiftName: UITableViewCellStyle | |
| - Name: UITableViewCellSelectionStyle | |
| SwiftName: UITableViewCellSelectionStyle | |
| - Name: UITableViewCellEditingStyle | |
| SwiftName: UITableViewCellEditingStyle | |
| - Name: UITableViewCellAccessoryType | |
| SwiftName: UITableViewCellAccessoryType | |
| - Name: UITableViewCellSeparatorStyle | |
| SwiftName: UITableViewCellSeparatorStyle | |
| - Name: UITableViewCellFocusStyle | |
| SwiftName: UITableViewCellFocusStyle | |
| - Name: UITableViewCellStateMask | |
| SwiftName: UITableViewCellStateMask | |
| - Name: UITableViewRowActionStyle | |
| SwiftName: UITableViewRowActionStyle | |
| - Name: UITableViewDropIntent | |
| SwiftName: UITableViewDropIntent | |
| - Name: UIStackViewDistribution | |
| SwiftName: UIStackViewDistribution | |
| - Name: UIStackViewAlignment | |
| SwiftName: UIStackViewAlignment | |
| - Name: UIScrollViewContentInsetAdjustmentBehavior | |
| SwiftName: UIScrollViewContentInsetAdjustmentBehavior | |
| - Name: UIScrollViewIndicatorStyle | |
| SwiftName: UIScrollViewIndicatorStyle | |
| - Name: UIScrollViewKeyboardDismissMode | |
| SwiftName: UIScrollViewKeyboardDismissMode | |
| - Name: UIScrollViewIndexDisplayMode | |
| SwiftName: UIScrollViewIndexDisplayMode | |
| - Name: UIActivityIndicatorViewStyle | |
| SwiftName: UIActivityIndicatorViewStyle | |
| - Name: UIProgressViewStyle | |
| SwiftName: UIProgressViewStyle | |
| - Name: UIWebViewNavigationType | |
| SwiftName: UIWebViewNavigationType | |
| - Name: UIWebPaginationBreakingMode | |
| SwiftName: UIWebPaginationBreakingMode | |
| - Name: UIWebPaginationMode | |
| SwiftName: UIWebPaginationMode | |
| - Name: UIControlContentVerticalAlignment | |
| SwiftName: UIControlContentVerticalAlignment | |
| - Name: UIControlContentHorizontalAlignment | |
| SwiftName: UIControlContentHorizontalAlignment | |
| - Name: UIControlEvents | |
| SwiftName: UIControlEvents | |
| - Name: UIControlState | |
| SwiftName: UIControlState | |
| - Name: UIButtonType | |
| SwiftName: UIButtonType | |
| - Name: UIDatePickerMode | |
| SwiftName: UIDatePickerMode | |
| - Name: UISegmentedControlSegment | |
| SwiftName: UISegmentedControlSegment | |
| - Name: UITextBorderStyle | |
| SwiftName: UITextBorderStyle | |
| - Name: UITextFieldViewMode | |
| SwiftName: UITextFieldViewMode | |
| - Name: UITextFieldDidEndEditingReason | |
| SwiftName: UITextFieldDidEndEditingReason | |
| - Name: UITextDropAction | |
| SwiftName: UITextDropAction | |
| - Name: UITextDropPerformer | |
| SwiftName: UITextDropPerformer | |
| - Name: UITextDropProgressMode | |
| SwiftName: UITextDropProgressMode | |
| - Name: UIBlurEffectStyle | |
| SwiftName: UIBlurEffectStyle | |
| - Name: UIBarButtonSystemItem | |
| SwiftName: UIBarButtonSystemItem | |
| - Name: UIBarButtonItemStyle | |
| SwiftName: UIBarButtonItemStyle | |
| - Name: UITabBarItemAppearanceStyle | |
| SwiftName: UITabBarItemAppearance.Style | |
| - Name: UISearchBarIcon | |
| SwiftName: UISearchBarIcon | |
| - Name: UISearchBarStyle | |
| SwiftName: UISearchBarStyle | |
| - Name: UITabBarItemPositioning | |
| SwiftName: UITabBarItemPositioning | |
| - Name: UITabBarSystemItem | |
| SwiftName: UITabBarSystemItem | |
| - Name: UISplitViewControllerPrimaryEdge | |
| SwiftName: UISplitViewControllerPrimaryEdge | |
| - Name: UISplitViewControllerDisplayMode | |
| SwiftName: UISplitViewControllerDisplayMode | |
| - Name: UINavigationControllerOperation | |
| SwiftName: UINavigationControllerOperation | |
| - Name: UIPageViewControllerNavigationOrientation | |
| SwiftName: UIPageViewControllerNavigationOrientation | |
| - Name: UIPageViewControllerNavigationDirection | |
| SwiftName: UIPageViewControllerNavigationDirection | |
| - Name: UIPageViewControllerTransitionStyle | |
| SwiftName: UIPageViewControllerTransitionStyle | |
| - Name: UIPageViewControllerSpineLocation | |
| SwiftName: UIPageViewControllerSpineLocation | |
| - Name: UIImagePickerControllerSourceType | |
| SwiftName: UIImagePickerControllerSourceType | |
| - Name: UIImagePickerControllerQualityType | |
| SwiftName: UIImagePickerControllerQualityType | |
| - Name: UIImagePickerControllerCameraDevice | |
| SwiftName: UIImagePickerControllerCameraDevice | |
| - Name: UIImagePickerControllerCameraCaptureMode | |
| SwiftName: UIImagePickerControllerCameraCaptureMode | |
| - Name: UIImagePickerControllerCameraFlashMode | |
| SwiftName: UIImagePickerControllerCameraFlashMode | |
| - Name: UIImagePickerControllerImageURLExportPreset | |
| SwiftName: UIImagePickerControllerImageURLExportPreset | |
| - Name: UICloudSharingPermissionOptions | |
| SwiftName: UICloudSharingPermissionOptions | |
| - Name: UIDocumentBrowserError | |
| SwiftName: UIDocumentBrowserError | |
| - Name: NSLayoutRelation | |
| SwiftName: NSLayoutRelation | |
| - Name: NSLayoutAttribute | |
| SwiftName: NSLayoutAttribute | |
| - Name: NSLayoutFormatOptions | |
| SwiftName: NSLayoutFormatOptions | |
| - Name: UILayoutConstraintAxis | |
| SwiftName: UILayoutConstraintAxis | |
| - Name: UIAttachmentBehaviorType | |
| SwiftName: UIAttachmentBehaviorType | |
| - Name: UICollisionBehaviorMode | |
| SwiftName: UICollisionBehaviorMode | |
| - Name: UIPushBehaviorMode | |
| SwiftName: UIPushBehaviorMode | |
| - Name: UIInterpolatingMotionEffectType | |
| SwiftName: UIInterpolatingMotionEffectType | |
| - Name: UIImpactFeedbackStyle | |
| SwiftName: UIImpactFeedbackStyle | |
| - Name: UINotificationFeedbackType | |
| SwiftName: UINotificationFeedbackType | |
| - Name: UIAlertControllerStyle | |
| SwiftName: UIAlertControllerStyle | |
| - Name: UIAlertActionStyle | |
| SwiftName: UIAlertActionStyle | |
| - Name: UIScreenOverscanCompensation | |
| SwiftName: UIScreenOverscanCompensation | |
| - Name: UIEventType | |
| SwiftName: UIEventType | |
| - Name: UIEventSubtype | |
| SwiftName: UIEventSubtype | |
| - Name: UITouchType | |
| SwiftName: UITouchType | |
| - Name: UITouchPhase | |
| SwiftName: UITouchPhase | |
| - Name: UITouchProperties | |
| SwiftName: UITouchProperties | |
| - Name: UIPressType | |
| SwiftName: UIPressType | |
| - Name: UIPressPhase | |
| SwiftName: UIPressPhase | |
| - Name: UISwipeGestureRecognizerDirection | |
| SwiftName: UISwipeGestureRecognizerDirection | |
| - Name: UIGestureRecognizerState | |
| SwiftName: UIGestureRecognizerState | |
| - Name: UIPreferredPresentationStyle | |
| SwiftName: UIPreferredPresentationStyle | |
| - Name: UIPreviewActionStyle | |
| SwiftName: UIPreviewActionStyle | |
| - Name: UIApplicationShortcutIconType | |
| SwiftName: UIApplicationShortcutIconType | |
| - Name: UIMenuControllerArrowDirection | |
| SwiftName: UIMenuControllerArrowDirection | |
| - Name: UIInputViewStyle | |
| SwiftName: UIInputViewStyle | |
| - Name: UIAccessibilityCustomSystemRotorType | |
| SwiftName: UIAccessibilityCustomSystemRotorType | |
| - Name: UIAccessibilityCustomRotorDirection | |
| SwiftName: UIAccessibilityCustomRotorDirection | |
| - Name: UIImageOrientation | |
| SwiftName: UIImageOrientation | |
| - Name: UIImageResizingMode | |
| SwiftName: UIImageResizingMode | |
| - Name: UIImageRenderingMode | |
| SwiftName: UIImageRenderingMode | |
| - Name: UIPrinterCutterBehavior | |
| SwiftName: UIPrinterCutterBehavior | |
| - Name: UIPrinterJobTypes | |
| SwiftName: UIPrinterJobTypes | |
| - Name: UIPrintInfoDuplex | |
| SwiftName: UIPrintInfoDuplex | |
| - Name: UIPrintInfoOrientation | |
| SwiftName: UIPrintInfoOrientation | |
| - Name: UIPrintInfoOutputType | |
| SwiftName: UIPrintInfoOutputType | |
| - Name: UIFontDescriptorSymbolicTraits | |
| SwiftName: UIFontDescriptorSymbolicTraits | |
| - Name: NSTextStorageEditActions | |
| SwiftName: NSTextStorageEditActions | |
| - Name: UIAccessibilityZoomType | |
| SwiftName: UIAccessibilityZoomType | |
| - Name: UIAccessibilityHearingDeviceEar | |
| SwiftName: UIAccessibilityHearingDeviceEar | |
| - Name: UIGuidedAccessRestrictionState | |
| SwiftName: UIGuidedAccessRestrictionState | |
| Typedefs: | |
| # Swift 4.2 Renames | |
| - Name: UIActivityType | |
| SwiftName: UIActivityType | |
| - Name: UIActivityViewControllerCompletionWithItemsHandler | |
| SwiftName: UIActivityViewControllerCompletionWithItemsHandler | |
| - Name: UIActivityViewControllerCompletionHandler | |
| SwiftName: UIActivityViewControllerCompletionHandler | |
| - Name: UIApplicationLaunchOptionsKey | |
| SwiftName: UIApplicationLaunchOptionsKey | |
| SwiftWrapper: struct | |
| - Name: UIApplicationOpenURLOptionsKey | |
| SwiftName: UIApplicationOpenURLOptionsKey | |
| SwiftWrapper: struct | |
| - Name: UIApplicationExtensionPointIdentifier | |
| SwiftName: UIApplicationExtensionPointIdentifier | |
| SwiftWrapper: struct | |
| - Name: UICollectionViewLayoutInteractiveTransitionCompletion | |
| SwiftName: UICollectionViewLayoutInteractiveTransitionCompletion | |
| - Name: UIContextualActionHandler | |
| SwiftName: UIContextualActionHandler | |
| - Name: UIFontTextStyle | |
| SwiftName: UIFontTextStyle | |
| SwiftWrapper: struct | |
| - Name: UIFontDescriptorClass | |
| SwiftName: UIFontDescriptorClass | |
| - Name: UIGraphicsImageDrawingActions | |
| SwiftName: UIGraphicsImageDrawingActions | |
| - Name: UIGraphicsPDFDrawingActions | |
| SwiftName: UIGraphicsPDFDrawingActions | |
| - Name: UIPasteboardName | |
| SwiftName: UIPasteboardName | |
| - Name: UIPasteboardOption | |
| SwiftName: UIPasteboardOption | |
| SwiftWrapper: struct | |
| - Name: UIPrintInteractionCompletionHandler | |
| SwiftName: UIPrintInteractionCompletionHandler | |
| - Name: UIPrinterPickerCompletionHandler | |
| SwiftName: UIPrinterPickerCompletionHandler | |
| - Name: UIWindowLevel | |
| SwiftName: UIWindowLevel | |
| SwiftWrapper: none | |
| - Name: UIApplicationOpenExternalURLOptionsKey | |
| SwiftWrapper: none | |
| - Name: UINibOptionsKey | |
| SwiftWrapper: none | |
| - Name: UIPageViewControllerOptionsKey | |
| SwiftWrapper: none | |
| - Name: UIImagePickerControllerInfoKey | |
| SwiftWrapper: none | |
| - Name: UIAccessibilityAssistiveTechnologyIdentifier | |
| SwiftWrapper: none | |
| - Name: UIBackgroundTaskIdentifier | |
| SwiftWrapper: none | |
| - Name: UIScrollViewDecelerationRate | |
| SwiftWrapper: none | |
| - Name: UITextDirection | |
| SwiftWrapper: none | |
| - Name: UITransitionContextViewControllerKey | |
| SwiftWrapper: struct | |
| - Name: UITransitionContextViewKey | |
| SwiftWrapper: struct | |
| - Name: UITextContentType | |
| SwiftWrapper: struct | |
| - Name: UIFontDescriptorAttributeName | |
| SwiftName: UIFontDescriptor.AttributeName | |
| SwiftWrapper: struct | |
| - Name: UIAccessibilityTraits | |
| SwiftWrapper: none | |
| - Name: UIAccessibilityNotifications | |
| SwiftName: UIAccessibilityNotifications | |
| SwiftWrapper: none | |
| - Name: UIAccessibilityCustomRotorSearch | |
| SwiftName: UIAccessibilityCustomRotorSearch | |
| Enumerators: | |
| - Name: NSUnderlineStyleNone | |
| SwiftName: styleNone | |
| - Name: NSUnderlineStyleSingle | |
| SwiftName: styleSingle | |
| - Name: NSUnderlineStyleThick | |
| SwiftName: styleThick | |
| - Name: NSUnderlineStyleDouble | |
| SwiftName: styleDouble | |
| - Name: NSAttachmentCharacter | |
| SwiftName: NSAttachmentCharacter | |
| - Name: UISegmentedControlNoSegment | |
| SwiftName: UISegmentedControlNoSegment | |
| - Name: UITableViewCellStateShowingEditControlMask | |
| SwiftName: showingEditControlMask | |
| - Name: UITableViewCellStateShowingDeleteConfirmationMask | |
| SwiftName: showingDeleteConfirmationMask | |
| Globals: | |
| # Swift 4.2 Renames | |
| - Name: UIApplicationBackgroundRefreshStatusDidChangeNotification | |
| SwiftName: UIApplicationBackgroundRefreshStatusDidChange | |
| - Name: UIApplicationDidBecomeActiveNotification | |
| SwiftName: UIApplicationDidBecomeActive | |
| - Name: UIApplicationDidChangeStatusBarFrameNotification | |
| SwiftName: UIApplicationDidChangeStatusBarFrame | |
| - Name: UIApplicationDidChangeStatusBarOrientationNotification | |
| SwiftName: UIApplicationDidChangeStatusBarOrientation | |
| - Name: UIApplicationDidEnterBackgroundNotification | |
| SwiftName: UIApplicationDidEnterBackground | |
| - Name: UIApplicationDidFinishLaunchingNotification | |
| SwiftName: UIApplicationDidFinishLaunching | |
| - Name: UIApplicationDidReceiveMemoryWarningNotification | |
| SwiftName: UIApplicationDidReceiveMemoryWarning | |
| - Name: UIApplicationProtectedDataDidBecomeAvailable | |
| SwiftName: UIApplicationProtectedDataDidBecomeAvailable | |
| - Name: UIApplicationProtectedDataWillBecomeUnavailable | |
| SwiftName: UIApplicationProtectedDataWillBecomeUnavailable | |
| - Name: UIApplicationSignificantTimeChangeNotification | |
| SwiftName: UIApplicationSignificantTimeChange | |
| - Name: UIApplicationUserDidTakeScreenshotNotification | |
| SwiftName: UIApplicationUserDidTakeScreenshot | |
| - Name: UIApplicationWillChangeStatusBarOrientationNotification | |
| SwiftName: UIApplicationWillChangeStatusBarOrientation | |
| - Name: UIApplicationWillChangeStatusBarFrameNotification | |
| SwiftName: UIApplicationWillChangeStatusBarFrame | |
| - Name: UIApplicationWillEnterForegroundNotification | |
| SwiftName: UIApplicationWillEnterForeground | |
| - Name: UIApplicationWillResignActiveNotification | |
| SwiftName: UIApplicationWillResignActive | |
| - Name: UIApplicationWillTerminateNotification | |
| SwiftName: UIApplicationWillTerminate | |
| - Name: UIContentSizeCategoryDidChangeNotification | |
| SwiftName: UIContentSizeCategoryDidChange | |
| - Name: UIDeviceBatteryLevelDidChangeNotification | |
| SwiftName: UIDeviceBatteryLevelDidChange | |
| - Name: UIDeviceBatteryStateDidChangeNotification | |
| SwiftName: UIDeviceBatteryStateDidChange | |
| - Name: UIDeviceOrientationDidChangeNotification | |
| SwiftName: UIDeviceOrientationDidChange | |
| - Name: UIDeviceProximityStateDidChangeNotification | |
| SwiftName: UIDeviceProximityStateDidChange | |
| - Name: UIScreenBrightnessDidChangeNotification | |
| SwiftName: UIScreenBrightnessDidChange | |
| - Name: UIScreenDidConnectNotification | |
| SwiftName: UIScreenDidConnect | |
| - Name: UIScreenDidDisconnectNotification | |
| SwiftName: UIScreenDidDisconnect | |
| - Name: UIScreenModeDidChangeNotification | |
| SwiftName: UIScreenModeDidChange | |
| - Name: UIScreenCapturedDidChangeNotification | |
| SwiftName: UIScreenCapturedDidChange | |
| - Name: UITableViewSelectionDidChangeNotification | |
| SwiftName: UITableViewSelectionDidChange | |
| - Name: UITextFieldTextDidBeginEditingNotification | |
| SwiftName: UITextFieldTextDidBeginEditing | |
| - Name: UITextFieldTextDidChangeNotification | |
| SwiftName: UITextFieldTextDidChange | |
| - Name: UITextFieldTextDidEndEditingNotification | |
| SwiftName: UITextFieldTextDidEndEditing | |
| - Name: UITextInputCurrentInputModeDidChangeNotification | |
| SwiftName: UITextInputCurrentInputModeDidChange | |
| - Name: UITextViewTextDidBeginEditingNotification | |
| SwiftName: UITextViewTextDidBeginEditing | |
| - Name: UITextViewTextDidChangeNotification | |
| SwiftName: UITextViewTextDidChange | |
| - Name: UITextViewTextDidEndEditingNotification | |
| SwiftName: UITextViewTextDidEndEditing | |
| - Name: UIViewControllerShowDetailTargetDidChangeNotification | |
| SwiftName: UIViewControllerShowDetailTargetDidChange | |
| - Name: UIWindowDidBecomeHiddenNotification | |
| SwiftName: UIWindowDidBecomeHidden | |
| - Name: UIWindowDidBecomeKeyNotification | |
| SwiftName: UIWindowDidBecomeKey | |
| - Name: UIWindowDidBecomeVisibleNotification | |
| SwiftName: UIWindowDidBecomeVisible | |
| - Name: UIWindowDidResignKeyNotification | |
| SwiftName: UIWindowDidResignKey | |
| - Name: UIDocumentStateChangedNotification | |
| SwiftName: UIDocumentStateChanged | |
| - Name: UIKeyboardDidChangeFrameNotification | |
| SwiftName: UIKeyboardDidChangeFrame | |
| - Name: UIKeyboardDidHideNotification | |
| SwiftName: UIKeyboardDidHide | |
| - Name: UIKeyboardDidShowNotification | |
| SwiftName: UIKeyboardDidShow | |
| - Name: UIKeyboardWillChangeFrameNotification | |
| SwiftName: UIKeyboardWillChangeFrame | |
| - Name: UIKeyboardWillHideNotification | |
| SwiftName: UIKeyboardWillHide | |
| - Name: UIKeyboardWillShowNotification | |
| SwiftName: UIKeyboardWillShow | |
| - Name: UIMenuControllerDidHideMenuNotification | |
| SwiftName: UIMenuControllerDidHideMenu | |
| - Name: UIMenuControllerDidShowMenuNotification | |
| SwiftName: UIMenuControllerDidShowMenu | |
| - Name: UIMenuControllerMenuFrameDidChangeNotification | |
| SwiftName: UIMenuControllerMenuFrameDidChange | |
| - Name: UIMenuControllerWillHideMenuNotification | |
| SwiftName: UIMenuControllerWillHideMenu | |
| - Name: UIMenuControllerWillShowMenuNotification | |
| SwiftName: UIMenuControllerWillShowMenu | |
| - Name: UIPasteboardChangedNotification | |
| SwiftName: UIPasteboardChanged | |
| - Name: UIPasteboardRemovedNotification | |
| SwiftName: UIPasteboardRemoved | |
| - Name: UIFocusDidUpdateNotification | |
| SwiftName: UIFocusDidUpdate | |
| - Name: UIFocusMovementDidFailNotification | |
| SwiftName: UIFocusMovementDidFail | |
| - Name: NSTextStorageDidProcessEditingNotification | |
| SwiftName: NSTextStorageDidProcessEditing | |
| - Name: NSTextStorageWillProcessEditingNotification | |
| SwiftName: NSTextStorageWillProcessEditing | |
| - Name: UIAccessibilityAnnouncementDidFinishNotification | |
| SwiftName: UIAccessibilityAnnouncementDidFinish | |
| - Name: UIAccessibilityElementFocusedNotification | |
| SwiftName: UIAccessibilityElementFocused | |
| - Name: UIAccessibilityAssistiveTouchStatusDidChangeNotification | |
| SwiftName: UIAccessibilityAssistiveTouchStatusDidChange | |
| - Name: UIAccessibilityBoldTextStatusDidChangeNotification | |
| SwiftName: UIAccessibilityBoldTextStatusDidChange | |
| - Name: UIAccessibilityClosedCaptioningStatusDidChangeNotification | |
| SwiftName: UIAccessibilityClosedCaptioningStatusDidChange | |
| - Name: UIAccessibilityDarkerSystemColorsStatusDidChangeNotification | |
| SwiftName: UIAccessibilityDarkerSystemColorsStatusDidChange | |
| - Name: UIAccessibilityGrayscaleStatusDidChangeNotification | |
| SwiftName: UIAccessibilityGrayscaleStatusDidChange | |
| - Name: UIAccessibilityGuidedAccessStatusDidChangeNotification | |
| SwiftName: UIAccessibilityGuidedAccessStatusDidChange | |
| - Name: UIAccessibilityHearingDevicePairedEarDidChangeNotification | |
| SwiftName: UIAccessibilityHearingDevicePairedEarDidChange | |
| - Name: UIAccessibilityInvertColorsStatusDidChangeNotification | |
| SwiftName: UIAccessibilityInvertColorsStatusDidChange | |
| - Name: UIAccessibilityMonoAudioStatusDidChangeNotification | |
| SwiftName: UIAccessibilityMonoAudioStatusDidChange | |
| - Name: UIAccessibilityReduceMotionStatusDidChangeNotification | |
| SwiftName: UIAccessibilityReduceMotionStatusDidChange | |
| - Name: UIAccessibilityReduceTransparencyStatusDidChangeNotification | |
| SwiftName: UIAccessibilityReduceTransparencyStatusDidChange | |
| - Name: UIAccessibilityShakeToUndoDidChangeNotification | |
| SwiftName: UIAccessibilityShakeToUndoDidChange | |
| - Name: UIAccessibilitySpeakScreenStatusDidChangeNotification | |
| SwiftName: UIAccessibilitySpeakScreenStatusDidChange | |
| - Name: UIAccessibilitySpeakSelectionStatusDidChangeNotification | |
| SwiftName: UIAccessibilitySpeakSelectionStatusDidChange | |
| - Name: UIAccessibilitySwitchControlStatusDidChangeNotification | |
| SwiftName: UIAccessibilitySwitchControlStatusDidChange | |
| - Name: UIAccessibilityVoiceOverStatusDidChangeNotification | |
| SwiftName: UIAccessibilityVoiceOverStatusDidChange | |
| - Name: UIApplicationStatusBarOrientationUserInfoKey | |
| SwiftName: UIApplicationStatusBarOrientationUserInfoKey | |
| - Name: UIApplicationStatusBarFrameUserInfoKey | |
| SwiftName: UIApplicationStatusBarFrameUserInfoKey | |
| - Name: UIKeyboardAnimationCurveUserInfoKey | |
| SwiftName: UIKeyboardAnimationCurveUserInfoKey | |
| - Name: UIKeyboardAnimationDurationUserInfoKey | |
| SwiftName: UIKeyboardAnimationDurationUserInfoKey | |
| - Name: UIKeyboardIsLocalUserInfoKey | |
| SwiftName: UIKeyboardIsLocalUserInfoKey | |
| - Name: UIKeyboardFrameBeginUserInfoKey | |
| SwiftName: UIKeyboardFrameBeginUserInfoKey | |
| - Name: UIKeyboardFrameEndUserInfoKey | |
| SwiftName: UIKeyboardFrameEndUserInfoKey | |
| - Name: UIContentSizeCategoryNewValueKey | |
| SwiftName: UIContentSizeCategoryNewValueKey | |
| - Name: UIPasteboardChangedTypesAddedKey | |
| SwiftName: UIPasteboardChangedTypesAddedKey | |
| - Name: UIPasteboardChangedTypesRemovedKey | |
| SwiftName: UIPasteboardChangedTypesRemovedKey | |
| - Name: UITextFieldDidEndEditingReasonKey | |
| SwiftName: UITextFieldDidEndEditingReasonKey | |
| - Name: UIFocusUpdateAnimationCoordinatorKey | |
| SwiftName: UIFocusUpdateAnimationCoordinatorKey | |
| - Name: UIFocusUpdateContextKey | |
| SwiftName: UIFocusUpdateContextKey | |
| - Name: UIAccessibilityAnnouncementKeyStringValue | |
| SwiftName: UIAccessibilityAnnouncementKeyStringValue | |
| - Name: UIAccessibilityAnnouncementKeyWasSuccessful | |
| SwiftName: UIAccessibilityAnnouncementKeyWasSuccessful | |
| - Name: UIAccessibilityFocusedElementKey | |
| SwiftName: UIAccessibilityFocusedElementKey | |
| - Name: UIAccessibilityUnfocusedElementKey | |
| SwiftName: UIAccessibilityUnfocusedElementKey | |
| - Name: UIAccessibilityAssistiveTechnologyKey | |
| SwiftName: UIAccessibilityAssistiveTechnologyKey | |
| - Name: UIApplicationBackgroundFetchIntervalMinimum | |
| SwiftName: UIApplicationBackgroundFetchIntervalMinimum | |
| - Name: UIApplicationBackgroundFetchIntervalNever | |
| SwiftName: UIApplicationBackgroundFetchIntervalNever | |
| - Name: UILayoutFittingCompressedSize | |
| SwiftName: UILayoutFittingCompressedSize | |
| - Name: UILayoutFittingExpandedSize | |
| SwiftName: UILayoutFittingExpandedSize | |
| - Name: UICollectionViewFlowLayoutAutomaticSize | |
| SwiftName: UICollectionViewFlowLayoutAutomaticSize | |
| - Name: UITableViewAutomaticDimension | |
| SwiftName: UITableViewAutomaticDimension | |
| - Name: UISplitViewControllerAutomaticDimension | |
| SwiftName: UISplitViewControllerAutomaticDimension | |
| - Name: UIFloatRangeZero | |
| SwiftName: UIFloatRangeZero | |
| - Name: UIFloatRangeInfinite | |
| SwiftName: UIFloatRangeInfinite | |
| - Name: UIApplicationOpenSettingsURLString | |
| SwiftName: UIApplicationOpenSettingsURLString | |
| - Name: UIStateRestorationViewControllerStoryboardKey | |
| SwiftName: UIStateRestorationViewControllerStoryboardKey | |
| - Name: UIApplicationStateRestorationBundleVersionKey | |
| SwiftName: UIApplicationStateRestorationBundleVersionKey | |
| - Name: UIApplicationStateRestorationUserInterfaceIdiomKey | |
| SwiftName: UIApplicationStateRestorationUserInterfaceIdiomKey | |
| - Name: UIApplicationStateRestorationTimestampKey | |
| SwiftName: UIApplicationStateRestorationTimestampKey | |
| - Name: UIApplicationStateRestorationSystemVersionKey | |
| SwiftName: UIApplicationStateRestorationSystemVersionKey | |
| - Name: UIPasteboardTypeListString | |
| SwiftName: UIPasteboardTypeListString | |
| - Name: UIPasteboardTypeListURL | |
| SwiftName: UIPasteboardTypeListURL | |
| - Name: UIPasteboardTypeListImage | |
| SwiftName: UIPasteboardTypeListImage | |
| - Name: UIPasteboardTypeListColor | |
| SwiftName: UIPasteboardTypeListColor | |
| - Name: UIPasteboardTypeAutomatic | |
| SwiftName: UIPasteboardTypeAutomatic | |
| - Name: UIViewNoIntrinsicMetric | |
| SwiftName: UIViewNoIntrinsicMetric | |
| - Name: UITableViewIndexSearch | |
| SwiftName: UITableViewIndexSearch | |
| - Name: UINavigationControllerHideShowBarDuration | |
| SwiftName: UINavigationControllerHideShowBarDuration | |
| - Name: UIKeyInputUpArrow | |
| SwiftName: UIKeyInputUpArrow | |
| - Name: UIKeyInputDownArrow | |
| SwiftName: UIKeyInputDownArrow | |
| - Name: UIKeyInputLeftArrow | |
| SwiftName: UIKeyInputLeftArrow | |
| - Name: UIKeyInputRightArrow | |
| SwiftName: UIKeyInputRightArrow | |
| - Name: UIKeyInputEscape | |
| SwiftName: UIKeyInputEscape | |
| - Name: NSUserActivityDocumentURLKey | |
| SwiftName: NSUserActivityDocumentURLKey | |
| - Name: UIViewControllerHierarchyInconsistencyException | |
| SwiftName: UIViewControllerHierarchyInconsistencyException | |
| - Name: UIApplicationInvalidInterfaceOrientationException | |
| SwiftName: UIApplicationInvalidInterfaceOrientationException | |
| - Name: UICollectionElementKindSectionHeader | |
| SwiftName: UICollectionElementKindSectionHeader | |
| - Name: UICollectionElementKindSectionFooter | |
| SwiftName: UICollectionElementKindSectionFooter | |
| - Name: UIApplicationOpenURLOptionUniversalLinksOnly | |
| SwiftName: UIApplicationOpenURLOptionUniversalLinksOnly | |
| - Name: UIPageViewControllerOptionSpineLocationKey | |
| SwiftName: UIPageViewControllerOptionSpineLocationKey | |
| - Name: UIPageViewControllerOptionInterPageSpacingKey | |
| SwiftName: UIPageViewControllerOptionInterPageSpacingKey | |
| - Name: UIAccessibilityNotificationSwitchControlIdentifier | |
| SwiftName: UIAccessibilityNotificationSwitchControlIdentifier | |
| - Name: UIAccessibilityNotificationVoiceOverIdentifier | |
| SwiftName: UIAccessibilityNotificationVoiceOverIdentifier | |
| - Name: UIAccessibilitySpeechAttributePunctuation | |
| Type: NSString * | |
| - Name: UIAccessibilitySpeechAttributeLanguage | |
| Type: NSString * | |
| - Name: UIAccessibilitySpeechAttributePitch | |
| Type: NSString * | |
| - Name: UIAccessibilitySpeechAttributeQueueAnnouncement | |
| Type: NSString * | |
| - Name: UIAccessibilitySpeechAttributeIPANotation | |
| Type: NSString * | |
| - Name: UIAccessibilityTextAttributeHeadingLevel | |
| Type: NSString * | |
| - Name: UIAccessibilityTextAttributeCustom | |
| Type: NSString * | |
| - Name: UIAccessibilityScreenChangedNotification | |
| SwiftName: UIAccessibilityScreenChangedNotification | |
| - Name: UIAccessibilityLayoutChangedNotification | |
| SwiftName: UIAccessibilityLayoutChangedNotification | |
| - Name: UIAccessibilityAnnouncementNotification | |
| SwiftName: UIAccessibilityAnnouncementNotification | |
| - Name: UIAccessibilityPageScrolledNotification | |
| SwiftName: UIAccessibilityPageScrolledNotification | |
| - Name: UIAccessibilityPauseAssistiveTechnologyNotification | |
| SwiftName: UIAccessibilityPauseAssistiveTechnologyNotification | |
| - Name: UIAccessibilityResumeAssistiveTechnologyNotification | |
| SwiftName: UIAccessibilityResumeAssistiveTechnologyNotification | |
| - Name: UIAccessibilityTraitNone | |
| SwiftName: UIAccessibilityTraitNone | |
| - Name: UIAccessibilityTraitButton | |
| SwiftName: UIAccessibilityTraitButton | |
| - Name: UIAccessibilityTraitLink | |
| SwiftName: UIAccessibilityTraitLink | |
| - Name: UIAccessibilityTraitHeader | |
| SwiftName: UIAccessibilityTraitHeader | |
| - Name: UIAccessibilityTraitSearchField | |
| SwiftName: UIAccessibilityTraitSearchField | |
| - Name: UIAccessibilityTraitImage | |
| SwiftName: UIAccessibilityTraitImage | |
| - Name: UIAccessibilityTraitSelected | |
| SwiftName: UIAccessibilityTraitSelected | |
| - Name: UIAccessibilityTraitPlaysSound | |
| SwiftName: UIAccessibilityTraitPlaysSound | |
| - Name: UIAccessibilityTraitKeyboardKey | |
| SwiftName: UIAccessibilityTraitKeyboardKey | |
| - Name: UIAccessibilityTraitStaticText | |
| SwiftName: UIAccessibilityTraitStaticText | |
| - Name: UIAccessibilityTraitSummaryElement | |
| SwiftName: UIAccessibilityTraitSummaryElement | |
| - Name: UIAccessibilityTraitNotEnabled | |
| SwiftName: UIAccessibilityTraitNotEnabled | |
| - Name: UIAccessibilityTraitUpdatesFrequently | |
| SwiftName: UIAccessibilityTraitUpdatesFrequently | |
| - Name: UIAccessibilityTraitStartsMediaSession | |
| SwiftName: UIAccessibilityTraitStartsMediaSession | |
| - Name: UIAccessibilityTraitAdjustable | |
| SwiftName: UIAccessibilityTraitAdjustable | |
| - Name: UIAccessibilityTraitAllowsDirectInteraction | |
| SwiftName: UIAccessibilityTraitAllowsDirectInteraction | |
| - Name: UIAccessibilityTraitCausesPageTurn | |
| SwiftName: UIAccessibilityTraitCausesPageTurn | |
| - Name: UIAccessibilityTraitTabBar | |
| SwiftName: UIAccessibilityTraitTabBar | |
| - Name: UITrackingRunLoopMode | |
| SwiftName: UITrackingRunLoopMode | |
| - Name: UIFontSymbolicTrait | |
| SwiftName: symbolic | |
| Type: "UIFontDescriptorAttributeName" | |
| Functions: | |
| - Name: UIEdgeInsetsMake | |
| SwiftName: UIEdgeInsetsMake | |
| - Name: NSDirectionalEdgeInsetsMake | |
| SwiftName: NSDirectionalEdgeInsetsMake | |
| - Name: UIOffsetMake | |
| SwiftName: UIOffsetMake | |
| - Name: UIFloatRangeMake | |
| SwiftName: UIFloatRangeMake | |
| - Name: UIFloatRangeIsEqualToRange | |
| SwiftPrivate: false | |
| - Name: UIEdgeInsetsEqualToEdgeInsets | |
| SwiftPrivate: false | |
| - Name: NSDirectionalEdgeInsetsEqualToDirectionalEdgeInsets | |
| SwiftPrivate: false | |
| - Name: UIOffsetEqualToOffset | |
| SwiftPrivate: false | |
| - Name: UIEdgeInsetsInsetRect | |
| SwiftName: UIEdgeInsetsInsetRect | |
| - Name: UIFloatRangeIsInfinite | |
| SwiftName: UIFloatRangeIsInfinite | |
| - Name: NSStringFromCGPoint | |
| SwiftName: NSStringFromCGPoint | |
| - Name: NSStringFromCGVector | |
| SwiftName: NSStringFromCGVector | |
| - Name: NSStringFromCGSize | |
| SwiftName: NSStringFromCGSize | |
| - Name: NSStringFromCGRect | |
| SwiftName: NSStringFromCGRect | |
| - Name: NSStringFromCGAffineTransform | |
| SwiftName: NSStringFromCGAffineTransform | |
| - Name: NSStringFromUIEdgeInsets | |
| SwiftName: NSStringFromUIEdgeInsets | |
| - Name: NSStringFromDirectionalEdgeInsets | |
| SwiftName: NSStringFromDirectionalEdgeInsets | |
| - Name: NSStringFromUIOffset | |
| SwiftName: NSStringFromUIOffset | |
| - Name: CGPointFromString | |
| SwiftName: CGPointFromString | |
| - Name: CGVectorFromString | |
| SwiftName: CGVectorFromString | |
| - Name: CGSizeFromString | |
| SwiftName: CGSizeFromString | |
| - Name: CGRectFromString | |
| SwiftName: CGRectFromString | |
| - Name: CGAffineTransformFromString | |
| SwiftName: CGAffineTransformFromString | |
| - Name: UIEdgeInsetsFromString | |
| SwiftName: UIEdgeInsetsFromString | |
| - Name: NSDirectionalEdgeInsetsFromString | |
| SwiftName: NSDirectionalEdgeInsetsFromString | |
| - Name: UIOffsetFromString | |
| SwiftName: UIOffsetFromString | |
| - Name: NSTextAlignmentToCTTextAlignment | |
| SwiftName: NSTextAlignmentToCTTextAlignment | |
| - Name: NSTextAlignmentFromCTTextAlignment | |
| SwiftName: NSTextAlignmentFromCTTextAlignment | |
| - Name: UIImagePNGRepresentation | |
| SwiftName: UIImagePNGRepresentation | |
| - Name: UIImageJPEGRepresentation | |
| SwiftName: UIImageJPEGRepresentation | |
| - Name: UIApplicationMain | |
| Parameters: | |
| - Position: 1 | |
| Type: "char * _Nonnull * _Null_unspecified" | |
| - Name: UIAccessibilityPostNotification | |
| SwiftName: UIAccessibilityPostNotification | |
| - Name: UIAccessibilityConvertFrameToScreenCoordinates | |
| SwiftName: UIAccessibilityConvertFrameToScreenCoordinates | |
| - Name: UIAccessibilityConvertPathToScreenCoordinates | |
| SwiftName: UIAccessibilityConvertPathToScreenCoordinates | |
| - Name: UIAccessibilityFocusedElement | |
| SwiftName: UIAccessibilityFocusedElement | |
| - Name: UIAccessibilityHearingDevicePairedEar | |
| SwiftName: UIAccessibilityHearingDevicePairedEar | |
| - Name: UIAccessibilityRegisterGestureConflictWithZoom | |
| SwiftName: UIAccessibilityRegisterGestureConflictWithZoom | |
| - Name: UIAccessibilityRequestGuidedAccessSession | |
| SwiftName: UIAccessibilityRequestGuidedAccessSession | |
| - Name: UIAccessibilityZoomFocusChanged | |
| SwiftName: UIAccessibilityZoomFocusChanged | |
| - Name: UIAccessibilityIsAssistiveTouchRunning | |
| SwiftName: UIAccessibilityIsAssistiveTouchRunning | |
| - Name: UIAccessibilityIsVoiceOverRunning | |
| SwiftName: UIAccessibilityIsVoiceOverRunning | |
| - Name: UIAccessibilityIsSwitchControlRunning | |
| SwiftName: UIAccessibilityIsSwitchControlRunning | |
| - Name: UIAccessibilityIsShakeToUndoEnabled | |
| SwiftName: UIAccessibilityIsShakeToUndoEnabled | |
| - Name: UIAccessibilityIsClosedCaptioningEnabled | |
| SwiftName: UIAccessibilityIsClosedCaptioningEnabled | |
| - Name: UIAccessibilityIsBoldTextEnabled | |
| SwiftName: UIAccessibilityIsBoldTextEnabled | |
| - Name: UIAccessibilityDarkerSystemColorsEnabled | |
| SwiftName: UIAccessibilityDarkerSystemColorsEnabled | |
| - Name: UIAccessibilityIsGrayscaleEnabled | |
| SwiftName: UIAccessibilityIsGrayscaleEnabled | |
| - Name: UIAccessibilityIsGuidedAccessEnabled | |
| SwiftName: UIAccessibilityIsGuidedAccessEnabled | |
| - Name: UIAccessibilityIsInvertColorsEnabled | |
| SwiftName: UIAccessibilityIsInvertColorsEnabled | |
| - Name: UIAccessibilityIsMonoAudioEnabled | |
| SwiftName: UIAccessibilityIsMonoAudioEnabled | |
| - Name: UIAccessibilityIsReduceMotionEnabled | |
| SwiftName: UIAccessibilityIsReduceMotionEnabled | |
| - Name: UIAccessibilityIsReduceTransparencyEnabled | |
| SwiftName: UIAccessibilityIsReduceTransparencyEnabled | |
| - Name: UIAccessibilityIsSpeakScreenEnabled | |
| SwiftName: UIAccessibilityIsSpeakScreenEnabled | |
| - Name: UIAccessibilityIsSpeakSelectionEnabled | |
| SwiftName: UIAccessibilityIsSpeakSelectionEnabled | |
| - Name: UIGuidedAccessRestrictionStateForIdentifier | |
| SwiftName: UIGuidedAccessRestrictionStateForIdentifier | |
| # | |
| # Swift 3 specific conversions | |
| # | |
| - Version: 3 | |
| Classes: | |
| - Name: NSLayoutConstraint | |
| Properties: | |
| - Name: firstItem | |
| Nullability: U | |
| - Name: UIKeyCommand | |
| Properties: | |
| - Name: input | |
| Nullability: N | |
| - Name: NSString | |
| Methods: | |
| - Selector: 'sizeWithAttributes:' | |
| SwiftName: size(attributes:) | |
| MethodKind: Instance | |
| Protocols: | |
| - Name: UIActivityItemSource | |
| Methods: | |
| - Selector: 'activityViewController:itemForActivityType:' | |
| MethodKind: Instance | |
| Parameters: | |
| - Position: 0 | |
| Nullability: N | |
| - Position: 1 | |
| Nullability: N | |
| Tags: | |
| - Name: NSTextLayoutOrientation | |
| SwiftName: NSTextLayoutOrientation | |
| - Name: NSGlyphProperty | |
| SwiftName: NSGlyphProperty | |
| EnumKind: NSEnum | |
| - Name: NSControlCharacterAction | |
| SwiftName: NSControlCharacterAction | |
| EnumKind: NSEnum | |
| - Name: NSTypesetterBehavior | |
| SwiftName: NSTypesetterBehavior | |
| Typedefs: | |
| - Name: NSAttributedStringDocumentAttributeKey | |
| SwiftWrapper: none | |
| - Name: NSAttributedStringDocumentType | |
| SwiftWrapper: none | |
| - Name: NSTextLayoutSectionKey | |
| SwiftWrapper: none | |
| - Name: NSTextEffectStyle | |
| SwiftWrapper: none | |
| - Name: NSTextTabOptionKey | |
| SwiftWrapper: none | |
| - Name: NSAttributedStringDocumentReadingOptionKey | |
| SwiftWrapper: none | |
| Availability: nonswift | |
| - Name: UIFontDescriptorAttributeName | |
| SwiftWrapper: none | |
| - Name: UIFontDescriptorTraitKey | |
| SwiftWrapper: none | |
| - Name: UIFontDescriptorFeatureKey | |
| SwiftWrapper: none | |
| - Name: UIFontWeight | |
| SwiftWrapper: none | |
| - Name: UILayoutPriority | |
| SwiftWrapper: none | |
| Globals: | |
| - Name: NSFontAttributeName | |
| SwiftName: NSFontAttributeName | |
| - Name: NSParagraphStyleAttributeName | |
| SwiftName: NSParagraphStyleAttributeName | |
| - Name: NSForegroundColorAttributeName | |
| SwiftName: NSForegroundColorAttributeName | |
| - Name: NSBackgroundColorAttributeName | |
| SwiftName: NSBackgroundColorAttributeName | |
| - Name: NSLigatureAttributeName | |
| SwiftName: NSLigatureAttributeName | |
| - Name: NSKernAttributeName | |
| SwiftName: NSKernAttributeName | |
| - Name: NSStrikethroughStyleAttributeName | |
| SwiftName: NSStrikethroughStyleAttributeName | |
| - Name: NSUnderlineStyleAttributeName | |
| SwiftName: NSUnderlineStyleAttributeName | |
| - Name: NSStrokeColorAttributeName | |
| SwiftName: NSStrokeColorAttributeName | |
| - Name: NSStrokeWidthAttributeName | |
| SwiftName: NSStrokeWidthAttributeName | |
| - Name: NSShadowAttributeName | |
| SwiftName: NSShadowAttributeName | |
| - Name: NSTextEffectAttributeName | |
| SwiftName: NSTextEffectAttributeName | |
| - Name: NSAttachmentAttributeName | |
| SwiftName: NSAttachmentAttributeName | |
| - Name: NSLinkAttributeName | |
| SwiftName: NSLinkAttributeName | |
| - Name: NSBaselineOffsetAttributeName | |
| SwiftName: NSBaselineOffsetAttributeName | |
| - Name: NSUnderlineColorAttributeName | |
| SwiftName: NSUnderlineColorAttributeName | |
| - Name: NSStrikethroughColorAttributeName | |
| SwiftName: NSStrikethroughColorAttributeName | |
| - Name: NSObliquenessAttributeName | |
| SwiftName: NSObliquenessAttributeName | |
| - Name: NSExpansionAttributeName | |
| SwiftName: NSExpansionAttributeName | |
| - Name: NSWritingDirectionAttributeName | |
| SwiftName: NSWritingDirectionAttributeName | |
| - Name: NSVerticalGlyphFormAttributeName | |
| SwiftName: NSVerticalGlyphFormAttributeName | |
| - Name: NSPlainTextDocumentType | |
| SwiftName: NSPlainTextDocumentType | |
| - Name: NSRTFTextDocumentType | |
| SwiftName: NSRTFTextDocumentType | |
| - Name: NSRTFDTextDocumentType | |
| SwiftName: NSRTFDTextDocumentType | |
| - Name: NSHTMLTextDocumentType | |
| SwiftName: NSHTMLTextDocumentType | |
| - Name: NSDocumentTypeDocumentAttribute | |
| SwiftName: NSDocumentTypeDocumentAttribute | |
| - Name: NSCharacterEncodingDocumentAttribute | |
| SwiftName: NSCharacterEncodingDocumentAttribute | |
| - Name: NSDefaultAttributesDocumentAttribute | |
| SwiftName: NSDefaultAttributesDocumentAttribute | |
| - Name: NSPaperSizeDocumentAttribute | |
| SwiftName: NSPaperSizeDocumentAttribute | |
| - Name: NSViewSizeDocumentAttribute | |
| SwiftName: NSViewSizeDocumentAttribute | |
| - Name: NSViewZoomDocumentAttribute | |
| SwiftName: NSViewZoomDocumentAttribute | |
| - Name: NSViewModeDocumentAttribute | |
| SwiftName: NSViewModeDocumentAttribute | |
| - Name: NSReadOnlyDocumentAttribute | |
| SwiftName: NSReadOnlyDocumentAttribute | |
| - Name: NSBackgroundColorDocumentAttribute | |
| SwiftName: NSBackgroundColorDocumentAttribute | |
| - Name: NSHyphenationFactorDocumentAttribute | |
| SwiftName: NSHyphenationFactorDocumentAttribute | |
| - Name: NSDefaultTabIntervalDocumentAttribute | |
| SwiftName: NSDefaultTabIntervalDocumentAttribute | |
| - Name: NSTextLayoutSectionsAttribute | |
| SwiftName: NSTextLayoutSectionsAttribute | |
| - Name: NSTabColumnTerminatorsAttributeName | |
| SwiftName: NSTabColumnTerminatorsAttributeName | |
| - Name: NSTextEffectLetterpressStyle | |
| SwiftName: NSTextEffectLetterpressStyle | |
| - Name: NSPaperMarginDocumentAttribute | |
| SwiftName: NSPaperMarginDocumentAttribute | |
| - Name: NSDocumentTypeDocumentOption | |
| Availability: nonswift | |
| - Name: NSDefaultAttributesDocumentOption | |
| Availability: nonswift | |
| - Name: NSCharacterEncodingDocumentOption | |
| Availability: nonswift | |
| - Name: UIFontDescriptorFamilyAttribute | |
| SwiftName: UIFontDescriptorFamilyAttribute | |
| - Name: UIFontDescriptorNameAttribute | |
| SwiftName: UIFontDescriptorNameAttribute | |
| - Name: UIFontDescriptorFaceAttribute | |
| SwiftName: UIFontDescriptorFaceAttribute | |
| - Name: UIFontDescriptorSizeAttribute | |
| SwiftName: UIFontDescriptorSizeAttribute | |
| - Name: UIFontDescriptorVisibleNameAttribute | |
| SwiftName: UIFontDescriptorVisibleNameAttribute | |
| - Name: UIFontDescriptorMatrixAttribute | |
| SwiftName: UIFontDescriptorMatrixAttribute | |
| - Name: UIFontDescriptorCharacterSetAttribute | |
| SwiftName: UIFontDescriptorCharacterSetAttribute | |
| - Name: UIFontDescriptorCascadeListAttribute | |
| SwiftName: UIFontDescriptorCascadeListAttribute | |
| - Name: UIFontDescriptorTraitsAttribute | |
| SwiftName: UIFontDescriptorTraitsAttribute | |
| - Name: UIFontDescriptorFixedAdvanceAttribute | |
| SwiftName: UIFontDescriptorFixedAdvanceAttribute | |
| - Name: UIFontDescriptorFeatureSettingsAttribute | |
| SwiftName: UIFontDescriptorFeatureSettingsAttribute | |
| - Name: UIFontDescriptorTextStyleAttribute | |
| SwiftName: UIFontDescriptorTextStyleAttribute | |
| - Name: UIFontSymbolicTrait | |
| SwiftName: UIFontSymbolicTrait | |
| - Name: UIFontWeightTrait | |
| SwiftName: UIFontWeightTrait | |
| - Name: UIFontWidthTrait | |
| SwiftName: UIFontWidthTrait | |
| - Name: UIFontSlantTrait | |
| SwiftName: UIFontSlantTrait | |
| - Name: UIFontFeatureTypeIdentifierKey | |
| SwiftName: UIFontFeatureTypeIdentifierKey | |
| - Name: UIFontFeatureSelectorIdentifierKey | |
| SwiftName: UIFontFeatureSelectorIdentifierKey | |
| - Name: UIFontWeightUltraLight | |
| SwiftName: UIFontWeightUltraLight | |
| - Name: UIFontWeightThin | |
| SwiftName: UIFontWeightThin | |
| - Name: UIFontWeightLight | |
| SwiftName: UIFontWeightLight | |
| - Name: UIFontWeightRegular | |
| SwiftName: UIFontWeightRegular | |
| - Name: UIFontWeightMedium | |
| SwiftName: UIFontWeightMedium | |
| - Name: UIFontWeightSemibold | |
| SwiftName: UIFontWeightSemibold | |
| - Name: UIFontWeightBold | |
| SwiftName: UIFontWeightBold | |
| - Name: UIFontWeightHeavy | |
| SwiftName: UIFontWeightHeavy | |
| - Name: UIFontWeightBlack | |
| SwiftName: UIFontWeightBlack |