Crate objc2_ui_kit

Source
Expand description

§Bindings to the UIKit framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

NSAdaptiveImageGlyphNSAdaptiveImageGlyph
Apple’s documentation
NSCollectionLayoutAnchorUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutBoundarySupplementaryItemUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutDecorationItemUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutDimensionUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutEdgeSpacingUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutGroupUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutGroupCustomItemUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutItemUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutSectionUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutSizeUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutSpacingUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutSupplementaryItemUICollectionViewCompositionalLayout
Apple’s documentation
NSControlCharacterActionNSLayoutManager
Apple’s documentation
NSDataAssetNSDataAsset
NSDataAsset represents the contents of data entries in your asset catalog. Data assets are not in the same class of stored content as images, so you cannot use a data asset to get image data for an image.
NSDiffableDataSourceSectionSnapshotNSDiffableDataSourceSectionSnapshot
Apple’s documentation
NSDiffableDataSourceSectionTransactionUIDiffableDataSource
Apple’s documentation
NSDiffableDataSourceSnapshotUIDiffableDataSource
Apple’s documentation
NSDiffableDataSourceTransactionUIDiffableDataSource
Apple’s documentation
NSDirectionalEdgeInsetsUIGeometry and objc2-core-foundation
Apple’s documentation
NSDirectionalRectEdgeUIGeometry
Apple’s documentation
NSGlyphPropertyNSLayoutManager
Apple’s documentation
NSLayoutAnchorNSLayoutAnchor
Apple’s documentation
NSLayoutAttributeNSLayoutConstraint
Apple’s documentation
NSLayoutConstraintNSLayoutConstraint
Apple’s documentation
NSLayoutDimensionNSLayoutAnchor
Apple’s documentation
NSLayoutFormatOptionsNSLayoutConstraint
Apple’s documentation
NSLayoutManagerNSLayoutManager
Apple’s documentation
NSLayoutRelationNSLayoutConstraint
Apple’s documentation
NSLayoutXAxisAnchorNSLayoutAnchor
Apple’s documentation
NSLayoutYAxisAnchorNSLayoutAnchor
Apple’s documentation
NSLineBreakModeNSParagraphStyle
Apple’s documentation
NSLineBreakStrategyNSParagraphStyle
Apple’s documentation
NSMutableParagraphStyleNSParagraphStyle
Apple’s documentation
NSParagraphStyleNSParagraphStyle
Apple’s documentation
NSRectAlignmentUIGeometry
Apple’s documentation
NSShadowNSShadow
Apple’s documentation
NSStringDrawingContextNSStringDrawing
Apple’s documentation
NSStringDrawingOptionsNSStringDrawing
Apple’s documentation
NSTextAlignmentNSText
NSTextAttachmentNSTextAttachment
Apple’s documentation
NSTextAttachmentViewProviderNSTextAttachment
Apple’s documentation
NSTextContainerNSTextContainer
Apple’s documentation
NSTextContentManagerNSTextContentManager
Apple’s documentation
NSTextContentManagerEnumerationOptionsNSTextContentManager
Apple’s documentation
NSTextContentStorageNSTextContentManager
Apple’s documentation
NSTextElementNSTextElement
Apple’s documentation
NSTextLayoutFragmentNSTextLayoutFragment
Apple’s documentation
NSTextLayoutFragmentEnumerationOptionsNSTextLayoutFragment
Apple’s documentation
NSTextLayoutFragmentStateNSTextLayoutFragment
Apple’s documentation
NSTextLayoutManagerNSTextLayoutManager
Apple’s documentation
NSTextLayoutManagerSegmentOptionsNSTextLayoutManager
Apple’s documentation
NSTextLayoutManagerSegmentTypeNSTextLayoutManager
Apple’s documentation
NSTextLayoutOrientationNSLayoutManager
Apple’s documentation
NSTextLineFragmentNSTextLineFragment
Apple’s documentation
NSTextListNSTextList
Apple’s documentation
NSTextListElementNSTextElement and NSTextListElement
Apple’s documentation
NSTextListOptionsNSTextList
Apple’s documentation
NSTextParagraphNSTextElement
Apple’s documentation
NSTextRangeNSTextRange
Apple’s documentation
NSTextScalingTypeNSAttributedString
Apple’s documentation
NSTextSelectionNSTextSelection
Apple’s documentation
NSTextSelectionAffinityNSTextSelection
Apple’s documentation
NSTextSelectionGranularityNSTextSelection
Apple’s documentation
NSTextSelectionNavigationNSTextSelectionNavigation
Apple’s documentation
NSTextSelectionNavigationDestinationNSTextSelectionNavigation
Apple’s documentation
NSTextSelectionNavigationDirectionNSTextSelectionNavigation
Apple’s documentation
NSTextSelectionNavigationLayoutOrientationNSTextSelectionNavigation
Apple’s documentation
NSTextSelectionNavigationModifierNSTextSelectionNavigation
Apple’s documentation
NSTextSelectionNavigationWritingDirectionNSTextSelectionNavigation
Apple’s documentation
NSTextStorageNSTextStorage
Apple’s documentation
NSTextStorageEditActionsNSTextStorage
Apple’s documentation
NSTextTabNSParagraphStyle
Apple’s documentation
NSTextViewportLayoutControllerNSTextViewportLayoutController
Apple’s documentation
NSTextWritingDirectionDeprecatedNSAttributedString
Apple’s documentation
NSUnderlineStyleNSAttributedString
********************** Attribute values ***********************
NSWritingDirectionNSText
Apple’s documentation
NSWritingDirectionFormatTypeNSAttributedString
Apple’s documentation
UIAccelerationDeprecatedUIAccelerometer
Apple’s documentation
UIAccelerometerDeprecatedUIAccelerometer
Apple’s documentation
UIAccessibilityContainerTypeUIAccessibilityConstants
Apple’s documentation
UIAccessibilityContrastUIInterface
Apple’s documentation
UIAccessibilityCustomActionUIAccessibilityCustomAction
Apple’s documentation
UIAccessibilityCustomRotorUIAccessibilityCustomRotor
Apple’s documentation
UIAccessibilityCustomRotorDirectionUIAccessibilityCustomRotor
Apple’s documentation
UIAccessibilityCustomRotorItemResultUIAccessibilityCustomRotor
Apple’s documentation
UIAccessibilityCustomRotorSearchPredicateUIAccessibilityCustomRotor
Apple’s documentation
UIAccessibilityCustomSystemRotorTypeUIAccessibilityCustomRotor
Apple’s documentation
UIAccessibilityDirectTouchOptionsUIAccessibilityConstants
Apple’s documentation
UIAccessibilityElementUIAccessibilityElement and UIResponder
Apple’s documentation
UIAccessibilityExpandedStatusUIAccessibilityConstants
Apple’s documentation
UIAccessibilityHearingDeviceEarUIAccessibility
Apple’s documentation
UIAccessibilityLocationDescriptorUIAccessibilityLocationDescriptor
Apple’s documentation
UIAccessibilityNavigationStyleUIAccessibilityConstants
Apple’s documentation
UIAccessibilityScrollDirectionUIAccessibility
Apple’s documentation
UIAccessibilityZoomTypeUIAccessibilityZoom
Apple’s documentation
UIActionUIAction and UIMenuElement
Apple’s documentation
UIActionSheetDeprecatedUIActionSheet and UIResponder and UIView
Apple’s documentation
UIActionSheetStyleDeprecatedUIActionSheet
Apple’s documentation
UIActivityUIActivity
Apple’s documentation
UIActivityCategoryUIActivity
Apple’s documentation
UIActivityCollaborationModeUIActivityCollaborationModeRestriction
Represents the types of sharing (collaborating on an item vs. sending a copy of the item) Share Sheet supports up to two modes, each of which corresponds to one of these types
UIActivityCollaborationModeRestrictionUIActivityCollaborationModeRestriction
Specifies whether any types of sharing should be disabled in Share Sheet, and if so, whether they should provide a reason when tapped If a reason is provided, the corresponding mode will show up as an option, but an alert explaining why it is disabled will show if it is chosen, and the mode will switch back to the supported one Optionally, an extra alert button can be provided for a “recovery suggestion”. This can give a user a way to fix whatever is causing this type of sharing to be disabled If no reason is provided, the corresponding mode will not show up as an option
UIActivityIndicatorViewUIActivityIndicatorView and UIResponder and UIView
Apple’s documentation
UIActivityIndicatorViewStyleUIActivityIndicatorView
Apple’s documentation
UIActivityItemProviderUIActivityItemProvider
Apple’s documentation
UIActivityItemsConfigurationUIActivityItemsConfiguration
Apple’s documentation
UIActivitySectionTypesUIActivityViewController
Apple’s documentation
UIActivityViewControllerUIActivityViewController and UIResponder and UIViewController
Apple’s documentation
UIAlertActionUIAlertController
Apple’s documentation
UIAlertActionStyleUIAlertController
Apple’s documentation
UIAlertControllerUIAlertController and UIResponder and UIViewController
Apple’s documentation
UIAlertControllerSeverityUIAlertController
Apple’s documentation
UIAlertControllerStyleUIAlertController
Apple’s documentation
UIAlertViewDeprecatedUIAlertView and UIResponder and UIView
Apple’s documentation
UIAlertViewStyleUIAlertView
Apple’s documentation
UIApplicationUIApplication and UIResponder
Apple’s documentation
UIApplicationCategoryUIApplication
Apple’s documentation
UIApplicationCategoryDefaultErrorCodeUIApplication
Apple’s documentation
UIApplicationCategoryDefaultStatusUIApplication
The default status of an application for some category.
UIApplicationShortcutIconUIApplicationShortcutItem
Apple’s documentation
UIApplicationShortcutIconTypeUIApplicationShortcutItem
Apple’s documentation
UIApplicationShortcutItemUIApplicationShortcutItem
Apple’s documentation
UIApplicationStateUIApplication
Apple’s documentation
UIAttachmentBehaviorUIAttachmentBehavior and UIDynamicBehavior
Apple’s documentation
UIAttachmentBehaviorTypeUIAttachmentBehavior
Apple’s documentation
UIAxisUIGeometry
Apple’s documentation
UIBackgroundConfigurationUIBackgroundConfiguration
Apple’s documentation
UIBackgroundFetchResultUIApplication
Apple’s documentation
UIBackgroundRefreshStatusUIApplication
Apple’s documentation
UIBandSelectionInteractionUIBandSelectionInteraction
Apple’s documentation
UIBandSelectionInteractionStateUIBandSelectionInteraction
Apple’s documentation
UIBarAppearanceUIBarAppearance
Apple’s documentation
UIBarButtonItemUIBarButtonItem and UIBarItem
Apple’s documentation
UIBarButtonItemAppearanceUIBarButtonItemAppearance
Apple’s documentation
UIBarButtonItemGroupUIBarButtonItemGroup
Apple’s documentation
UIBarButtonItemStateAppearanceUIBarButtonItemAppearance
Apple’s documentation
UIBarButtonItemStyleUIBarButtonItem
Apple’s documentation
UIBarButtonSystemItemUIBarButtonItem
Apple’s documentation
UIBarItemUIBarItem
Apple’s documentation
UIBarMetricsUIBarCommon
Apple’s documentation
UIBarPositionUIBarCommon
Apple’s documentation
UIBarStyleUIInterface
Apple’s documentation
UIBaselineAdjustmentUIStringDrawing
Apple’s documentation
UIBehavioralStyleUIBehavioralStyle
Behavioral Styles are values that determine how a class — such as a view or control — behaves. This includes how the control is drawn, and what behaviors it supports. For example, handling certain customizations in one style, but not another.
UIBezierPathUIBezierPath
Apple’s documentation
UIBlurEffectUIBlurEffect and UIVisualEffect
Apple’s documentation
UIBlurEffectStyleUIBlurEffect
Apple’s documentation
UIButtonUIButton and UIControl and UIResponder and UIView
Apple’s documentation
UIButtonConfigurationUIButtonConfiguration
Apple’s documentation
UIButtonConfigurationCornerStyleUIButtonConfiguration
Apple’s documentation
UIButtonConfigurationIndicatorUIButtonConfiguration
Apple’s documentation
UIButtonConfigurationMacIdiomStyleUIButtonConfiguration
Apple’s documentation
UIButtonConfigurationSizeUIButtonConfiguration
Apple’s documentation
UIButtonConfigurationTitleAlignmentUIButtonConfiguration
Apple’s documentation
UIButtonRoleUIButton
Apple’s documentation
UIButtonTypeUIButton
Apple’s documentation
UICalendarSelectionUICalendarSelection
Apple’s documentation
UICalendarSelectionMultiDateUICalendarSelection and UICalendarSelectionMultiDate
Apple’s documentation
UICalendarSelectionSingleDateUICalendarSelection and UICalendarSelectionSingleDate
Apple’s documentation
UICalendarSelectionWeekOfYearUICalendarSelection and UICalendarSelectionWeekOfYear
Apple’s documentation
UICalendarViewUICalendarView and UIResponder and UIView
Apple’s documentation
UICalendarViewDecorationUICalendarViewDecoration
Apple’s documentation
UICalendarViewDecorationSizeUICalendarViewDecoration
Apple’s documentation
UICanvasFeedbackGeneratorUICanvasFeedbackGenerator and UIFeedbackGenerator
Apple’s documentation
UICellAccessoryUICellAccessory
Abstract base class. Do not instantiate directly.
UICellAccessoryCheckmarkUICellAccessory
A checkmark with default green color.
UICellAccessoryCustomViewUICellAccessory
An accessory using a custom view.
UICellAccessoryDeleteUICellAccessory
A delete control (minus sign inside a circle) with default red color.
UICellAccessoryDetailUICellAccessory
A detail (info) button.
UICellAccessoryDisclosureIndicatorUICellAccessory
A disclosure chevron that points in the trailing direction.
UICellAccessoryDisplayedStateUICellAccessory
Apple’s documentation
UICellAccessoryInsertUICellAccessory
An insert control (plus sign inside a circle) with default green color.
UICellAccessoryLabelUICellAccessory
A label displaying a short string of text, typically a small number such as a count for the associated item.
UICellAccessoryMultiselectUICellAccessory
A two-state control whose appearance follows the selection state of the cell (empty circle when deselected, filled circle with checkmark when selected).
UICellAccessoryOutlineDisclosureUICellAccessory
A rotating disclosure chevron for use with outlines, used to indicate and toggle the expanded/collapsed state of the item.
UICellAccessoryOutlineDisclosureStyleUICellAccessory
Apple’s documentation
UICellAccessoryPlacementUICellAccessory
Apple’s documentation
UICellAccessoryPopUpMenuUICellAccessory
Up/down chevrons that indicate a tap anywhere in the cell presents a pop-up menu.
UICellAccessoryReorderUICellAccessory
A reorder control (three horizontal lines) with default gray color that automatically initiates interactive reordering on the collection view when dragged (if supported).
UICellConfigurationDragStateUICellConfigurationState
Apple’s documentation
UICellConfigurationDropStateUICellConfigurationState
Apple’s documentation
UICellConfigurationStateUICellConfigurationState and UIViewConfigurationState
Apple’s documentation
UICloudSharingControllerUICloudSharingController and UIResponder and UIViewController
Apple’s documentation
UICloudSharingPermissionOptionsUICloudSharingController
Apple’s documentation
UICollectionElementCategoryUICollectionViewLayout
Apple’s documentation
UICollectionLayoutListAppearanceUICollectionLayoutList
Apple’s documentation
UICollectionLayoutListConfigurationUICollectionLayoutList
A list configuration can be used to layout a section inside a UICollectionViewCompositionalLayout as a list.
UICollectionLayoutListContentHuggingElementsUICollectionLayoutList
A setting for which items in the layout should tightly hug their content
UICollectionLayoutListFooterModeUICollectionLayoutList
Apple’s documentation
UICollectionLayoutListHeaderModeUICollectionLayoutList
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingBehaviorUICollectionViewCompositionalLayout
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingBounceUICollectionViewCompositionalLayout
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingPropertiesUICollectionViewCompositionalLayout
Apple’s documentation
UICollectionReusableViewUICollectionViewCell and UIResponder and UIView
Apple’s documentation
UICollectionUpdateActionUICollectionViewUpdateItem
Apple’s documentation
UICollectionViewUICollectionView and UIResponder and UIScrollView and UIView
Apple’s documentation
UICollectionViewCellUICollectionViewCell and UIResponder and UIView
Apple’s documentation
UICollectionViewCellDragStateUICollectionViewCell
Apple’s documentation
UICollectionViewCellRegistrationUICollectionViewItemRegistration
Apple’s documentation
UICollectionViewCompositionalLayoutUICollectionViewCompositionalLayout and UICollectionViewLayout
Apple’s documentation
UICollectionViewCompositionalLayoutConfigurationUICollectionViewCompositionalLayout
Apple’s documentation
UICollectionViewControllerUICollectionViewController and UIResponder and UIViewController
Apple’s documentation
UICollectionViewDiffableDataSourceUIDiffableDataSource
Apple’s documentation
UICollectionViewDiffableDataSourceReorderingHandlersUIDiffableDataSource
Apple’s documentation
UICollectionViewDiffableDataSourceSectionSnapshotHandlersUIDiffableDataSource
Apple’s documentation
UICollectionViewDropIntentUICollectionView
Apple’s documentation
UICollectionViewDropPlaceholderUICollectionView
Apple’s documentation
UICollectionViewDropProposalUICollectionView and UIDropInteraction
Apple’s documentation
UICollectionViewFlowLayoutUICollectionViewFlowLayout and UICollectionViewLayout
Apple’s documentation
UICollectionViewFlowLayoutInvalidationContextUICollectionViewFlowLayout and UICollectionViewLayout
Apple’s documentation
UICollectionViewFlowLayoutSectionInsetReferenceUICollectionViewFlowLayout
Apple’s documentation
UICollectionViewFocusUpdateContextUICollectionView and UIFocus
Apple’s documentation
UICollectionViewLayoutUICollectionViewLayout
Apple’s documentation
UICollectionViewLayoutAttributesUICollectionViewLayout
Apple’s documentation
UICollectionViewLayoutInvalidationContextUICollectionViewLayout
Apple’s documentation
UICollectionViewListCellUICollectionViewCell and UICollectionViewListCell and UIResponder and UIView
Apple’s documentation
UICollectionViewPlaceholderUICollectionView
Apple’s documentation
UICollectionViewReorderingCadenceUICollectionView
Apple’s documentation
UICollectionViewScrollDirectionUICollectionViewLayout
Apple’s documentation
UICollectionViewScrollPositionUICollectionView
Apple’s documentation
UICollectionViewSelfSizingInvalidationUICollectionView
Apple’s documentation
UICollectionViewSupplementaryRegistrationUICollectionViewItemRegistration
Apple’s documentation
UICollectionViewTransitionLayoutUICollectionViewLayout and UICollectionViewTransitionLayout
Apple’s documentation
UICollectionViewUpdateItemUICollectionViewUpdateItem
Apple’s documentation
UICollisionBehaviorUICollisionBehavior and UIDynamicBehavior
Apple’s documentation
UICollisionBehaviorModeUICollisionBehavior
Apple’s documentation
UIColorUIColor
Apple’s documentation
UIColorPickerViewControllerUIColorPickerViewController and UIResponder and UIViewController
Apple’s documentation
UIColorProminenceUIColor
Apple’s documentation
UIColorWellUIColorWell and UIControl and UIResponder and UIView
Apple’s documentation
UICommandUICommand and UIMenuElement
Represents an action to take.
UICommandAlternateUICommand
Represents an alternate action to take for a command.
UIContainerBackgroundStyleUIViewController
Apple’s documentation
UIContentInsetsReferenceUICollectionViewCompositionalLayout
Apple’s documentation
UIContentUnavailableAlignmentUIContentUnavailableConfiguration
Apple’s documentation
UIContentUnavailableButtonPropertiesUIContentUnavailableButtonProperties
Apple’s documentation
UIContentUnavailableConfigurationUIContentUnavailableConfiguration
Apple’s documentation
UIContentUnavailableConfigurationStateUIContentUnavailableConfigurationState
Apple’s documentation
UIContentUnavailableImagePropertiesUIContentUnavailableImageProperties
Apple’s documentation
UIContentUnavailableTextPropertiesUIContentUnavailableTextProperties
Apple’s documentation
UIContentUnavailableViewUIContentUnavailableView and UIResponder and UIView
Apple’s documentation
UIContextMenuConfigurationUIContextMenuConfiguration
Apple’s documentation
UIContextMenuConfigurationElementOrderUIContextMenuConfiguration
Apple’s documentation
UIContextMenuInteractionUIContextMenuInteraction
Apple’s documentation
UIContextMenuInteractionAppearanceUIContextMenuInteraction
Apple’s documentation
UIContextMenuInteractionCommitStyleUIContextMenuInteraction
Apple’s documentation
UIContextualActionUIContextualAction
Apple’s documentation
UIContextualActionStyleUIContextualAction
Apple’s documentation
UIControlUIControl and UIResponder and UIView
Apple’s documentation
UIControlContentHorizontalAlignmentUIControl
Apple’s documentation
UIControlContentVerticalAlignmentUIControl
Apple’s documentation
UIControlEventsUIControl
Apple’s documentation
UIControlStateUIControl
Apple’s documentation
UICornerCurveUIShape
The corner curve to apply to a view.
UICubicTimingParametersUITimingParameters
Apple’s documentation
UIDataDetectorTypesUIDataDetectors
Apple’s documentation
UIDatePickerUIControl and UIDatePicker and UIResponder and UIView
Apple’s documentation
UIDatePickerModeUIDatePicker
Apple’s documentation
UIDatePickerStyleUIDatePicker
Apple’s documentation
UIDeferredMenuElementUIDeferredMenuElement and UIMenuElement
Apple’s documentation
UIDeviceUIDevice
Apple’s documentation
UIDeviceBatteryStateUIDevice
Apple’s documentation
UIDeviceOrientationUIOrientation
Apple’s documentation
UIDictationPhraseUITextInput
Apple’s documentation
UIDirectionalRectEdgeDeprecatedUIGeometry
Apple’s documentation
UIDisplayGamutUIInterface
Apple’s documentation
UIDocumentUIDocument
Apple’s documentation
UIDocumentBrowserActionUIDocumentBrowserAction
UIDocumentBrowserAction instances are custom, contextual actions that are presented to the user by a UIDocumentBrowserViewController.
UIDocumentBrowserActionAvailabilityUIDocumentBrowserAction
Apple’s documentation
UIDocumentBrowserErrorCodeUIDocumentBrowserViewController
Apple’s documentation
UIDocumentBrowserImportModeUIDocumentBrowserViewController
Apple’s documentation
UIDocumentBrowserTransitionControllerUIDocumentBrowserViewController
Class to handle the loading and animation transition when opening or closing a document.
UIDocumentBrowserUserInterfaceStyleUIDocumentBrowserViewController
Apple’s documentation
UIDocumentBrowserViewControllerUIDocumentBrowserViewController and UIResponder and UIViewController
UIDocumentBrowserViewController is a view controller to browse the files on the user’s device or cloud services and open them directly in your application
UIDocumentChangeKindUIDocument
Apple’s documentation
UIDocumentInteractionControllerUIDocumentInteractionController
Apple’s documentation
UIDocumentMenuOrderDeprecatedUIDocumentMenuViewController
Apple’s documentation
UIDocumentMenuViewControllerDeprecatedUIDocumentMenuViewController and UIResponder and UIViewController
Apple’s documentation
UIDocumentPickerExtensionViewControllerDeprecatedUIDocumentPickerExtensionViewController and UIResponder and UIViewController
Apple’s documentation
UIDocumentPickerModeDeprecatedUIDocumentPickerViewController
Apple’s documentation
UIDocumentPickerViewControllerUIDocumentPickerViewController and UIResponder and UIViewController
Apple’s documentation
UIDocumentPropertiesUIDocumentProperties
Apple’s documentation
UIDocumentSaveOperationUIDocument
Apple’s documentation
UIDocumentStateUIDocument
Apple’s documentation
UIDocumentViewControllerUIDocumentViewController and UIResponder and UIViewController
Apple’s documentation
UIDocumentViewControllerLaunchOptionsUIDocumentViewControllerLaunchOptions
Apple’s documentation
UIDragInteractionUIDragInteraction
Apple’s documentation
UIDragItemUIDragItem
Apple’s documentation
UIDragPreviewUIDragPreview
Apple’s documentation
UIDragPreviewParametersUIDragPreviewParameters and UIPreviewParameters
Apple’s documentation
UIDragPreviewTargetUITargetedDragPreview and UITargetedPreview
Apple’s documentation
UIDropInteractionUIDropInteraction
Apple’s documentation
UIDropOperationUIDropInteraction
Apple’s documentation
UIDropProposalUIDropInteraction
Apple’s documentation
UIDropSessionProgressIndicatorStyleUIDragSession
Apple’s documentation
UIDynamicAnimatorUIDynamicAnimator
Apple’s documentation
UIDynamicBehaviorUIDynamicBehavior
Apple’s documentation
UIDynamicItemBehaviorUIDynamicBehavior and UIDynamicItemBehavior
Apple’s documentation
UIDynamicItemCollisionBoundsTypeUIDynamicBehavior
Apple’s documentation
UIDynamicItemGroupUIDynamicBehavior
Apple’s documentation
UIEdgeInsetsUIGeometry and objc2-core-foundation
Apple’s documentation
UIEditMenuArrowDirectionUIEditMenuInteraction
Apple’s documentation
UIEditMenuConfigurationUIEditMenuInteraction
Apple’s documentation
UIEditMenuInteractionUIEditMenuInteraction
Apple’s documentation
UIEditingInteractionConfigurationUIResponder
Apple’s documentation
UIEventUIEvent
Apple’s documentation
UIEventAttributionUIEventAttribution
Apple’s documentation
UIEventAttributionViewUIEventAttributionView and UIResponder and UIView
Apple’s documentation
UIEventButtonMaskUIEvent
Set of buttons pressed for the current event Raw format of: 1 < < (buttonNumber - 1) UIEventButtonMaskPrimary = 1 < < 0
UIEventSubtypeUIEvent
Apple’s documentation
UIEventTypeUIEvent
Apple’s documentation
UIFeedbackGeneratorUIFeedbackGenerator
Apple’s documentation
UIFieldBehaviorUIDynamicBehavior and UIFieldBehavior
Apple’s documentation
UIFindInteractionUIFindInteraction
Apple’s documentation
UIFindSessionUIFindSession
An abstract base class for managing a find session.
UIFindSessionSearchResultDisplayStyleUIFindSession
Apple’s documentation
UIFloatRangeUIAttachmentBehavior and objc2-core-foundation
Apple’s documentation
UIFocusAnimationCoordinatorUIFocusAnimationCoordinator
UIFocusAnimationCoordinator is used to coordinate disparate animations that are related to a focus update.
UIFocusDebuggerUIFocusDebugger
UIFocusDebugger provides a collection of runtime utilities for debugging issues related to focus interaction.
UIFocusEffectUIFocusEffect
Apple’s documentation
UIFocusGuideUIFocusGuide and UILayoutGuide
UIFocusGuides are UILayoutGuide subclasses that participate in the focus system from within their owning view. A UIFocusGuide may be used to expose non-view areas as focusable.
UIFocusHaloEffectUIFocusEffect
Apple’s documentation
UIFocusHaloEffectPositionUIFocusEffect
Apple’s documentation
UIFocusHeadingUIFocus
Apple’s documentation
UIFocusItemDeferralModeUIFocus
Apple’s documentation
UIFocusMovementHintUIFocusMovementHint
Provides information about the current state of hinting for the focused item.
UIFocusSystemUIFocusSystem
UIFocusSystem instances manage focus state within a part of the user interface. They are in charge of tracking the current focused item, as well as processing focus updates.
UIFocusUpdateContextUIFocus
UIFocusUpdateContexts provide information relevant to a specific focus update from one view to another. They are ephemeral objects that are usually discarded after the update is finished.
UIFontUIFont
Apple’s documentation
UIFontDescriptorUIFontDescriptor
Apple’s documentation
UIFontDescriptorSymbolicTraitsUIFontDescriptor
Apple’s documentation
UIFontMetricsUIFontMetrics
Apple’s documentation
UIFontPickerViewControllerUIFontPickerViewController and UIResponder and UIViewController
Apple’s documentation
UIFontPickerViewControllerConfigurationUIFontPickerViewControllerConfiguration
Apple’s documentation
UIForceTouchCapabilityUITouch
Apple’s documentation
UIGestureRecognizerUIGestureRecognizer
Apple’s documentation
UIGestureRecognizerStateUIGestureRecognizer
Apple’s documentation
UIGraphicsImageRendererUIGraphicsImageRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsImageRendererContextUIGraphicsImageRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsImageRendererFormatUIGraphicsImageRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsImageRendererFormatRangeUIGraphicsImageRenderer
Apple’s documentation
UIGraphicsPDFRendererUIGraphicsPDFRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsPDFRendererContextUIGraphicsPDFRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsPDFRendererFormatUIGraphicsPDFRenderer and UIGraphicsRenderer
Apple’s documentation
UIGraphicsRendererUIGraphicsRenderer
Apple’s documentation
UIGraphicsRendererContextUIGraphicsRenderer
Apple’s documentation
UIGraphicsRendererFormatUIGraphicsRenderer
Apple’s documentation
UIGravityBehaviorUIDynamicBehavior and UIGravityBehavior
Apple’s documentation
UIGuidedAccessAccessibilityFeatureUIGuidedAccess
Apple’s documentation
UIGuidedAccessErrorCodeUIGuidedAccess
Apple’s documentation
UIGuidedAccessRestrictionStateUIGuidedAccess
Apple’s documentation
UIHoverAutomaticEffectUIHoverEffect
A system-default hover effect that automatically selects the appropriate effect based on the view to which it is applied.
UIHoverEffectLayerUIHoverEffectLayer and objc2-quartz-core and non-watchOS
A layer type that can be used to apply a hover effect to its sublayers.
UIHoverGestureRecognizerUIGestureRecognizer and UIHoverGestureRecognizer
Apple’s documentation
UIHoverHighlightEffectUIHoverEffect
An effect that applies a highlight to the view on hover.
UIHoverLiftEffectUIHoverEffect
An effect that can visually lift the view on hover where appropriate.
UIHoverStyleUIHoverStyle
The hover style to apply to a view, including an effect and a shape to use for displaying that effect.
UIImageUIImage
Apple’s documentation
UIImageAssetUIImageAsset
Apple’s documentation
UIImageConfigurationUIImageConfiguration
Apple’s documentation
UIImageDynamicRangeUIInterface
Apple’s documentation
UIImageOrientationUIImage
Apple’s documentation
UIImagePickerControllerUIImagePickerController and UINavigationController and UIResponder and UIViewController
Apple’s documentation
UIImagePickerControllerCameraCaptureModeUIImagePickerController
Apple’s documentation
UIImagePickerControllerCameraDeviceUIImagePickerController
Apple’s documentation
UIImagePickerControllerCameraFlashModeUIImagePickerController
Apple’s documentation
UIImagePickerControllerImageURLExportPresetDeprecatedUIImagePickerController
Apple’s documentation
UIImagePickerControllerQualityTypeUIImagePickerController
Apple’s documentation
UIImagePickerControllerSourceTypeUIImagePickerController
Apple’s documentation
UIImageReaderUIImageReader
Apple’s documentation
UIImageReaderConfigurationUIImageReader
Apple’s documentation
UIImageRenderingModeUIImage
Apple’s documentation
UIImageResizingModeUIImage
Apple’s documentation
UIImageSymbolConfigurationUIImageConfiguration and UIImageSymbolConfiguration
Apple’s documentation
UIImageSymbolScaleUIImageSymbolConfiguration
Apple’s documentation
UIImageSymbolWeightUIImageSymbolConfiguration
Apple’s documentation
UIImageViewUIImageView and UIResponder and UIView
Apple’s documentation
UIImpactFeedbackGeneratorUIFeedbackGenerator and UIImpactFeedbackGenerator
Apple’s documentation
UIImpactFeedbackStyleUIImpactFeedbackGenerator
Apple’s documentation
UIIndirectScribbleInteractionUIIndirectScribbleInteraction
An interaction that allows using Scribble to enter text by handwriting on a view that is not formally a text input. Use UIIndirectScribbleInteraction if your app has a view that looks to the user as a text input but does not implement UITextInput. It makes the view act as a container of one or more virtual “Text Input Elements”, each of which defines an area the user can write into without having to tap first. Some examples of when UIIndirectScribbleInteraction can be used:
UIInputViewUIInputView and UIResponder and UIView
Apple’s documentation
UIInputViewControllerUIInputViewController and UIResponder and UIViewController
Apple’s documentation
UIInputViewStyleUIInputView
Apple’s documentation
UIInterfaceOrientationUIOrientation
Apple’s documentation
UIInterfaceOrientationMaskUIOrientation
Apple’s documentation
UIInterpolatingMotionEffectUIMotionEffect
This motion effect maps movement of a particular type (e.g. left/right tilt) to an interpolated output between two relative values provided by the client. Uses Core Animation’s implementation of interpolation for all the standard types.
UIInterpolatingMotionEffectTypeUIMotionEffect
Apple’s documentation
UIKeyUIKey
Apple’s documentation
UIKeyCommandUICommand and UIKeyCommand and UIMenuElement
Apple’s documentation
UIKeyModifierFlagsUICommand
Apple’s documentation
UIKeyboardAppearanceUITextInputTraits
Apple’s documentation
UIKeyboardHIDUsageUIKeyConstants and objc2-core-foundation
This file defines a table of standardized key codes, called “HID usages” used by USB keyboards to identify individual keys.
UIKeyboardLayoutGuideUIKeyboardLayoutGuide and UILayoutGuide and UITrackingLayoutGuide
Apple’s documentation
UIKeyboardTypeUITextInputTraits
Apple’s documentation
UILabelUILabel and UIResponder and UIView
Apple’s documentation
UILabelVibrancyUILabel
Apple’s documentation
UILargeContentViewerInteractionUILargeContentViewer
UILargeContentViewerInteraction enables a gesture to present and dismiss the large content viewer on a device with relevant settings. Use methods in <UIKit /UIInteraction.h> to add the interaction to an appropriate view, such as a custom tab bar.
UILayoutConstraintAxisUIView
Apple’s documentation
UILayoutGuideUILayoutGuide
Apple’s documentation
UILegibilityWeightUIInterface
Apple’s documentation
UILetterformAwareSizingRuleUILetterformAwareAdjusting
Background
UILexiconUILexicon
Apple’s documentation
UILexiconEntryUILexicon
Apple’s documentation
UILineBreakModeDeprecatedUIStringDrawing
Apple’s documentation
UIListContentConfigurationUIListContentConfiguration
Apple’s documentation
UIListContentImagePropertiesUIListContentImageProperties
Apple’s documentation
UIListContentTextAlignmentUIListContentTextProperties
Apple’s documentation
UIListContentTextPropertiesUIListContentTextProperties
Apple’s documentation
UIListContentTextTransformUIListContentTextProperties
Apple’s documentation
UIListContentViewUIListContentConfiguration and UIResponder and UIView
Apple’s documentation
UIListEnvironmentUITraitListEnvironment
Specifies a list appearance that encompasses both UICollectionView & UITableView lists.
UIListSeparatorConfigurationUIListSeparatorConfiguration
This configuration allows for fine grained control of separator appearance in a UICollectionView List section.
UIListSeparatorVisibilityUIListSeparatorConfiguration
Apple’s documentation
UILocalNotificationDeprecatedUILocalNotification
Apple’s documentation
UILocalizedIndexedCollationUILocalizedIndexedCollation
Apple’s documentation
UILongPressGestureRecognizerUIGestureRecognizer and UILongPressGestureRecognizer
Apple’s documentation
UIManagedDocumentUIDocument and UIManagedDocument
Apple’s documentation
UIMarkupTextPrintFormatterUIPrintFormatter
Apple’s documentation
UIMenuUIMenu and UIMenuElement
Apple’s documentation
UIMenuControllerDeprecatedUIMenuController
Apple’s documentation
UIMenuControllerArrowDirectionDeprecatedUIMenuController
Apple’s documentation
UIMenuDisplayPreferencesUIMenuDisplayPreferences
Apple’s documentation
UIMenuElementUIMenuElement
Apple’s documentation
UIMenuElementAttributesUIMenuElement
Apple’s documentation
UIMenuElementSizeUIMenu
Apple’s documentation
UIMenuElementStateUIMenuElement
Apple’s documentation
UIMenuItemDeprecatedUIMenuController
Apple’s documentation
UIMenuOptionsUIMenu
Apple’s documentation
UIMenuSystemUIMenuSystem
The command system to build or rebuild.
UIModalPresentationStyleUIViewController
Apple’s documentation
UIModalTransitionStyleUIViewController
Apple’s documentation
UIMotionEffectUIMotionEffect
UIMotionEffect is an abstract superclass which declaratively represents a rendering effect that depends on the motion of the device. Given some device pose, subclassers provide relative values which are to be applied to the key paths of the target’s view.
UIMotionEffectGroupUIMotionEffect
Behaves like CAAnimationGroup. Merges key/value pairs of constituent using Core Animation’s implementations of addition for all the standard types.
UIMutableApplicationShortcutItemUIApplicationShortcutItem
Apple’s documentation
UIMutableUserNotificationActionDeprecatedUIUserNotificationSettings
Apple’s documentation
UIMutableUserNotificationCategoryDeprecatedUIUserNotificationSettings
Apple’s documentation
UINSToolbarItemPresentationSizeUIInterface
Apple’s documentation
UINavigationBarUINavigationBar and UIResponder and UIView
Apple’s documentation
UINavigationBarAppearanceUIBarAppearance and UINavigationBarAppearance
Apple’s documentation
UINavigationBarNSToolbarSectionUINavigationBar
Apple’s documentation
UINavigationControllerUINavigationController and UIResponder and UIViewController
Apple’s documentation
UINavigationControllerOperationUINavigationController
UINavigationController manages a stack of view controllers and a navigation bar. It performs horizontal view transitions for pushed and popped views while keeping the navigation bar in sync.
UINavigationItemUINavigationItem
Apple’s documentation
UINavigationItemBackButtonDisplayModeUINavigationItem
Apple’s documentation
UINavigationItemLargeTitleDisplayModeUINavigationItem
Apple’s documentation
UINavigationItemSearchBarPlacementUINavigationItem
Apple’s documentation
UINavigationItemStyleUINavigationItem
Apple’s documentation
UINibDeprecatedUINib
Apple’s documentation
UINotificationFeedbackGeneratorUIFeedbackGenerator and UINotificationFeedbackGenerator
Apple’s documentation
UINotificationFeedbackTypeUINotificationFeedbackGenerator
Apple’s documentation
UIOffsetUIGeometry and objc2-core-foundation
Apple’s documentation
UIOpenURLContextUIOpenURLContext
Apple’s documentation
UIPageControlUIControl and UIPageControl and UIResponder and UIView
Apple’s documentation
UIPageControlBackgroundStyleUIPageControl
Apple’s documentation
UIPageControlDirectionUIPageControl
Apple’s documentation
UIPageControlInteractionStateUIPageControl
Apple’s documentation
UIPageControlProgressUIPageControlProgress
Apple’s documentation
UIPageControlTimerProgressUIPageControlProgress
Apple’s documentation
UIPageViewControllerUIPageViewController and UIResponder and UIViewController
Apple’s documentation
UIPageViewControllerNavigationDirectionUIPageViewController
Apple’s documentation
UIPageViewControllerNavigationOrientationUIPageViewController
Apple’s documentation
UIPageViewControllerSpineLocationUIPageViewController
Apple’s documentation
UIPageViewControllerTransitionStyleUIPageViewController
Apple’s documentation
UIPanGestureRecognizerUIGestureRecognizer and UIPanGestureRecognizer
Apple’s documentation
UIPasteConfigurationUIPasteConfiguration
Apple’s documentation
UIPasteControlUIControl and UIPasteControl and UIResponder and UIView
Apple’s documentation
UIPasteControlConfigurationUIPasteControl
Apple’s documentation
UIPasteControlDisplayModeUIPasteControl
Apple’s documentation
UIPasteboardUIPasteboard
Apple’s documentation
UIPencilHoverPoseUIPencilInteraction
An object that describes the hover pose of the pencil while performing a gesture on the pencil
UIPencilInteractionUIPencilInteraction
Apple’s documentation
UIPencilInteractionPhaseUIPencilInteraction
The phase of an interaction gesture performed on the pencil.
UIPencilInteractionSqueezeUIPencilInteraction
An object that describes a squeeze performed on the pencil
UIPencilInteractionTapUIPencilInteraction
An object that describes a tap performed on the pencil
UIPencilPreferredActionUIPencilInteraction
Preferred actions available to the user in Settings.
UIPercentDrivenInteractiveTransitionUIViewControllerTransitioning
Apple’s documentation
UIPickerViewUIPickerView and UIResponder and UIView
Apple’s documentation
UIPinchGestureRecognizerUIGestureRecognizer and UIPinchGestureRecognizer
Apple’s documentation
UIPointerAccessoryUIPointerAccessory
Apple’s documentation
UIPointerAccessoryPositionUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerEffectUIPointerStyle
Apple’s documentation
UIPointerEffectTintModeUIPointerStyle
Apple’s documentation
UIPointerHighlightEffectUIPointerStyle
Pointer slides under the given view and morphs into the view’s shape
UIPointerHoverEffectUIPointerStyle
Pointer retains the system shape while over the given view. Visual changes applied to the view are dictated by the effect’s properties.
UIPointerInteractionUIPointerInteraction
Apple’s documentation
UIPointerLiftEffectUIPointerStyle
Pointer slides under the given view and disappears as the view scales up and gains a shadow.
UIPointerLockStateUIPointerLockState
Apple’s documentation
UIPointerRegionUIPointerRegion
Apple’s documentation
UIPointerRegionRequestUIPointerInteraction
Apple’s documentation
UIPointerShapeUIPointerStyle
Apple’s documentation
UIPointerStyleUIHoverStyle and UIPointerStyle
Apple’s documentation
UIPopoverArrowDirectionUIPopoverSupport
Apple’s documentation
UIPopoverBackgroundViewUIPopoverBackgroundView and UIResponder and UIView
Apple’s documentation
UIPopoverControllerDeprecatedUIPopoverController
Apple’s documentation
UIPopoverPresentationControllerUIPopoverPresentationController and UIPresentationController
Apple’s documentation
UIPreferredPresentationStyleNSItemProvider_UIKitAdditions
Apple’s documentation
UIPresentationControllerUIPresentationController
Apple’s documentation
UIPressUIPress
Apple’s documentation
UIPressPhaseUIPress
Apple’s documentation
UIPressTypeUIPress
Apple’s documentation
UIPressesEventUIEvent and UIPressesEvent
Apple’s documentation
UIPreviewActionDeprecatedUIViewController
Apple’s documentation
UIPreviewActionGroupDeprecatedUIViewController
Apple’s documentation
UIPreviewActionStyleDeprecatedUIViewController
Apple’s documentation
UIPreviewInteractionUIPreviewInteraction
Apple’s documentation
UIPreviewParametersUIPreviewParameters
Apple’s documentation
UIPreviewTargetUITargetedPreview
Apple’s documentation
UIPrintErrorCodeUIPrintError
Apple’s documentation
UIPrintFormatterUIPrintFormatter
Apple’s documentation
UIPrintInfoUIPrintInfo
Apple’s documentation
UIPrintInfoDuplexUIPrintInfo
Apple’s documentation
UIPrintInfoOrientationUIPrintInfo
Apple’s documentation
UIPrintInfoOutputTypeUIPrintInfo
Apple’s documentation
UIPrintInteractionControllerUIPrintInteractionController
Apple’s documentation
UIPrintPageRendererUIPrintPageRenderer
Apple’s documentation
UIPrintPaperUIPrintPaper
Apple’s documentation
UIPrintRenderingQualityUIPrintPageRenderer
Apple’s documentation
UIPrintServiceExtensionUIPrintServiceExtension
Apple’s documentation
UIPrinterUIPrinter
Apple’s documentation
UIPrinterCutterBehaviorUIPrintInteractionController
Apple’s documentation
UIPrinterDestinationUIPrintServiceExtension
Apple’s documentation
UIPrinterJobTypesUIPrinter
Job types supported by a printer.
UIPrinterPickerControllerUIPrinterPickerController
Apple’s documentation
UIProgressViewUIProgressView and UIResponder and UIView
Apple’s documentation
UIProgressViewStyleUIProgressView
Apple’s documentation
UIPushBehaviorUIDynamicBehavior and UIPushBehavior
Apple’s documentation
UIPushBehaviorModeUIPushBehavior
Apple’s documentation
UIRectCornerUIGeometry
Apple’s documentation
UIRectEdgeUIGeometry
Apple’s documentation
UIReferenceLibraryViewControllerUIReferenceLibraryViewController and UIResponder and UIViewController
Apple’s documentation
UIRefreshControlUIControl and UIRefreshControl and UIResponder and UIView
Apple’s documentation
UIRegionUIRegion
Apple’s documentation
UIRemoteNotificationTypeDeprecatedUIApplication
Apple’s documentation
UIResolvedShapeUIShape
A shape that has been resolved based on a ResolutionContext.
UIResponderUIResponder
Apple’s documentation
UIReturnKeyTypeUITextInputTraits
Apple’s documentation
UIRotationGestureRecognizerUIGestureRecognizer and UIRotationGestureRecognizer
Apple’s documentation
UISceneUIResponder and UIScene
Apple’s documentation
UISceneActivationConditionsUISceneActivationConditions
Apple’s documentation
UISceneActivationRequestOptionsUISceneOptions
Apple’s documentation
UISceneActivationStateUISceneDefinitions
Apple’s documentation
UISceneCaptureStateUISceneDefinitions
Apple’s documentation
UISceneCollectionJoinBehaviorUISceneOptions
Apple’s documentation
UISceneConfigurationUISceneSession
Apple’s documentation
UISceneConnectionOptionsUISceneOptions
Apple’s documentation
UISceneDestructionRequestOptionsUISceneOptions
Apple’s documentation
UISceneErrorCodeUISceneDefinitions
Apple’s documentation
UISceneOpenExternalURLOptionsUISceneOptions
Apple’s documentation
UISceneOpenURLOptionsUISceneOptions
Apple’s documentation
UISceneSessionUISceneSession
Apple’s documentation
UISceneSessionActivationRequestUISceneSessionActivationRequest
Apple’s documentation
UISceneSizeRestrictionsUIWindowScene
Apple’s documentation
UISceneSystemProtectionManagerUISceneSystemProtectionManager
Apple’s documentation
UISceneWindowingBehaviorsUISceneWindowingBehaviors
Apple’s documentation
UIScreenUIScreen
Apple’s documentation
UIScreenEdgePanGestureRecognizerUIGestureRecognizer and UIPanGestureRecognizer and UIScreenEdgePanGestureRecognizer
This subclass of UIPanGestureRecognizer only recognizes if the user slides their finger in from the bezel on the specified edge.
UIScreenModeUIScreenMode
Apple’s documentation
UIScreenOverscanCompensationUIScreen
Apple’s documentation
UIScreenReferenceDisplayModeStatusUIScreen
Apple’s documentation
UIScreenshotServiceUIScreenshotService
This class allows your application to produce a higher fidelity, PDF screenshot to the user. Set the delegate so that when a screenshot is taken, screenshots can show the full document content from the application.
UIScribbleInteractionUIScribbleInteraction
An interaction that allows customizing the behavior of Scribble on text input views, or suppress it entirely in specific cases. By default, Scribble allows the user to enter text by handwriting directly into any view that implements UITextInput and is editable. In apps with customized text fields, you can use UIScribbleInteraction’s delegate callbacks to optimize the UI for a better writing experience. For example, you might want to hide custom placeholders when writing begins, or request delaying focusing the field if it moves when gaining focus. In some cases it is necessary to suppress Scribble, for example if a text view also supports drawing with Apple Pencil. You may also need to suppress Scribble in views that handle Pencil events directly, like a drawing canvas, since nearby text fields could take over the Pencil events for writing.
UIScrollTypeUIPanGestureRecognizer
Apple’s documentation
UIScrollTypeMaskUIPanGestureRecognizer
Apple’s documentation
UIScrollViewUIResponder and UIScrollView and UIView
Apple’s documentation
UIScrollViewContentInsetAdjustmentBehaviorUIScrollView
Apple’s documentation
UIScrollViewIndexDisplayModeUIScrollView
Apple’s documentation
UIScrollViewIndicatorStyleUIScrollView
Apple’s documentation
UIScrollViewKeyboardDismissModeUIScrollView
Apple’s documentation
UISearchBarUIResponder and UISearchBar and UIView
Apple’s documentation
UISearchBarIconUISearchBar
Apple’s documentation
UISearchBarStyleUISearchBar
Apple’s documentation
UISearchContainerViewControllerUIResponder and UISearchContainerViewController and UIViewController
Apple’s documentation
UISearchControllerUIResponder and UISearchController and UIViewController
Apple’s documentation
UISearchControllerScopeBarActivationUISearchController
Apple’s documentation
UISearchDisplayControllerDeprecatedUISearchDisplayController
Apple’s documentation
UISearchSuggestionItemUISearchSuggestion
A concrete container for search suggestion string and optional image and associated information for providing shortcuts in search experience on tvOS.
UISearchTabUISearchTab and UITab
Apple’s documentation
UISearchTextFieldUIControl and UIResponder and UISearchTextField and UITextField and UIView
UISearchTextField is the subclass of UITextField used in UISearchBar, and can also be used elsewhere (e.g. as the titleView of a UINavigationItem).
UISearchTokenUISearchTextField
An individual token in a UISearchTextField.
UISegmentedControlUIControl and UIResponder and UISegmentedControl and UIView
Apple’s documentation
UISegmentedControlSegmentUISegmentedControl
Apple’s documentation
UISegmentedControlStyleDeprecatedUISegmentedControl
Apple’s documentation
UISelectionFeedbackGeneratorUIFeedbackGenerator and UISelectionFeedbackGenerator
Apple’s documentation
UISemanticContentAttributeUIView
Apple’s documentation
UIShadowPropertiesUIShadowProperties
Apple’s documentation
UIShapeUIShape
An abstract representation of a shape.
UIShapeResolutionContextUIShape
The context used for resolving a dynamic UIShape.
UISheetPresentationControllerUIPresentationController and UISheetPresentationController
Apple’s documentation
UISheetPresentationControllerDetentUISheetPresentationController
Apple’s documentation
UISimpleTextPrintFormatterUIPrintFormatter
Apple’s documentation
UISliderUIControl and UIResponder and UISlider and UIView
Apple’s documentation
UISnapBehaviorUIDynamicBehavior and UISnapBehavior
Apple’s documentation
UISplitViewControllerUIResponder and UISplitViewController and UIViewController
Apple’s documentation
UISplitViewControllerBackgroundStyleUISplitViewController
Apple’s documentation
UISplitViewControllerColumnUISplitViewController
Apple’s documentation
UISplitViewControllerDisplayModeUISplitViewController
Apple’s documentation
UISplitViewControllerDisplayModeButtonVisibilityUISplitViewController
Apple’s documentation
UISplitViewControllerPrimaryEdgeUISplitViewController
Apple’s documentation
UISplitViewControllerSplitBehaviorUISplitViewController
Apple’s documentation
UISplitViewControllerStyleUISplitViewController
Apple’s documentation
UISpringLoadedInteractionUISpringLoadedInteraction
Apple’s documentation
UISpringLoadedInteractionEffectStateUISpringLoadedInteraction
An object conforming to UISpringLoadedInteractionEffect uses UISpringLoadedInteractionEffectState to style the interaction view for the current springloading state.
UISpringTimingParametersUITimingParameters
Apple’s documentation
UIStackViewUIResponder and UIStackView and UIView
Apple’s documentation
UIStackViewAlignmentUIStackView
Apple’s documentation
UIStackViewDistributionUIStackView
Apple’s documentation
UIStandardTextCursorViewUIResponder and UIStandardTextCursorView and UIView
Displays a flashing cursor (aka “caret”) view. Concrete implementation of UITextCursorView.
UIStatusBarAnimationUIApplication
Apple’s documentation
UIStatusBarManagerUIStatusBarManager
Apple’s documentation
UIStatusBarStyleUIApplication
Apple’s documentation
UIStepperUIControl and UIResponder and UIStepper and UIView
Apple’s documentation
UIStoryboardDeprecatedUIStoryboard
Apple’s documentation
UIStoryboardPopoverSegueDeprecatedUIStoryboardPopoverSegue and UIStoryboardSegue
Apple’s documentation
UIStoryboardSegueDeprecatedUIStoryboardSegue
Apple’s documentation
UIStoryboardUnwindSegueSourceUIStoryboardSegue
Encapsulates the source of a prospective unwind segue. You do not create instances of this class directly. Instead, UIKit creates an instance of this class and sends -allowedChildViewControllersForUnwindingFromSource: to each ancestor of the sourceViewController until it finds a view controller which returns YES from -canPerformUnwindSegueAction:fromViewController:sender:.
UISwipeActionsConfigurationUISwipeActionsConfiguration
Apple’s documentation
UISwipeGestureRecognizerUIGestureRecognizer and UISwipeGestureRecognizer
Apple’s documentation
UISwipeGestureRecognizerDirectionUISwipeGestureRecognizer
Apple’s documentation
UISwitchUIControl and UIResponder and UISwitch and UIView
Apple’s documentation
UISwitchStyleUISwitch
Apple’s documentation
UISymbolEffectCompletionContextUISymbolEffectCompletion
Represents information about a symbol effect’s completion. You don’t create one of these. Instead, UIKit creates one and passes it into the completion handler of a symbol effect or symbol content transition.
UISystemAnimationUIView
Apple’s documentation
UITabUITab
Apple’s documentation
UITabBarUIResponder and UITabBar and UIView
Apple’s documentation
UITabBarAppearanceUIBarAppearance and UITabBarAppearance
Apple’s documentation
UITabBarControllerUIResponder and UITabBarController and UIViewController
UITabBarController manages a button bar and transition view, for an application with multiple top-level modes.
UITabBarControllerModeUITabBarController
Apple’s documentation
UITabBarControllerSidebarUITabBarControllerSidebar
Apple’s documentation
UITabBarControllerSidebarLayoutUITabBarControllerSidebar
Apple’s documentation
UITabBarItemUIBarItem and UITabBarItem
Apple’s documentation
UITabBarItemAppearanceUITabBarAppearance
Apple’s documentation
UITabBarItemAppearanceStyleUITabBarAppearance
Apple’s documentation
UITabBarItemPositioningUITabBar
Apple’s documentation
UITabBarItemStateAppearanceUITabBarAppearance
Apple’s documentation
UITabBarSystemItemUITabBarItem
Apple’s documentation
UITabGroupUITab and UITabGroup
Apple’s documentation
UITabGroupSidebarAppearanceUITabGroup
Apple’s documentation
UITabPlacementUITab
Apple’s documentation
UITabSidebarItemUITabSidebarItem
Apple’s documentation
UITabSidebarItemRequestUITabSidebarItem
Apple’s documentation
UITabSidebarScrollTargetUITabBarControllerSidebar
Apple’s documentation
UITableViewUIResponder and UIScrollView and UITableView and UIView
Apple’s documentation
UITableViewCellUIResponder and UITableViewCell and UIView
Apple’s documentation
UITableViewCellAccessoryTypeUITableViewCell
Apple’s documentation
UITableViewCellDragStateUITableViewCell
Apple’s documentation
UITableViewCellEditingStyleUITableViewCell
Apple’s documentation
UITableViewCellFocusStyleUITableViewCell
Apple’s documentation
UITableViewCellSelectionStyleUITableViewCell
Apple’s documentation
UITableViewCellSeparatorStyleUITableViewCell
Apple’s documentation
UITableViewCellStateMaskUITableViewCell
Apple’s documentation
UITableViewCellStyleUITableViewCell
Apple’s documentation
UITableViewContentHuggingElementsUITableView
A setting for which items in the table view should tightly hug their content
UITableViewControllerUIResponder and UITableViewController and UIViewController
Apple’s documentation
UITableViewDiffableDataSourceUIDiffableDataSource
Apple’s documentation
UITableViewDropIntentUITableView
Apple’s documentation
UITableViewDropPlaceholderUITableView
Apple’s documentation
UITableViewDropProposalUIDropInteraction and UITableView
Apple’s documentation
UITableViewFocusUpdateContextUIFocus and UITableView
Apple’s documentation
UITableViewHeaderFooterViewUIResponder and UITableViewHeaderFooterView and UIView
Apple’s documentation
UITableViewPlaceholderUITableView
Apple’s documentation
UITableViewRowActionDeprecatedUITableView
Apple’s documentation
UITableViewRowActionStyleDeprecatedUITableView
Apple’s documentation
UITableViewRowAnimationUITableView
Apple’s documentation
UITableViewScrollPositionUITableView
Apple’s documentation
UITableViewSelfSizingInvalidationUITableView
Apple’s documentation
UITableViewSeparatorInsetReferenceUITableView
Apple’s documentation
UITableViewStyleUITableView
Apple’s documentation
UITapGestureRecognizerUIGestureRecognizer and UITapGestureRecognizer
Apple’s documentation
UITargetedDragPreviewUITargetedDragPreview and UITargetedPreview
Apple’s documentation
UITargetedPreviewUITargetedPreview
Apple’s documentation
UITextAlignmentDeprecatedUIStringDrawing
Apple’s documentation
UITextAlternativeStyleUITextInput
Apple’s documentation
UITextAutocapitalizationTypeUITextInputTraits
Apple’s documentation
UITextAutocorrectionTypeUITextInputTraits
Apple’s documentation
UITextBorderStyleUITextField
Apple’s documentation
UITextCheckerUITextChecker
Apple’s documentation
UITextCursorDropPositionAnimatorUITextCursorDropPositionAnimator
Provides a mechanism for displaying and animating a temporary text cursor to indicate a drop location.
UITextDragOptionsUITextDragging
Apple’s documentation
UITextDragPreviewRendererUITextDragPreviewRenderer
Apple’s documentation
UITextDropActionUITextDropProposal
Apple’s documentation
UITextDropEditabilityUITextDropping
Apple’s documentation
UITextDropPerformerUITextDropProposal
Apple’s documentation
UITextDropProgressModeUITextDropProposal
Apple’s documentation
UITextDropProposalUIDropInteraction and UITextDropProposal
Apple’s documentation
UITextFieldUIControl and UIResponder and UITextField and UIView
Apple’s documentation
UITextFieldDidEndEditingReasonUITextField
Apple’s documentation
UITextFieldViewModeUITextField
Apple’s documentation
UITextFormattingCoordinatorUITextFormattingCoordinator
Apple’s documentation
UITextFormattingViewControllerUIResponder and UITextFormattingViewController and UIViewController
A view controller that manages the interface for common text formatting options.
UITextFormattingViewControllerChangeValueUITextFormattingViewControllerChangeValue
Describes text formatting change that is a result of user action. Contains type of change, any associated value that may be applicable to that change.
UITextFormattingViewControllerComponentUITextFormattingViewControllerComponent
Defines text formatting view component.
UITextFormattingViewControllerComponentGroupUITextFormattingViewControllerComponent
Defines grouping of text formatting components in view.
UITextFormattingViewControllerComponentSizeUITextFormattingViewControllerComponent
Sizes of text formatting view controller components.
UITextFormattingViewControllerConfigurationUITextFormattingViewControllerConfiguration
Text formatting view controller configuration object.
UITextFormattingViewControllerFormattingDescriptorUITextFormattingViewControllerFormattingDescriptor
Object that represents current text formatting state. This can apply to formatting state of some selected range of text or currently applicable input formatting.
UITextFormattingViewControllerFormattingStyleUITextFormattingViewControllerFormattingStyle
Type that defines formatting style presented in text formatting view.
UITextGranularityUITextInput
Apple’s documentation
UITextInlinePredictionTypeUITextInputTraits
Apple’s documentation
UITextInputAssistantItemUITextInput
Apple’s documentation
UITextInputContextUITextInputContext
Apple’s documentation
UITextInputModeUITextInput
Apple’s documentation
UITextInputPasswordRulesUITextInputTraits
Apple’s documentation
UITextInputStringTokenizerUITextInput
Apple’s documentation
UITextInteractionUITextInteraction
Apple’s documentation
UITextInteractionModeUITextInteraction
Apple’s documentation
UITextItemUITextItem
Apple’s documentation
UITextItemContentTypeUITextItem
Apple’s documentation
UITextItemInteractionDeprecatedUITextItemInteraction
Apple’s documentation
UITextItemMenuConfigurationUITextItem
Apple’s documentation
UITextItemMenuPreviewUITextItem
An object representing the preview for a text item.
UITextLayoutDirectionUITextInput
Apple’s documentation
UITextLoupeSessionUITextLoupeSession
Apple’s documentation
UITextMathExpressionCompletionTypeUITextInputTraits
Apple’s documentation
UITextPlaceholderUITextInput
Apple’s documentation
UITextPositionUITextInput
Apple’s documentation
UITextRangeUITextInput
Apple’s documentation
UITextSearchFoundTextStyleUITextSearching
Apple’s documentation
UITextSearchMatchMethodUIFindSession
Apple’s documentation
UITextSearchOptionsUIFindSession
Apple’s documentation
UITextSearchingFindSessionUIFindSession
A UIFindSessionimplementation for clients who adopt the UITextSearchingprotocol.
UITextSelectionDisplayInteractionUITextSelectionDisplayInteraction
Manages a collection of selection views (cursor, highlight, range adjustment) for a particular UITextInput object.
UITextSelectionRectUITextInput
Apple’s documentation
UITextSmartDashesTypeUITextInputTraits
Apple’s documentation
UITextSmartInsertDeleteTypeUITextInputTraits
Apple’s documentation
UITextSmartQuotesTypeUITextInputTraits
Apple’s documentation
UITextSpellCheckingTypeUITextInputTraits
Apple’s documentation
UITextStorageDirectionUITextInput
Apple’s documentation
UITextViewUIResponder and UIScrollView and UITextView and UIView
Apple’s documentation
UITextViewBorderStyleUITextView
The type of border around the text view.
UITimingCurveTypeUITimingCurveProvider
Apple’s documentation
UIToolTipConfigurationUIToolTipInteraction
Apple’s documentation
UIToolTipInteractionUIToolTipInteraction
Apple’s documentation
UIToolbarUIResponder and UIToolbar and UIView
Apple’s documentation
UIToolbarAppearanceUIBarAppearance and UIToolbarAppearance
Apple’s documentation
UITouchUITouch
Apple’s documentation
UITouchPhaseUITouch
Apple’s documentation
UITouchPropertiesUITouch
Apple’s documentation
UITouchTypeUITouch
Apple’s documentation
UITrackingLayoutGuideUILayoutGuide and UITrackingLayoutGuide
Apple’s documentation
UITraitAccessibilityContrastUITrait
Apple’s documentation
UITraitActiveAppearanceUITrait
Apple’s documentation
UITraitCollectionUITraitCollection
A trait collection encapsulates the system traits of an interface’s environment.
UITraitDisplayGamutUITrait
Apple’s documentation
UITraitDisplayScaleUITrait
Apple’s documentation
UITraitEnvironmentLayoutDirectionUIInterface
Apple’s documentation
UITraitForceTouchCapabilityUITrait
Apple’s documentation
UITraitHorizontalSizeClassUITrait
Apple’s documentation
UITraitImageDynamicRangeUITrait
Apple’s documentation
UITraitLayoutDirectionUITrait
Apple’s documentation
UITraitLegibilityWeightUITrait
Apple’s documentation
UITraitListEnvironmentUITraitListEnvironment
A trait that specifies the UIListEnvironment, if any, that a view is in. It is set on views inside UITableViews and list sections in UICollectionViews. Defaults to UIListEnvironmentUnspecified.
UITraitPreferredContentSizeCategoryUITrait
Apple’s documentation
UITraitSceneCaptureStateUITrait
Apple’s documentation
UITraitToolbarItemPresentationSizeUITrait
Apple’s documentation
UITraitTypesettingLanguageUITrait
Apple’s documentation
UITraitUserInterfaceIdiomUITrait
Apple’s documentation
UITraitUserInterfaceLevelUITrait
Apple’s documentation
UITraitUserInterfaceStyleUITrait
Apple’s documentation
UITraitVerticalSizeClassUITrait
Apple’s documentation
UIUpdateActionPhaseUIUpdateActionPhase
Each UI update consists of several phases which run in order, one after another. There are two phase groups - normal and low-latency. Normal phase group consists of phases from EventDispatch to CATransactionCommit. Low-latency phase group consists of phases from LowLatencyEventDispatch to LowLatencyCATransactionCommit. When phase group runs, all phases inside the group run. Phases run one after another in the specified order without exiting back into the run loop. Spinning a nested run loop inside any of the phases is not supported. For each UI update, normal phase group always runs. Low-latency phase group is optional and is off by default. It will run only when application explicitly requests low-latency event delivery. Be aware that handling low-level events is extremely demanding and only well profiled and optimized applications can benefit from it. Applications that were not designed to handle low-latency events will most likely drop frames. Also not all event types are eligible for low-latency event delivery. Currently only pencil events are low-latency eligible. This practically means that only pencil drawing and writing applications should request it. It’s acceptable to block main thread in any of the phases to wait for things that are absolutely required to proceed. When done properly, this will donate main thread priority to the thread being waited for, making it more likely to get those things in time and meet the completion deadline. Of course, extreme caution should be exercised when doing so - maximum wait time should have a hard limit on it that still allows to complete the remaining part of the UI update before completion deadline. Use of -[CAMetalLayer nextDrawable] is of a particular note - it’s not advised to use it on the main thread of the UI application as it might block main thread for one or more frames. Instead, consider calling -[CAMetalLayer nextDrawable] on the background thread and block main thread manually in one of the phases. Use small timeout that allows for UI update to proceed without a new drawable and still finish before the completion deadline.
UIUpdateInfoUIUpdateInfo
Contains detailed information about the current state of the UI update. This information may change as UI update progresses through its phases. Note, that single UI update might service views on different displays simultaneously, in which case such views may have different UIUpdateInfo (e.g. estimatedPresentationTime may differ).
UIUpdateLinkUIUpdateLink
Allows to formally participate in UI updates and influence UI update behavior.
UIUserInterfaceActiveAppearanceUIInterface
Apple’s documentation
UIUserInterfaceIdiomUIDevice
Apple’s documentation
UIUserInterfaceLayoutDirectionUIInterface
Apple’s documentation
UIUserInterfaceLevelUIInterface
Apple’s documentation
UIUserInterfaceSizeClassUIInterface
Apple’s documentation
UIUserInterfaceStyleUIInterface
Apple’s documentation
UIUserNotificationActionDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationActionBehaviorDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationActionContextDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationActivationModeDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationCategoryDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationSettingsDeprecatedUIUserNotificationSettings
Apple’s documentation
UIUserNotificationTypeDeprecatedUIUserNotificationSettings
Apple’s documentation
UIVibrancyEffectUIVibrancyEffect and UIVisualEffect
Apple’s documentation
UIVibrancyEffectStyleUIVibrancyEffect
Apple’s documentation
UIVideoEditorControllerUINavigationController and UIResponder and UIVideoEditorController and UIViewController
Apple’s documentation
UIViewUIResponder and UIView
Apple’s documentation
UIViewAnimatingPositionUIViewAnimating
Apple’s documentation
UIViewAnimatingStateUIViewAnimating
Apple’s documentation
UIViewAnimationCurveUIView
Apple’s documentation
UIViewAnimationOptionsUIView
Apple’s documentation
UIViewAnimationTransitionUIView
Apple’s documentation
UIViewAutoresizingUIView
Apple’s documentation
UIViewConfigurationStateUIViewConfigurationState
Apple’s documentation
UIViewContentModeUIView
Apple’s documentation
UIViewControllerUIResponder and UIViewController
Apple’s documentation
UIViewControllerTransitionUIViewControllerTransition
Apple’s documentation
UIViewKeyframeAnimationOptionsUIView
Apple’s documentation
UIViewPrintFormatterUIPrintFormatter
Apple’s documentation
UIViewPropertyAnimatorUIViewPropertyAnimator
Apple’s documentation
UIViewTintAdjustmentModeUIView
Apple’s documentation
UIVisualEffectUIVisualEffect
Apple’s documentation
UIVisualEffectViewUIResponder and UIView and UIVisualEffectView
Apple’s documentation
UIWebPaginationBreakingModeUIWebView
Apple’s documentation
UIWebPaginationModeUIWebView
Apple’s documentation
UIWebViewDeprecatedUIResponder and UIView and UIWebView
Apple’s documentation
UIWebViewNavigationTypeUIWebView
Apple’s documentation
UIWindowUIResponder and UIView and UIWindow
Apple’s documentation
UIWindowSceneUIResponder and UIScene and UIWindowScene
Apple’s documentation
UIWindowSceneActivationActionUIAction and UIMenuElement and UIWindowSceneActivationAction
An action that facilitates activating a UIWindowScenewhen performed.
UIWindowSceneActivationConfigurationUIWindowSceneActivationConfiguration
Apple’s documentation
UIWindowSceneActivationInteractionUIWindowSceneActivationInteraction
An interaction that facilitates activating a UIWindowScenewhen the user pinches out on the interaction’s view.
UIWindowSceneActivationRequestOptionsUISceneOptions and UIWindowSceneActivationRequestOptions
Apple’s documentation
UIWindowSceneDestructionRequestOptionsUISceneOptions and UIWindowScene
Apple’s documentation
UIWindowSceneDismissalAnimationUIWindowScene
Apple’s documentation
UIWindowSceneDragInteractionUIWindowSceneDragInteraction
Apple’s documentation
UIWindowSceneGeometryUIWindowSceneGeometry
Apple’s documentation
UIWindowSceneGeometryPreferencesUIWindowSceneGeometryPreferences
Apple’s documentation
UIWindowSceneGeometryPreferencesIOSUIWindowSceneGeometryPreferences and UIWindowSceneGeometryPreferencesIOS
Use this class to express iOS-specific geometry preferences when calling -[UIWindowScene requestGeometryUpdateWithPreferences:errorHandler:]
UIWindowSceneGeometryPreferencesMacUIWindowSceneGeometryPreferences and UIWindowSceneGeometryPreferencesMac
Use this class to express macOS-specific geometry preferences when calling -[UIWindowScene requestGeometryUpdateWithPreferences:errorHandler:]
UIWindowSceneGeometryPreferencesVisionUIWindowSceneGeometryPreferences and UIWindowSceneGeometryPreferencesVision
Apple’s documentation
UIWindowScenePlacementUIWindowScenePlacement
Base class for types that describe the placement of a window scene.
UIWindowScenePresentationStyleUIWindowSceneActivationRequestOptions
Apple’s documentation
UIWindowSceneProminentPlacementUIWindowScenePlacement and UIWindowSceneProminentPlacement
Positions a window scene more prominently than others in the current space.
UIWindowScenePushPlacementUIWindowScenePlacement and UIWindowScenePushPlacement
Background the scene of the provided scene session and present the activated scene in its place.
UIWindowSceneReplacePlacementDeprecatedUIWindowScenePlacement and UIWindowSceneReplacePlacement
Background the scene of the provided scene session and replace it with the activated scene. Closing the activated scene will result in the replaced scene reappearing. The activated scene will be center aligned with the replaced scene. There is no impact on the sizing of either scene.
UIWindowSceneResizingRestrictionsUIWindowSceneGeometry
Apple’s documentation
UIWindowSceneStandardPlacementUIWindowScenePlacement and UIWindowSceneStandardPlacement
The default placement scene placement provided by the system.
UIWritingToolsBehaviorUITextInputTraits
Apple’s documentation
UIWritingToolsCoordinatorUIWritingToolsCoordinator
An object that manages interactions between Writing Tools and your custom text view.
UIWritingToolsCoordinatorAnimationParametersUIWritingToolsCoordinatorAnimationParameters
An object you use to configure additional tasks or animations to run alongside the Writing Tools animations.
UIWritingToolsCoordinatorContextUIWritingToolsCoordinatorContext
A data object that you use to share your custom view’s text with Writing Tools.
UIWritingToolsCoordinatorContextScopeUIWritingToolsCoordinator
Options that indicate how much of your content Writing Tools requested.
UIWritingToolsCoordinatorStateUIWritingToolsCoordinator
The states that indicate the current activity, if any, Writing Tools is performing in your view.
UIWritingToolsCoordinatorTextAnimationUIWritingToolsCoordinator
The types of animations that Writing Tools performs during an interactive update of your view.
UIWritingToolsCoordinatorTextReplacementReasonUIWritingToolsCoordinator
Options that indicate whether Writing Tools is animating changes to your view’s text.
UIWritingToolsCoordinatorTextUpdateReasonUIWritingToolsCoordinator
Constants that specify the reason you updated your view’s content outside of the Writing Tools workflow.
UIWritingToolsResultOptionsUITextInputTraits
Apple’s documentation
UIZoomTransitionAlignmentRectContextUIZoomTransitionOptions
Apple’s documentation
UIZoomTransitionInteractionContextUIZoomTransitionOptions
Apple’s documentation
UIZoomTransitionOptionsUIZoomTransitionOptions
Apple’s documentation
UIZoomTransitionSourceViewProviderContextUIViewControllerTransition
Apple’s documentation

Constants§

NSAttachmentCharacterNSTextAttachment
Apple’s documentation
NSControlCharacterContainerBreakActionDeprecatedNSLayoutManager
Apple’s documentation
NSControlCharacterHorizontalTabActionDeprecatedNSLayoutManager
Apple’s documentation
NSControlCharacterLineBreakActionDeprecatedNSLayoutManager
Apple’s documentation
NSControlCharacterParagraphBreakActionDeprecatedNSLayoutManager
Apple’s documentation
NSControlCharacterWhitespaceActionDeprecatedNSLayoutManager
Apple’s documentation
NSControlCharacterZeroAdvancementActionDeprecatedNSLayoutManager
Apple’s documentation
UISegmentedControlNoSegmentUISegmentedControl
Apple’s documentation

Statics§

NSAdaptiveImageGlyphAttributeNameNSAttributedString
Apple’s documentation
NSAttachmentAttributeNameNSAttributedString
Apple’s documentation
NSBackgroundColorAttributeNameNSAttributedString
Apple’s documentation
NSBackgroundColorDocumentAttributeNSAttributedString
Apple’s documentation
NSBaselineOffsetAttributeNameNSAttributedString
Apple’s documentation
NSCharacterEncodingDocumentAttributeNSAttributedString
Apple’s documentation
NSCharacterEncodingDocumentOptionNSAttributedString
Apple’s documentation
NSCocoaVersionDocumentAttributeNSAttributedString
Apple’s documentation
NSDefaultAttributesDocumentAttributeNSAttributedString
Apple’s documentation
NSDefaultAttributesDocumentOptionNSAttributedString
Apple’s documentation
NSDefaultFontExcludedDocumentAttributeNSAttributedString
Apple’s documentation
NSDefaultTabIntervalDocumentAttributeNSAttributedString
Apple’s documentation
NSDirectionalEdgeInsetsZeroUIGeometry and objc2-core-foundation
Apple’s documentation
NSDocumentTypeDocumentAttributeNSAttributedString
Apple’s documentation
NSDocumentTypeDocumentOptionNSAttributedString
Apple’s documentation
NSExpansionAttributeNameNSAttributedString
Apple’s documentation
NSFontAttributeNameNSAttributedString
********************** Attributes ***********************
NSForegroundColorAttributeNameNSAttributedString
Apple’s documentation
NSHTMLTextDocumentTypeNSAttributedString
Apple’s documentation
NSHyphenationFactorDocumentAttributeNSAttributedString
Apple’s documentation
NSKernAttributeNameNSAttributedString
Apple’s documentation
NSLigatureAttributeNameNSAttributedString
Apple’s documentation
NSLinkAttributeNameNSAttributedString
Apple’s documentation
NSObliquenessAttributeNameNSAttributedString
********************** Deprecated ***********************
NSPaperMarginDocumentAttributeNSAttributedString
Apple’s documentation
NSPaperSizeDocumentAttributeNSAttributedString
Apple’s documentation
NSParagraphStyleAttributeNameNSAttributedString
Apple’s documentation
NSPlainTextDocumentTypeNSAttributedString
Apple’s documentation
NSRTFDTextDocumentTypeNSAttributedString
Apple’s documentation
NSRTFTextDocumentTypeNSAttributedString
Apple’s documentation
NSReadOnlyDocumentAttributeNSAttributedString
Apple’s documentation
NSShadowAttributeNameNSAttributedString
Apple’s documentation
NSSourceTextScalingDocumentAttributeNSAttributedString
Apple’s documentation
NSSourceTextScalingDocumentOptionNSAttributedString
Apple’s documentation
NSStrikethroughColorAttributeNameNSAttributedString
Apple’s documentation
NSStrikethroughStyleAttributeNameNSAttributedString
Apple’s documentation
NSStrokeColorAttributeNameNSAttributedString
Apple’s documentation
NSStrokeWidthAttributeNameNSAttributedString
Apple’s documentation
NSTabColumnTerminatorsAttributeNameNSParagraphStyle
Apple’s documentation
NSTargetTextScalingDocumentOptionNSAttributedString
Apple’s documentation
NSTextContentStorageUnsupportedAttributeAddedNotificationNSTextContentManager
Apple’s documentation
NSTextEffectAttributeNameNSAttributedString
Apple’s documentation
NSTextEffectLetterpressStyleNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeAttributeNameNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeBlueNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeDefaultNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeMintNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeOrangeNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemePinkNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemePurpleNSAttributedString
Apple’s documentation
NSTextHighlightStyleAttributeNameNSAttributedString
Apple’s documentation
NSTextHighlightStyleDefaultNSAttributedString
Apple’s documentation
NSTextKit1ListMarkerFormatDocumentOptionNSAttributedString
Apple’s documentation
NSTextLayoutSectionOrientationNSAttributedString
Apple’s documentation
NSTextLayoutSectionRangeNSAttributedString
Apple’s documentation
NSTextLayoutSectionsAttributeNSAttributedString
Apple’s documentation
NSTextListMarkerBoxNSTextList
Apple’s documentation
NSTextListMarkerCheckNSTextList
Apple’s documentation
NSTextListMarkerCircleNSTextList
Apple’s documentation
NSTextListMarkerDecimalNSTextList
Apple’s documentation
NSTextListMarkerDiamondNSTextList
Apple’s documentation
NSTextListMarkerDiscNSTextList
Apple’s documentation
NSTextListMarkerHyphenNSTextList
Apple’s documentation
NSTextListMarkerLowercaseAlphaNSTextList
Apple’s documentation
NSTextListMarkerLowercaseHexadecimalNSTextList
Apple’s documentation
NSTextListMarkerLowercaseLatinNSTextList
Apple’s documentation
NSTextListMarkerLowercaseRomanNSTextList
Apple’s documentation
NSTextListMarkerOctalNSTextList
Apple’s documentation
NSTextListMarkerSquareNSTextList
Apple’s documentation
NSTextListMarkerUppercaseAlphaNSTextList
Apple’s documentation
NSTextListMarkerUppercaseHexadecimalNSTextList
Apple’s documentation
NSTextListMarkerUppercaseLatinNSTextList
Apple’s documentation
NSTextListMarkerUppercaseRomanNSTextList
Apple’s documentation
NSTextScalingDocumentAttributeNSAttributedString
Apple’s documentation
NSTextStorageDidProcessEditingNotificationNSTextStorage
Apple’s documentation
NSTextStorageWillProcessEditingNotificationNSTextStorage
** Notifications ***
NSTrackingAttributeNameNSAttributedString
Apple’s documentation
NSUnderlineByWordNSAttributedString
Apple’s documentation
NSUnderlineColorAttributeNameNSAttributedString
Apple’s documentation
NSUnderlinePatternDashNSAttributedString
Apple’s documentation
NSUnderlinePatternDashDotNSAttributedString
Apple’s documentation
NSUnderlinePatternDashDotDotNSAttributedString
Apple’s documentation
NSUnderlinePatternDotNSAttributedString
Apple’s documentation
NSUnderlinePatternSolidNSAttributedString
Apple’s documentation
NSUnderlineStyleAttributeNameNSAttributedString
Apple’s documentation
NSUserActivityDocumentURLKeyUIDocument
Apple’s documentation
NSVerticalGlyphFormAttributeNameNSAttributedString
Apple’s documentation
NSViewModeDocumentAttributeNSAttributedString
Apple’s documentation
NSViewSizeDocumentAttributeNSAttributedString
Apple’s documentation
NSViewZoomDocumentAttributeNSAttributedString
Apple’s documentation
NSWritingDirectionAttributeNameNSAttributedString
Apple’s documentation
NSWritingToolsExclusionAttributeNameNSAttributedString
Apple’s documentation
UIAccessibilityAnnouncementDidFinishNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityAnnouncementKeyStringValueUIAccessibilityConstants
Apple’s documentation
UIAccessibilityAnnouncementKeyWasSuccessfulUIAccessibilityConstants
Apple’s documentation
UIAccessibilityAnnouncementNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityAssistiveTechnologyKeyUIAccessibilityConstants
Apple’s documentation
UIAccessibilityAssistiveTouchStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityBoldTextStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityButtonShapesEnabledStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityClosedCaptioningStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityCustomActionCategoryEditUIAccessibilityCustomAction
Apple’s documentation
UIAccessibilityDarkerSystemColorsStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityElementFocusedNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityFocusedElementKeyUIAccessibilityConstants
Apple’s documentation
UIAccessibilityGrayscaleStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityGuidedAccessStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityHearingDevicePairedEarDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityInvertColorsStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityLayoutChangedNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityMonoAudioStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityNotificationSwitchControlIdentifierUIAccessibilityConstants
Apple’s documentation
UIAccessibilityNotificationVoiceOverIdentifierUIAccessibilityConstants
Apple’s documentation
UIAccessibilityOnOffSwitchLabelsDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityPageScrolledNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityPauseAssistiveTechnologyNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityPrefersCrossFadeTransitionsStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityPriorityDefaultUIAccessibilityConstants
Apple’s documentation
UIAccessibilityPriorityHighUIAccessibilityConstants
Apple’s documentation
UIAccessibilityPriorityLowUIAccessibilityConstants
Apple’s documentation
UIAccessibilityReduceMotionStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityReduceTransparencyStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityResumeAssistiveTechnologyNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityScreenChangedNotificationUIAccessibilityConstants
Apple’s documentation
UIAccessibilityShakeToUndoDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityShouldDifferentiateWithoutColorDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilitySpeakScreenStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilitySpeakSelectionStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilitySpeechAttributeAnnouncementPriorityUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributeIPANotationUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributeLanguageUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributePitchUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributePunctuationUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributeQueueAnnouncementUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySpeechAttributeSpellOutUIAccessibilityConstants
Apple’s documentation
UIAccessibilitySwitchControlStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityTextAttributeContextUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextAttributeCustomUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextAttributeHeadingLevelUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextConsoleUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextFileSystemUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextMessagingUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextNarrativeUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextSourceCodeUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextSpreadsheetUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextWordProcessingUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitAdjustableUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitAllowsDirectInteractionUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitButtonUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitCausesPageTurnUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitHeaderUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitImageUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitKeyboardKeyUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitLinkUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitNoneUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitNotEnabledUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitPlaysSoundUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitSearchFieldUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitSelectedUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitStartsMediaSessionUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitStaticTextUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitSummaryElementUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitSupportsZoomUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitTabBarUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitToggleButtonUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitUpdatesFrequentlyUIAccessibilityConstants
Apple’s documentation
UIAccessibilityUnfocusedElementKeyUIAccessibilityConstants
Apple’s documentation
UIAccessibilityVideoAutoplayStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIAccessibilityVoiceOverStatusChangedUIAccessibility
Apple’s documentation
UIAccessibilityVoiceOverStatusDidChangeNotificationUIAccessibility
Apple’s documentation
UIActionPasteUIAction
Default action identifiers for paste variants
UIActionPasteAndGoUIAction
Apple’s documentation
UIActionPasteAndMatchStyleUIAction
Apple’s documentation
UIActionPasteAndSearchUIAction
Apple’s documentation
UIActivityItemsConfigurationInteractionCopyUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationInteractionShareUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationMetadataKeyCollaborationModeRestrictionsUIActivityCollaborationModeRestriction and UIActivityItemsConfigurationReading
A key for a collaboration mode restriction, used to specify the case where Share Sheet should not support some modes of sharing even if they are supported by the items being shared The object returned for this key should be an array of UIActivityCollaborationModeRestriction instances For supported behaviour, this array should have a maximum size of one less than the amount of possible Share Sheet modes Currently at most one object should be provided
UIActivityItemsConfigurationMetadataKeyLinkPresentationMetadataUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationMetadataKeyMessageBodyUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationMetadataKeyShareRecipientsUIActivityItemsConfigurationReading_ShareSheet and UIActivityItemsConfigurationReading
A key for an array of INPerson objects representing recipients who will be filled in by default in the compose view if that sharing app supports it.
UIActivityItemsConfigurationMetadataKeyTitleUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationPreviewIntentFullSizeUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationPreviewIntentThumbnailUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityTypeAddToHomeScreenUIActivity
Apple’s documentation
UIActivityTypeAddToReadingListUIActivity
Apple’s documentation
UIActivityTypeAirDropUIActivity
Apple’s documentation
UIActivityTypeAssignToContactUIActivity
Apple’s documentation
UIActivityTypeCollaborationCopyLinkUIActivity
Apple’s documentation
UIActivityTypeCollaborationInviteWithLinkUIActivity
Apple’s documentation
UIActivityTypeCopyToPasteboardUIActivity
Apple’s documentation
UIActivityTypeMailUIActivity
Apple’s documentation
UIActivityTypeMarkupAsPDFUIActivity
Apple’s documentation
UIActivityTypeMessageUIActivity
Apple’s documentation
UIActivityTypeOpenInIBooksUIActivity
Apple’s documentation
UIActivityTypePostToFacebookUIActivity
Apple’s documentation
UIActivityTypePostToFlickrUIActivity
Apple’s documentation
UIActivityTypePostToTencentWeiboUIActivity
Apple’s documentation
UIActivityTypePostToTwitterUIActivity
Apple’s documentation
UIActivityTypePostToVimeoUIActivity
Apple’s documentation
UIActivityTypePostToWeiboUIActivity
Apple’s documentation
UIActivityTypePrintUIActivity
Apple’s documentation
UIActivityTypeSaveToCameraRollUIActivity
Apple’s documentation
UIActivityTypeSharePlayUIActivity
Apple’s documentation
UIApplicationBackgroundFetchIntervalMinimumUIApplication
Apple’s documentation
UIApplicationBackgroundFetchIntervalNeverUIApplication
Apple’s documentation
UIApplicationBackgroundRefreshStatusDidChangeNotificationUIApplication
Apple’s documentation
UIApplicationCategoryDefaultErrorDomainUIApplication
Apple’s documentation
UIApplicationCategoryDefaultRetryAvailabilityDateErrorKeyUIApplication
Supplied in userInfo when the application is rate-limited: the date after which the app will no longer be rate-limited
UIApplicationCategoryDefaultStatusLastProvidedDateErrorKeyUIApplication
Supplied in userInfo when the application is rate-limited: the last date on which data was retrieved.
UIApplicationDidBecomeActiveNotificationUIApplication
Apple’s documentation
UIApplicationDidChangeStatusBarFrameNotificationUIApplication
Apple’s documentation
UIApplicationDidChangeStatusBarOrientationNotificationUIApplication
Apple’s documentation
UIApplicationDidEnterBackgroundNotificationUIApplication
Apple’s documentation
UIApplicationDidFinishLaunchingNotificationUIApplication
Apple’s documentation
UIApplicationDidReceiveMemoryWarningNotificationUIApplication
Apple’s documentation
UIApplicationInvalidInterfaceOrientationExceptionUIApplication
Apple’s documentation
UIApplicationKeyboardExtensionPointIdentifierUIApplication
Apple’s documentation
UIApplicationLaunchOptionsAnnotationKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsBluetoothCentralsKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsBluetoothPeripheralsKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsCloudKitShareMetadataKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsEventAttributionKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsLocalNotificationKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsLocationKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsNewsstandDownloadsKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsRemoteNotificationKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsShortcutItemKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsSourceApplicationKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsURLKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsUserActivityDictionaryKeyUIApplication
Apple’s documentation
UIApplicationLaunchOptionsUserActivityTypeKeyUIApplication
Apple’s documentation
UIApplicationOpenDefaultApplicationsSettingsURLStringUIApplication
The URL string you use to deep link to settings for default app selection in the Settings app.
UIApplicationOpenExternalURLOptionsEventAttributionKeyUIApplication
Apple’s documentation
UIApplicationOpenNotificationSettingsURLStringUIApplication
Apple’s documentation
UIApplicationOpenSettingsURLStringUIApplication
Apple’s documentation
UIApplicationOpenURLOptionUniversalLinksOnlyUIApplication
Apple’s documentation
UIApplicationOpenURLOptionsAnnotationKeyUIApplication
Apple’s documentation
UIApplicationOpenURLOptionsEventAttributionKeyUIApplication
Apple’s documentation
UIApplicationOpenURLOptionsOpenInPlaceKeyUIApplication
Apple’s documentation
UIApplicationOpenURLOptionsSourceApplicationKeyUIApplication
Apple’s documentation
UIApplicationProtectedDataDidBecomeAvailableUIApplication
Apple’s documentation
UIApplicationProtectedDataWillBecomeUnavailableUIApplication
Apple’s documentation
UIApplicationSignificantTimeChangeNotificationUIApplication
Apple’s documentation
UIApplicationStateRestorationBundleVersionKeyUIStateRestoration
Apple’s documentation
UIApplicationStateRestorationSystemVersionKeyUIStateRestoration
Apple’s documentation
UIApplicationStateRestorationTimestampKeyUIStateRestoration
Apple’s documentation
UIApplicationStateRestorationUserInterfaceIdiomKeyUIStateRestoration
Apple’s documentation
UIApplicationStatusBarFrameUserInfoKeyUIApplication
Apple’s documentation
UIApplicationStatusBarOrientationUserInfoKeyUIApplication
Apple’s documentation
UIApplicationUserDidTakeScreenshotNotificationUIApplication
Apple’s documentation
UIApplicationWillChangeStatusBarFrameNotificationUIApplication
Apple’s documentation
UIApplicationWillChangeStatusBarOrientationNotificationUIApplication
Apple’s documentation
UIApplicationWillEnterForegroundNotificationUIApplication
Apple’s documentation
UIApplicationWillResignActiveNotificationUIApplication
Apple’s documentation
UIApplicationWillTerminateNotificationUIApplication
Apple’s documentation
UIBackgroundTaskInvalidUIApplication
Apple’s documentation
UICellAccessoryStandardDimensionUICellAccessory and objc2-core-foundation
A special constant that can be set to the reservedLayoutWidth property. This requests the system standard layout width.
UICollectionElementKindSectionFooterUICollectionViewLayout
Apple’s documentation
UICollectionElementKindSectionHeaderUICollectionViewLayout
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingDecelerationRateAutomaticUICollectionViewCompositionalLayout and objc2-core-foundation
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingDecelerationRateFastUICollectionViewCompositionalLayout and objc2-core-foundation
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingDecelerationRateNormalUICollectionViewCompositionalLayout and objc2-core-foundation
Apple’s documentation
UICollectionViewFlowLayoutAutomaticSizeUICollectionViewFlowLayout and objc2-core-foundation
Apple’s documentation
UICollectionViewLayoutAutomaticDimensionUICollectionViewLayout and objc2-core-foundation
Apple’s documentation
UICommandTagShareUICommand
Apple’s documentation
UIConfigurationColorTransformerGrayscaleUIColor and block2 and UIConfigurationColorTransformer
A color transformer that returns a grayscale version of the color.
UIConfigurationColorTransformerMonochromeTintUIColor and block2 and UIConfigurationColorTransformer
A color transformer that gives the color a monochrome tint. Use this to deemphasize the tinted item. It remains monochrome regardless of the system accent color (if the platform has one).
UIConfigurationColorTransformerPreferredTintUIColor and block2 and UIConfigurationColorTransformer
A color transformer that either passes the original color through, or replaces it with the system accent color.
UIContentSizeCategoryAccessibilityExtraExtraExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryAccessibilityExtraExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryAccessibilityExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryAccessibilityLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryAccessibilityMediumUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryDidChangeNotificationUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryExtraExtraExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryExtraExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryExtraLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryExtraSmallUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryLargeUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryMediumUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryNewValueKeyUIContentSizeCategory
Apple’s documentation
UIContentSizeCategorySmallUIContentSizeCategory
Apple’s documentation
UIContentSizeCategoryUnspecifiedUIContentSizeCategory
Apple’s documentation
UIDeviceBatteryLevelDidChangeNotificationUIDevice
Apple’s documentation
UIDeviceBatteryStateDidChangeNotificationUIDevice
Apple’s documentation
UIDeviceOrientationDidChangeNotificationUIDevice
Apple’s documentation
UIDeviceProximityStateDidChangeNotificationUIDevice
Apple’s documentation
UIDocumentBrowserErrorDomainUIDocumentBrowserViewController
Apple’s documentation
UIDocumentCreationIntentDefaultUIDocument
Apple’s documentation
UIDocumentStateChangedNotificationUIDocument
Apple’s documentation
UIEdgeInsetsZeroUIGeometry and objc2-core-foundation
Apple’s documentation
UIFloatRangeInfiniteUIAttachmentBehavior and objc2-core-foundation
Apple’s documentation
UIFloatRangeZeroUIAttachmentBehavior and objc2-core-foundation
Apple’s documentation
UIFocusDidUpdateNotificationUIFocus
Apple’s documentation
UIFocusGroupPriorityCurrentlyFocusedUIFocus
Apple’s documentation
UIFocusGroupPriorityIgnoredUIFocus
Apple’s documentation
UIFocusGroupPriorityPreviouslyFocusedUIFocus
Apple’s documentation
UIFocusGroupPriorityPrioritizedUIFocus
Apple’s documentation
UIFocusMovementDidFailNotificationUIFocus
Apple’s documentation
UIFocusSoundIdentifierDefaultUIFocus
Sound identifier for playing the default sound during a focus update.
UIFocusSoundIdentifierNoneUIFocus
Sound identifier for disabling sound during a focus update.
UIFocusUpdateAnimationCoordinatorKeyUIFocus
Apple’s documentation
UIFocusUpdateContextKeyUIFocus
Apple’s documentation
UIFontDescriptorCascadeListAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorCharacterSetAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorFaceAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorFamilyAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorFeatureSettingsAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorFixedAdvanceAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorMatrixAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorNameAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorSizeAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorSystemDesignDefaultUIFontDescriptor
Apple’s documentation
UIFontDescriptorSystemDesignMonospacedUIFontDescriptor
Apple’s documentation
UIFontDescriptorSystemDesignRoundedUIFontDescriptor
Apple’s documentation
UIFontDescriptorSystemDesignSerifUIFontDescriptor
Apple’s documentation
UIFontDescriptorTextStyleAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorTraitsAttributeUIFontDescriptor
Apple’s documentation
UIFontDescriptorVisibleNameAttributeUIFontDescriptor
Apple’s documentation
UIFontFeatureSelectorIdentifierKeyUIFontDescriptor
Apple’s documentation
UIFontFeatureTypeIdentifierKeyUIFontDescriptor
Apple’s documentation
UIFontSlantTraitUIFontDescriptor
Apple’s documentation
UIFontSymbolicTraitUIFontDescriptor
Apple’s documentation
UIFontTextStyleBodyUIFontDescriptor
Apple’s documentation
UIFontTextStyleCalloutUIFontDescriptor
Apple’s documentation
UIFontTextStyleCaption1UIFontDescriptor
Apple’s documentation
UIFontTextStyleCaption2UIFontDescriptor
Apple’s documentation
UIFontTextStyleExtraLargeTitleUIFontDescriptor
Apple’s documentation
UIFontTextStyleExtraLargeTitle2UIFontDescriptor
Apple’s documentation
UIFontTextStyleFootnoteUIFontDescriptor
Apple’s documentation
UIFontTextStyleHeadlineUIFontDescriptor
Apple’s documentation
UIFontTextStyleLargeTitleUIFontDescriptor
Apple’s documentation
UIFontTextStyleSubheadlineUIFontDescriptor
Apple’s documentation
UIFontTextStyleTitle1UIFontDescriptor
Apple’s documentation
UIFontTextStyleTitle2UIFontDescriptor
Apple’s documentation
UIFontTextStyleTitle3UIFontDescriptor
Apple’s documentation
UIFontWeightBlackUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightBoldUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightHeavyUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightLightUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightMediumUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightRegularUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightSemiboldUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightThinUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWeightTraitUIFontDescriptor
Apple’s documentation
UIFontWeightUltraLightUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthCompressedUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthCondensedUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthExpandedUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthStandardUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthTraitUIFontDescriptor
Apple’s documentation
UIGuidedAccessErrorDomainUIGuidedAccess
Apple’s documentation
UIImagePickerControllerCropRectUIImagePickerController
Apple’s documentation
UIImagePickerControllerEditedImageUIImagePickerController
Apple’s documentation
UIImagePickerControllerImageURLUIImagePickerController
Apple’s documentation
UIImagePickerControllerLivePhotoUIImagePickerController
Apple’s documentation
UIImagePickerControllerMediaMetadataUIImagePickerController
Apple’s documentation
UIImagePickerControllerMediaTypeUIImagePickerController
Apple’s documentation
UIImagePickerControllerMediaURLUIImagePickerController
Apple’s documentation
UIImagePickerControllerOriginalImageUIImagePickerController
Apple’s documentation
UIImagePickerControllerPHAssetUIImagePickerController
Apple’s documentation
UIImagePickerControllerReferenceURLUIImagePickerController
Apple’s documentation
UIKeyInputDeleteUIResponder
Apple’s documentation
UIKeyInputDownArrowUIResponder
Apple’s documentation
UIKeyInputEndUIResponder
Apple’s documentation
UIKeyInputEscapeUIResponder
Apple’s documentation
UIKeyInputF1UIResponder
UIKeyInputF2UIResponder
Apple’s documentation
UIKeyInputF3UIResponder
Apple’s documentation
UIKeyInputF4UIResponder
Apple’s documentation
UIKeyInputF5UIResponder
Apple’s documentation
UIKeyInputF6UIResponder
Apple’s documentation
UIKeyInputF7UIResponder
Apple’s documentation
UIKeyInputF8UIResponder
Apple’s documentation
UIKeyInputF9UIResponder
Apple’s documentation
UIKeyInputF10UIResponder
Apple’s documentation
UIKeyInputF11UIResponder
Apple’s documentation
UIKeyInputF12UIResponder
Apple’s documentation
UIKeyInputHomeUIResponder
Apple’s documentation
UIKeyInputLeftArrowUIResponder
Apple’s documentation
UIKeyInputPageDownUIResponder
Apple’s documentation
UIKeyInputPageUpUIResponder
Apple’s documentation
UIKeyInputRightArrowUIResponder
Apple’s documentation
UIKeyInputUpArrowUIResponder
Apple’s documentation
UIKeyboardAnimationCurveUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardAnimationDurationUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardBoundsUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardCenterBeginUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardCenterEndUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardDidChangeFrameNotificationUIWindow
Apple’s documentation
UIKeyboardDidHideNotificationUIWindow
Apple’s documentation
UIKeyboardDidShowNotificationUIWindow
Apple’s documentation
UIKeyboardFrameBeginUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardFrameEndUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardIsLocalUserInfoKeyUIWindow
Apple’s documentation
UIKeyboardWillChangeFrameNotificationUIWindow
Apple’s documentation
UIKeyboardWillHideNotificationUIWindow
Apple’s documentation
UIKeyboardWillShowNotificationUIWindow
Apple’s documentation
UILargeContentViewerInteractionEnabledStatusDidChangeNotificationUILargeContentViewer
Posted when the large content viewer gets enabled or disabled on the device.
UILayoutFittingCompressedSizeUIView and objc2-core-foundation
Apple’s documentation
UILayoutFittingExpandedSizeUIView and objc2-core-foundation
Apple’s documentation
UILayoutPriorityDefaultHighNSLayoutConstraint
Apple’s documentation
UILayoutPriorityDefaultLowNSLayoutConstraint
Apple’s documentation
UILayoutPriorityDragThatCanResizeSceneNSLayoutConstraint
Apple’s documentation
UILayoutPriorityDragThatCannotResizeSceneNSLayoutConstraint
Apple’s documentation
UILayoutPriorityFittingSizeLevelNSLayoutConstraint
Apple’s documentation
UILayoutPriorityRequiredNSLayoutConstraint
Apple’s documentation
UILayoutPrioritySceneSizeStayPutNSLayoutConstraint
Apple’s documentation
UIListContentImageStandardDimensionUIListContentImageProperties and objc2-core-foundation
A special constant that can be set to the reservedLayoutSize width or height. This forces the system standard value that a symbol image would use for that dimension, even when the image is not a symbol image.
UIListSeparatorAutomaticInsetsUIGeometry and objc2-core-foundation and UIListSeparatorConfiguration
Use the values from the edges in this constant to indicate to the consumer of a UIListSeparatorConfiguration that the value for that edge should be replaced with an appropriate inset.
UILocalNotificationDefaultSoundNameUILocalNotification
Apple’s documentation
UIMenuAboutUIMenu
About menu
UIMenuAlignmentUIMenu
Align Left, Center, Justify, Align Right menu
UIMenuApplicationUIMenu
Application menu top-level menu
UIMenuAutoFillUIMenu
AutoFill menu
UIMenuBringAllToFrontUIMenu
Bring All to Front, Arrange in Front menu
UIMenuCloseUIMenu
Close menu
UIMenuControllerDidHideMenuNotificationUIMenuController
Apple’s documentation
UIMenuControllerDidShowMenuNotificationUIMenuController
Apple’s documentation
UIMenuControllerMenuFrameDidChangeNotificationUIMenuController
Apple’s documentation
UIMenuControllerWillHideMenuNotificationUIMenuController
Apple’s documentation
UIMenuControllerWillShowMenuNotificationUIMenuController
Apple’s documentation
UIMenuDocumentUIMenu
Document-related menu items: Duplicate, Move, Rename, Export. The .document menu is added to Mac Catalyst applications by default. iOS Apps on the Mac will have the .document menu inserted when and if UINavigationItem.titleMenuProvider is set to a nonnull value, and from launch on subsequent executions.
UIMenuEditUIMenu
Edit menu top-level menu
UIMenuFileUIMenu
File menu top-level menu
UIMenuFindUIMenu
Find menu; empty in the default menubar configuration. Applications should use this when adding their own Find-related menu items.
UIMenuFontUIMenu
Font menu contained within Format menu (contains UIMenuTextStyle)
UIMenuFormatUIMenu
Format top-level menu
UIMenuFullscreenUIMenu
Fullscreen menu
UIMenuHelpUIMenu
Help menu top-level menu
UIMenuHideUIMenu
Hide, Hide Others, Show All menu
UIMenuLearnUIMenu
Learn menu
UIMenuLookupUIMenu
Lookup menu
UIMenuMinimizeAndZoomUIMenu
Minimize, Zoom menu
UIMenuNewSceneUIMenu
New scene menu
UIMenuOpenUIMenu
Open menu
UIMenuOpenRecentUIMenu
Open Recent menu
UIMenuPreferencesUIMenu
Preferences menu
UIMenuPrintUIMenu
Print menu
UIMenuQuitUIMenu
Quit menu
UIMenuReplaceUIMenu
Replace…, Transliterate Chinese menu
UIMenuRootUIMenu
Root-level menu
UIMenuServicesUIMenu
Services menu
UIMenuShareUIMenu
Share menu
UIMenuSidebarUIMenu
Sidebar menu
UIMenuSpeechUIMenu
Speech menu contained within Edit menu (contains Speak, Speak…, Pause)
UIMenuSpellingUIMenu
Spelling menu contained within Edit menu
UIMenuSpellingOptionsUIMenu
Check Spelling While Typing and other spelling and grammar-checking options menu
UIMenuSpellingPanelUIMenu
Show Spelling, Check Document Now menu
UIMenuStandardEditUIMenu
Cut, Copy, Paste, Delete, Select, Select All menu
UIMenuSubstitutionOptionsUIMenu
Smart Copy, Smart Paste, Smart Quotes, and other substitution options menu
UIMenuSubstitutionsUIMenu
Substitutions menu contained within Edit menu
UIMenuSubstitutionsPanelUIMenu
Apple’s documentation
UIMenuTextUIMenu
Text menu contained within Format menu (contains UIMenuAlignment and UIMenuWritingDirection)
UIMenuTextColorUIMenu
Show Colors menu
UIMenuTextSizeUIMenu
Bigger and Smaller menu
UIMenuTextStyleUIMenu
Bold, Italics, Underline menu
UIMenuTextStylePasteboardUIMenu
Copy Style and Paste Style menu
UIMenuToolbarUIMenu
Show/Hide and Customize Toolbar menu
UIMenuTransformationsUIMenu
Transformations menu contained within Edit menu (contains Make Uppercase, Make Lowercase, Capitalize)
UIMenuUndoRedoUIMenu
Undo, Redo menu
UIMenuViewUIMenu
View menu top-level menu
UIMenuWindowUIMenu
Window menu top-level menu
UIMenuWritingDirectionUIMenu
Default, Right to Left, Left to Right menu
UIMinimumKeepAliveTimeoutUIApplication
Apple’s documentation
UINavigationControllerHideShowBarDurationUINavigationController and objc2-core-foundation
Apple’s documentation
UINibExternalObjectsUINibLoading
Apple’s documentation
UINibProxiedObjectsKeyUINibLoading
Apple’s documentation
UIOffsetZeroUIGeometry and objc2-core-foundation
Apple’s documentation
UIPageViewControllerOptionInterPageSpacingKeyUIPageViewController
Apple’s documentation
UIPageViewControllerOptionSpineLocationKeyUIPageViewController
Apple’s documentation
UIPasteboardChangedNotificationUIPasteboard
Apple’s documentation
UIPasteboardChangedTypesAddedKeyUIPasteboard
Apple’s documentation
UIPasteboardChangedTypesRemovedKeyUIPasteboard
Apple’s documentation
UIPasteboardDetectionPatternCalendarEventUIPasteboard
Array of DDMatchCalendarEvent values
UIPasteboardDetectionPatternEmailAddressUIPasteboard
Array of DDMatchEmailAddress values
UIPasteboardDetectionPatternFlightNumberUIPasteboard
Array of DDMatchFlightNumber values
UIPasteboardDetectionPatternLinkUIPasteboard
Array of DDMatchLink values
UIPasteboardDetectionPatternMoneyAmountUIPasteboard
Array of DDMatchMoneyAmount values
UIPasteboardDetectionPatternNumberUIPasteboard
NSNumber value
UIPasteboardDetectionPatternPhoneNumberUIPasteboard
Array of DDMatchPhoneNumber values
UIPasteboardDetectionPatternPostalAddressUIPasteboard
Array of DDMatchAddress values
UIPasteboardDetectionPatternProbableWebSearchUIPasteboard
NSString value, suitable for implementing “Paste and Search”
UIPasteboardDetectionPatternProbableWebURLUIPasteboard
NSString value, suitable for implementing “Paste and Go”
UIPasteboardDetectionPatternShipmentTrackingNumberUIPasteboard
Array of DDMatchShipmentTrackingNumber values
UIPasteboardNameFindUIPasteboard
Apple’s documentation
UIPasteboardNameGeneralUIPasteboard
Apple’s documentation
UIPasteboardOptionExpirationDateUIPasteboard
Apple’s documentation
UIPasteboardOptionLocalOnlyUIPasteboard
Apple’s documentation
UIPasteboardRemovedNotificationUIPasteboard
Apple’s documentation
UIPasteboardTypeAutomaticUIPasteboard
Apple’s documentation
UIPasteboardTypeListColorUIPasteboard
Apple’s documentation
UIPasteboardTypeListImageUIPasteboard
Apple’s documentation
UIPasteboardTypeListStringUIPasteboard
Apple’s documentation
UIPasteboardTypeListURLUIPasteboard
Apple’s documentation
UIPointerAccessoryPositionBottomUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionBottomLeftUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionBottomRightUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionLeftUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionRightUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionTopUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionTopLeftUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerAccessoryPositionTopRightUIPointerAccessory and objc2-core-foundation
Apple’s documentation
UIPointerLockStateDidChangeNotificationUIPointerLockState
A notification that is posted when UIPointerLockState.locked changes values for a scene. It contains the related UIScene in the user info dictionary of the notification.
UIPointerLockStateSceneUserInfoKeyUIPointerLockState
Apple’s documentation
UIPrintErrorDomainUIPrintError
Apple’s documentation
UIProposedSceneSizeNoPreferenceUIWindowSceneGeometryPreferencesVision and objc2-core-foundation
Used as the value for a dimension of a size related preference when wanting to leave it unchanged.
UISceneDidActivateNotificationUIScene
Apple’s documentation
UISceneDidDisconnectNotificationUIScene
Apple’s documentation
UISceneDidEnterBackgroundNotificationUIScene
Apple’s documentation
UISceneErrorDomainUISceneDefinitions
Apple’s documentation
UISceneSessionRoleImmersiveSpaceApplicationUIScene and UISceneDefinitions
Apple’s documentation
UISceneSystemProtectionDidChangeNotificationUISceneSystemProtectionManager
A notification posted when the system protection attributes of a scene change. The object of the notification is the scene whose protection attributes changed.
UISceneWillConnectNotificationUIScene
Apple’s documentation
UISceneWillDeactivateNotificationUIScene
Apple’s documentation
UISceneWillEnterForegroundNotificationUIScene
Apple’s documentation
UIScreenBrightnessDidChangeNotificationUIScreen
Apple’s documentation
UIScreenCapturedDidChangeNotificationUIScreen
Apple’s documentation
UIScreenDidConnectNotificationUIScreen
Apple’s documentation
UIScreenDidDisconnectNotificationUIScreen
Apple’s documentation
UIScreenModeDidChangeNotificationUIScreen
Apple’s documentation
UIScreenReferenceDisplayModeStatusDidChangeNotificationUIScreen
Apple’s documentation
UIScrollViewDecelerationRateFastUIScrollView and objc2-core-foundation
Apple’s documentation
UIScrollViewDecelerationRateNormalUIScrollView and objc2-core-foundation
Apple’s documentation
UISheetPresentationControllerAutomaticDimensionUISheetPresentationController and objc2-core-foundation
Apple’s documentation
UISheetPresentationControllerDetentIdentifierLargeUISheetPresentationController
Apple’s documentation
UISheetPresentationControllerDetentIdentifierMediumUISheetPresentationController
Apple’s documentation
UISheetPresentationControllerDetentInactiveUISheetPresentationController and objc2-core-foundation
Apple’s documentation
UISplitViewControllerAutomaticDimensionUISplitViewController and objc2-core-foundation
Apple’s documentation
UIStackViewSpacingUseDefaultUIStackView and objc2-core-foundation
Apple’s documentation
UIStackViewSpacingUseSystemUIStackView and objc2-core-foundation
Apple’s documentation
UIStateRestorationViewControllerStoryboardKeyUIStateRestoration
Apple’s documentation
UITableViewAutomaticDimensionUITableView and objc2-core-foundation
Apple’s documentation
UITableViewIndexSearchUITableView
Apple’s documentation
UITableViewSelectionDidChangeNotificationUITableView
Apple’s documentation
UITextAttributeFontUIStringDrawing
Apple’s documentation
UITextAttributeTextColorUIStringDrawing
Apple’s documentation
UITextAttributeTextShadowColorUIStringDrawing
Apple’s documentation
UITextAttributeTextShadowOffsetUIStringDrawing
Apple’s documentation
UITextContentTypeAddressCityUITextInputTraits
Apple’s documentation
UITextContentTypeAddressCityAndStateUITextInputTraits
Apple’s documentation
UITextContentTypeAddressStateUITextInputTraits
Apple’s documentation
UITextContentTypeBirthdateUITextInputTraits
Apple’s documentation
UITextContentTypeBirthdateDayUITextInputTraits
Apple’s documentation
UITextContentTypeBirthdateMonthUITextInputTraits
Apple’s documentation
UITextContentTypeBirthdateYearUITextInputTraits
Apple’s documentation
UITextContentTypeCellularEIDUITextInputTraits
eSIM activation
UITextContentTypeCellularIMEIUITextInputTraits
Apple’s documentation
UITextContentTypeCountryNameUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardExpirationUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardExpirationMonthUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardExpirationYearUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardFamilyNameUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardGivenNameUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardMiddleNameUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardNameUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardNumberUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardSecurityCodeUITextInputTraits
Apple’s documentation
UITextContentTypeCreditCardTypeUITextInputTraits
Apple’s documentation
UITextContentTypeDateTimeUITextInputTraits
Dates, times, or durations such as “7-3-2021” or “This Saturday”, “12:30”, and “10-11am”, respectively.
UITextContentTypeEmailAddressUITextInputTraits
Apple’s documentation
UITextContentTypeFamilyNameUITextInputTraits
Apple’s documentation
UITextContentTypeFlightNumberUITextInputTraits
Airline flight numbers such as “CZ # 1234”, “AA212”, and “SW Flight 573”.
UITextContentTypeFullStreetAddressUITextInputTraits
Apple’s documentation
UITextContentTypeGivenNameUITextInputTraits
Apple’s documentation
UITextContentTypeJobTitleUITextInputTraits
Apple’s documentation
UITextContentTypeLocationUITextInputTraits
Apple’s documentation
UITextContentTypeMiddleNameUITextInputTraits
Apple’s documentation
UITextContentTypeNameUITextInputTraits
Apple’s documentation
UITextContentTypeNamePrefixUITextInputTraits
Apple’s documentation
UITextContentTypeNameSuffixUITextInputTraits
Apple’s documentation
UITextContentTypeNewPasswordUITextInputTraits
Apple’s documentation
UITextContentTypeNicknameUITextInputTraits
Apple’s documentation
UITextContentTypeOneTimeCodeUITextInputTraits
Apple’s documentation
UITextContentTypeOrganizationNameUITextInputTraits
Apple’s documentation
UITextContentTypePasswordUITextInputTraits
Apple’s documentation
UITextContentTypePostalCodeUITextInputTraits
Apple’s documentation
UITextContentTypeShipmentTrackingNumberUITextInputTraits
Parcel tracking numbers such as “FedEx 8602 9191 3550”, “1Z50T0536891664106”, and “729445720428778”.
UITextContentTypeStreetAddressLine1UITextInputTraits
Apple’s documentation
UITextContentTypeStreetAddressLine2UITextInputTraits
Apple’s documentation
UITextContentTypeSublocalityUITextInputTraits
Apple’s documentation
UITextContentTypeTelephoneNumberUITextInputTraits
Apple’s documentation
UITextContentTypeURLUITextInputTraits
Apple’s documentation
UITextContentTypeUsernameUITextInputTraits
Apple’s documentation
UITextFieldDidEndEditingReasonKeyUITextField
Apple’s documentation
UITextFieldTextDidBeginEditingNotificationUITextField
Apple’s documentation
UITextFieldTextDidChangeNotificationUITextField
Apple’s documentation
UITextFieldTextDidEndEditingNotificationUITextField
Apple’s documentation
UITextFormattingViewControllerDecreaseFontSizeChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerDecreaseIndentationChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerFontAttributesComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerFontChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerFontPickerComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerFontPointSizeComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerFontSizeChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerFontSizeComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerFormattingStyleChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerFormattingStylesComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerHighlightBlueUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerHighlightChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerHighlightComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerHighlightDefaultUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerHighlightMintUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerHighlightOrangeUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerHighlightPickerComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerHighlightPinkUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerHighlightPurpleUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerIncreaseFontSizeChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerIncreaseIndentationChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerLineHeightComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerLineHeightPointSizeChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerListStylesComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerRemoveBoldChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerRemoveItalicChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerRemoveStrikethroughChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerRemoveUnderlineChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerSetBoldChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerSetItalicChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerSetStrikethroughChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerSetUnderlineChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerTextAlignmentAndJustificationComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerTextAlignmentCenterUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextAlignmentChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerTextAlignmentComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerTextAlignmentJustifiedUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextAlignmentLeftUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextAlignmentNaturalUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextAlignmentRightUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextColorChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerTextColorComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerTextIndentationComponentKeyUITextFormattingViewControllerComponent
Apple’s documentation
UITextFormattingViewControllerTextListChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextFormattingViewControllerTextListDecimalUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextListDiscUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextListHyphenUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerTextListOtherUITextFormattingViewControllerFormattingDescriptor
Apple’s documentation
UITextFormattingViewControllerUndefinedChangeTypeUITextFormattingViewControllerChangeValue
Apple’s documentation
UITextInputCurrentInputModeDidChangeNotificationUITextInput
Apple’s documentation
UITextInputTextBackgroundColorKeyUITextInput
Apple’s documentation
UITextInputTextColorKeyUITextInput
Apple’s documentation
UITextInputTextFontKeyUITextInput
Apple’s documentation
UITextItemTagAttributeNameUITextItem
The attribute name for adding a text item with a specified custom tag. The value of the attribute must be an NSString.
UITextViewTextDidBeginEditingNotificationUITextView
Apple’s documentation
UITextViewTextDidChangeNotificationUITextView
Apple’s documentation
UITextViewTextDidEndEditingNotificationUITextView
Apple’s documentation
UITrackingRunLoopModeUIApplication
Apple’s documentation
UITransitionContextFromViewControllerKeyUIViewControllerTransitioning and UIViewControllerTransitionCoordinator
Apple’s documentation
UITransitionContextFromViewKeyUIViewControllerTransitioning and UIViewControllerTransitionCoordinator
Apple’s documentation
UITransitionContextToViewControllerKeyUIViewControllerTransitioning and UIViewControllerTransitionCoordinator
Apple’s documentation
UITransitionContextToViewKeyUIViewControllerTransitioning and UIViewControllerTransitionCoordinator
Apple’s documentation
UIUserNotificationActionResponseTypedTextKeyUIUserNotificationSettings
Apple’s documentation
UIUserNotificationTextInputActionButtonTitleKeyUIUserNotificationSettings
Apple’s documentation
UIViewControllerHierarchyInconsistencyExceptionUIViewController
Apple’s documentation
UIViewControllerShowDetailTargetDidChangeNotificationUIViewController
Apple’s documentation
UIViewNoIntrinsicMetricUIView and objc2-core-foundation
Apple’s documentation
UIWindowDidBecomeHiddenNotificationUIWindow
Apple’s documentation
UIWindowDidBecomeKeyNotificationUIWindow
Apple’s documentation
UIWindowDidBecomeVisibleNotificationUIWindow
Apple’s documentation
UIWindowDidResignKeyNotificationUIWindow
Apple’s documentation
UIWindowLevelAlertUIWindow and objc2-core-foundation
Apple’s documentation
UIWindowLevelNormalUIWindow and objc2-core-foundation
Apple’s documentation
UIWindowLevelStatusBarUIWindow and objc2-core-foundation
Apple’s documentation
UIWindowSceneSessionRoleApplicationUIWindowScene and UISceneDefinitions
Apple’s documentation
UIWindowSceneSessionRoleExternalDisplayUIWindowScene and UISceneDefinitions
Apple’s documentation
UIWindowSceneSessionRoleExternalDisplayNonInteractiveUIWindowScene and UISceneDefinitions
Apple’s documentation
UIWindowSceneSessionRoleVolumetricApplicationUIWindowScene and UISceneDefinitions
Apple’s documentation

Traits§

CIColorUIKitAdditionsUIColor
Category “UIKitAdditions” on CIColor.
CIImageUIKitAdditionsUIImage
Category “UIKitAdditions” on CIImage.
NSAttributedStringAdaptiveImageGlyphConveniencesNSAdaptiveImageGlyph
Category on NSAttributedString.
NSAttributedStringAttachmentConveniencesNSTextAttachment
Category on NSAttributedString.
NSAttributedStringAttributeFixingNSAttributedString
Category on NSMutableAttributedString. ********************** Attribute fixing ***********************
NSAttributedStringDocumentFormatsNSAttributedString
Category on NSAttributedString.
NSAttributedStringKitAdditionsNSAttributedString
Category on NSAttributedString. ********************** Misc methods ***********************
NSAttributedStringNSExtendedStringDrawingNSStringDrawing
Category “NSExtendedStringDrawing” on NSAttributedString.
NSAttributedStringNSStringDrawingNSStringDrawing
Category “NSStringDrawing” on NSAttributedString.
NSCoderUIGeometryKeyedCodingUIGeometry
Category “UIGeometryKeyedCoding” on NSCoder.
NSCollectionLayoutContainerUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutEnvironmentUICollectionViewCompositionalLayout
Apple’s documentation
NSCollectionLayoutVisibleItemUICollectionViewCompositionalLayout and UIDynamicBehavior
Apple’s documentation
NSIndexPathUIKitAdditionsNSIndexPath_UIKitAdditions
Category “UIKitAdditions” on NSIndexPath.
NSItemProviderUIKitAdditionsNSItemProvider_UIKitAdditions
Category “UIKitAdditions” on NSItemProvider.
NSLayoutManagerDelegateNSLayoutManager
Apple’s documentation
NSMutableAttributedStringDocumentFormatsNSAttributedString
Category on NSMutableAttributedString.
NSObjectUIAccessibilityUIAccessibility
Category “UIAccessibility” on NSObject.
NSObjectUIAccessibilityActionUIAccessibility
Category “UIAccessibilityAction” on NSObject.
NSObjectUIAccessibilityContainerUIAccessibilityContainer
Category “UIAccessibilityContainer” on NSObject.
NSObjectUIAccessibilityCustomRotorUIAccessibilityCustomRotor
Category “UIAccessibilityCustomRotor” on NSObject.
NSObjectUIAccessibilityDraggingUIAccessibility
Category “UIAccessibilityDragging” on NSObject.
NSObjectUIAccessibilityFocusUIAccessibility
Category “UIAccessibilityFocus” on NSObject.
NSObjectUIAccessibilityHitTestUIAccessibility
Category “UIAccessibilityHitTest” on NSObject.
NSObjectUIAccessibilityTextNavigationUIAccessibility
Category “UIAccessibilityTextNavigation” on NSObject.
NSObjectUIAccessibilityTextOperationsUIAccessibility
Category “UIAccessibilityTextOperations” on NSObject.
NSStringDrawingNSStringDrawing
Category on NSString.
NSStringNSExtendedStringDrawingNSStringDrawing
Category “NSExtendedStringDrawing” on NSString.
NSTextAttachmentContainerNSTextAttachment
Apple’s documentation
NSTextAttachmentLayoutNSTextAttachment
Apple’s documentation
NSTextContentManagerDelegateNSTextContentManager
Apple’s documentation
NSTextContentStorageDelegateNSTextContentManager
Apple’s documentation
NSTextElementProviderNSTextContentManager
Apple’s documentation
NSTextLayoutManagerDelegateNSTextLayoutManager
Apple’s documentation
NSTextLayoutOrientationProviderNSLayoutManager
Apple’s documentation
NSTextLocationNSTextRange
Apple’s documentation
NSTextSelectionDataSourceNSTextSelectionNavigation
Apple’s documentation
NSTextStorageDelegateNSTextStorage
** NSTextStorage delegate methods ***
NSTextStorageObservingNSTextStorage
Apple’s documentation
NSTextViewportLayoutControllerDelegateNSTextViewportLayoutController
Apple’s documentation
NSUserActivityUISceneActivationConditionsUISceneActivationConditions
Category “UISceneActivationConditions” on NSUserActivity.
NSValueUIGeometryExtensionsUIGeometry
Category on NSValue.
UIAccelerometerDelegateDeprecatedUIAccelerometer
Apple’s documentation
UIAccessibilityContainerDataTableUIAccessibilityContainer
Apple’s documentation
UIAccessibilityContainerDataTableCellUIAccessibilityContainer
Apple’s documentation
UIAccessibilityContentSizeCategoryImageAdjustingUIAccessibilityContentSizeCategoryImageAdjusting
Apple’s documentation
UIAccessibilityIdentificationUIAccessibilityIdentification
Apple’s documentation
UIAccessibilityReadingContentUIAccessibility
Apple’s documentation
UIActionSheetDelegateUIActionSheet
Apple’s documentation
UIActivityItemSourceUIActivityItemProvider
Apple’s documentation
UIActivityItemsConfigurationProvidingUIActivityItemsConfigurationReading
Protocol adopted by classes that can provide activity items configurations
UIActivityItemsConfigurationReadingUIActivityItemsConfigurationReading
Apple’s documentation
UIAdaptivePresentationControllerDelegateUIPresentationController
Apple’s documentation
UIAlertViewDelegateUIAlertView
Apple’s documentation
UIAppearanceUIAppearance
Apple’s documentation
UIAppearanceContainerUIAppearance
Apple’s documentation
UIApplicationDelegateUIApplication
Apple’s documentation
UIBarPositioningUIBarCommon
Apple’s documentation
UIBarPositioningDelegateUIBarCommon
Apple’s documentation
UICGFloatTraitDefinitionUITrait
Apple’s documentation
UICalendarSelectionMultiDateDelegateUICalendarSelectionMultiDate
Apple’s documentation
UICalendarSelectionSingleDateDelegateUICalendarSelectionSingleDate
Apple’s documentation
UICalendarSelectionWeekOfYearDelegateUICalendarSelectionWeekOfYear
Apple’s documentation
UICalendarViewDelegateUICalendarView
Apple’s documentation
UICloudSharingControllerDelegateUICloudSharingController
Apple’s documentation
UICollectionViewDataSourceUICollectionView
Apple’s documentation
UICollectionViewDataSourcePrefetchingUICollectionView
Apple’s documentation
UICollectionViewDelegateUICollectionView and UIScrollView
Apple’s documentation
UICollectionViewDelegateFlowLayoutUICollectionView and UICollectionViewFlowLayout and UIScrollView
Apple’s documentation
UICollectionViewDragDelegateUICollectionView
Apple’s documentation
UICollectionViewDropCoordinatorUICollectionView
Apple’s documentation
UICollectionViewDropDelegateUICollectionView
Apple’s documentation
UICollectionViewDropItemUICollectionView
Apple’s documentation
UICollectionViewDropPlaceholderContextUICollectionView and UIDragInteraction
Apple’s documentation
UICollisionBehaviorDelegateUICollisionBehavior
Apple’s documentation
UIColorPickerViewControllerDelegateUIColorPickerViewController
Apple’s documentation
UIConfigurationStateUIConfigurationState
Apple’s documentation
UIContentConfigurationUIContentConfiguration
Apple’s documentation
UIContentContainerUIViewController
Apple’s documentation
UIContentSizeCategoryAdjustingUIContentSizeCategoryAdjusting
Apple’s documentation
UIContentViewUIContentConfiguration
Apple’s documentation
UIContextMenuInteractionAnimatingUIContextMenuInteraction
Apple’s documentation
UIContextMenuInteractionCommitAnimatingUIContextMenuInteraction
Apple’s documentation
UIContextMenuInteractionDelegateUIContextMenuInteraction
Apple’s documentation
UICoordinateSpaceUIView
Apple’s documentation
UIDataSourceModelAssociationUIStateRestoration
Apple’s documentation
UIDataSourceTranslatingUIDataSourceTranslating
Apple’s documentation
UIDocumentBrowserViewControllerDelegateUIDocumentBrowserViewController
Apple’s documentation
UIDocumentInteractionControllerDelegateUIDocumentInteractionController
Apple’s documentation
UIDocumentMenuDelegateDeprecatedUIDocumentMenuViewController
Apple’s documentation
UIDocumentPickerDelegateUIDocumentPickerViewController
Apple’s documentation
UIDragAnimatingUIDragInteraction
Apple’s documentation
UIDragDropSessionUIDragSession
Apple’s documentation
UIDragInteractionDelegateUIDragInteraction
Apple’s documentation
UIDragSessionUIDragSession
Apple’s documentation
UIDropInteractionDelegateUIDropInteraction
Apple’s documentation
UIDropSessionUIDragSession
Apple’s documentation
UIDynamicAnimatorDelegateUIDynamicAnimator
Apple’s documentation
UIDynamicItemUIDynamicBehavior
Apple’s documentation
UIEditMenuInteractionAnimatingUIEditMenuInteraction
Apple’s documentation
UIEditMenuInteractionDelegateUIEditMenuInteraction
Apple’s documentation
UIFindInteractionDelegateUIFindInteraction
Apple’s documentation
UIFocusAnimationContextUIFocusAnimationCoordinator
UIFocusAnimationContext is used to provide UIKit-determined context about animations that are related to a focus update.
UIFocusDebuggerOutputUIFocusDebugger
Apple’s documentation
UIFocusEnvironmentUIFocus
Objects conforming to UIFocusEnvironment influence and respond to focus behavior within a specific area of the screen that they control.
UIFocusItemUIFocus
Objects conforming to UIFocusItem are considered capable of participating in focus. Only UIFocusItems can ever be focused.
UIFocusItemContainerUIFocus
Objects conforming to UIFocusItemContainer are responsible for providing which focus items they contain and where they are.
UIFocusItemScrollableContainerUIFocus
Objects conforming to UIFocusItemScrollableContainer are updated accordingly to ensure the focused item remains visible on the screen.
UIFontPickerViewControllerDelegateUIFontPickerViewController
Apple’s documentation
UIGestureRecognizerDelegateUIGestureRecognizer
Apple’s documentation
UIGuidedAccessRestrictionDelegateUIGuidedAccess
Apple’s documentation
UIHoverEffectUIHoverEffect
A hover effect that can be applied to a UIView via a UIHoverStyle. You don’t conform to this protocol directly. Instead, you use a built-in UIHoverEffect like UIHoverAutomaticEffect.
UIImagePickerControllerDelegateUIImagePickerController
Apple’s documentation
UIIndirectScribbleInteractionDelegateUIIndirectScribbleInteraction
The protocol to be implemented by the delegate of UIIndirectScribbleInteraction. It will be responsible for supplying a list of writable elements, focusing them, and ultimately providing a real UITextInput that will handle text editing operations.
UIInputViewAudioFeedbackUIDevice
Apple’s documentation
UIInteractionUIInteraction
Apple’s documentation
UIItemProviderPresentationSizeProvidingNSItemProvider_UIKitAdditions
Apple’s documentation
UIItemProviderReadingAugmentationDesignatingNSItemProvider_UIKitAdditions
Apple’s documentation
UIItemProviderReadingAugmentationProvidingNSItemProvider_UIKitAdditions
Apple’s documentation
UIKeyInputUITextInput and UITextInputTraits
Apple’s documentation
UILargeContentViewerInteractionDelegateUILargeContentViewer
Apple’s documentation
UILargeContentViewerItemUILargeContentViewer
Apple’s documentation
UILayoutGuideAspectFittingUIWindow
Apple’s documentation
UILayoutSupportNSLayoutConstraint
Apple’s documentation
UILetterformAwareAdjustingUILetterformAwareAdjusting
Apple’s documentation
UILookToDictateCapableUISearchBar
Apple’s documentation
UIMenuBuilderUIMenuBuilder
Encapsulates access and mutation for a menu hierarchy.
UIMenuLeafUIMenuLeaf
Apple’s documentation
UIMutableTraitsUITraitCollection
Apple’s documentation
UINSIntegerTraitDefinitionUITrait
Apple’s documentation
UINavigationBarDelegateUIBarCommon and UINavigationBar
Apple’s documentation
UINavigationControllerDelegateUINavigationController
Apple’s documentation
UINavigationItemRenameDelegateUINavigationItem
Apple’s documentation
UIObjectRestorationUIStateRestoration
Apple’s documentation
UIObjectTraitDefinitionUITrait
Apple’s documentation
UIPageControlProgressDelegateUIPageControlProgress
Apple’s documentation
UIPageControlTimerProgressDelegateUIPageControlProgress
Apple’s documentation
UIPageViewControllerDataSourceUIPageViewController
Apple’s documentation
UIPageViewControllerDelegateUIPageViewController
Apple’s documentation
UIPasteConfigurationSupportingUIPasteConfigurationSupporting
Apple’s documentation
UIPencilInteractionDelegateUIPencilInteraction
Apple’s documentation
UIPickerViewAccessibilityDelegateUIAccessibilityAdditions and UIPickerView
Apple’s documentation
UIPickerViewDataSourceUIPickerView
Apple’s documentation
UIPickerViewDelegateUIPickerView
Apple’s documentation
UIPointerInteractionAnimatingUIPointerInteraction
Apple’s documentation
UIPointerInteractionDelegateUIPointerInteraction
Apple’s documentation
UIPopoverBackgroundViewMethodsUIPopoverBackgroundView
Apple’s documentation
UIPopoverControllerDelegateUIPopoverController
Apple’s documentation
UIPopoverPresentationControllerDelegateUIPopoverPresentationController and UIPresentationController
Apple’s documentation
UIPopoverPresentationControllerSourceItemUIPopoverPresentationControllerSourceItem
Apple’s documentation
UIPreviewActionItemUIViewController
Apple’s documentation
UIPreviewInteractionDelegateUIPreviewInteraction
Apple’s documentation
UIPrintInteractionControllerDelegateUIPrintInteractionController
Apple’s documentation
UIPrinterPickerControllerDelegateUIPrinterPickerController
Apple’s documentation
UIResponderStandardEditActionsUIResponder
Apple’s documentation
UISceneDelegateUIScene
Apple’s documentation
UIScreenshotServiceDelegateUIScreenshotService
Apple’s documentation
UIScribbleInteractionDelegateUIScribbleInteraction
Apple’s documentation
UIScrollViewAccessibilityDelegateUIAccessibilityAdditions and UIScrollView
Apple’s documentation
UIScrollViewDelegateUIScrollView
Apple’s documentation
UISearchBarDelegateUIBarCommon and UISearchBar
Apple’s documentation
UISearchControllerDelegateUISearchController
Apple’s documentation
UISearchDisplayDelegateUISearchDisplayController
Apple’s documentation
UISearchResultsUpdatingUISearchController
Apple’s documentation
UISearchSuggestionUISearchSuggestion
Apple’s documentation
UISearchTextFieldDelegateUISearchTextField and UITextField
Apple’s documentation
UISearchTextFieldPasteItemUISearchTextField and UITextPasteDelegate
A protocol that refines UITextPasteItem to support pasting of tokens.
UIShapeProviderUIShape
A type that can provide a custom UIShape, resolved dynamically based on context.
UISheetPresentationControllerDelegateUIPresentationController and UISheetPresentationController
Apple’s documentation
UISheetPresentationControllerDetentResolutionContextUISheetPresentationController
Apple’s documentation
UISplitViewControllerDelegateUISplitViewController
Apple’s documentation
UISpringLoadedInteractionBehaviorUISpringLoadedInteraction
The interaction behavior of a UISpringLoadedInteraction object must adopt the UISpringLoadedInteractionBehavior protocol.
UISpringLoadedInteractionContextUISpringLoadedInteraction
UISpringLoadedContext supplies information about the springloading state and current drag.
UISpringLoadedInteractionEffectUISpringLoadedInteraction
The interaction effect of a UISpringLoadedInteraction object must adopt the UISpringLoadedInteractionEffect protocol. It is responsible for styling the interaction view according to the current springloading state.
UISpringLoadedInteractionSupportingUISpringLoadedInteractionSupporting
Apple’s documentation
UIStateRestoringUIStateRestoration
Apple’s documentation
UITabBarControllerDelegateUITabBarController
Apple’s documentation
UITabBarControllerSidebarAnimatingUITabBarControllerSidebar
Apple’s documentation
UITabBarControllerSidebarDelegateUITabBarControllerSidebar
Apple’s documentation
UITabBarDelegateUITabBar
Apple’s documentation
UITableViewDataSourceUITableView
Apple’s documentation
UITableViewDataSourcePrefetchingUITableView
Apple’s documentation
UITableViewDelegateUIScrollView and UITableView
Apple’s documentation
UITableViewDragDelegateUITableView
Apple’s documentation
UITableViewDropCoordinatorUITableView
Apple’s documentation
UITableViewDropDelegateUITableView
Apple’s documentation
UITableViewDropItemUITableView
Apple’s documentation
UITableViewDropPlaceholderContextUIDragInteraction and UITableView
Apple’s documentation
UITextCursorViewUITextCursorView and UIView
A view that displays a flashing cursor (aka “caret”) view.
UITextDocumentProxyUIInputViewController and UITextInput and UITextInputTraits
Apple’s documentation
UITextDragDelegateUITextDragging
Apple’s documentation
UITextDragRequestUITextDragging
Apple’s documentation
UITextDraggableUITextDragging and UITextInput and UITextInputTraits
Apple’s documentation
UITextDropDelegateUITextDropping
Apple’s documentation
UITextDropRequestUITextDropping
Apple’s documentation
UITextDroppableUIPasteConfigurationSupporting and UITextDropping and UITextInput and UITextInputTraits and UITextPasteConfigurationSupporting
Apple’s documentation
UITextFieldDelegateUITextField
Apple’s documentation
UITextFormattingCoordinatorDelegateUITextFormattingCoordinator
Apple’s documentation
UITextFormattingViewControllerDelegateUITextFormattingViewController
Apple’s documentation
UITextInputUITextInput and UITextInputTraits
Apple’s documentation
UITextInputDelegateUITextInput
Apple’s documentation
UITextInputTokenizerUITextInput
Apple’s documentation
UITextInputTraitsUITextInputTraits
Apple’s documentation
UITextInteractionDelegateUITextInteraction
Apple’s documentation
UITextPasteConfigurationSupportingUIPasteConfigurationSupporting and UITextPasteConfigurationSupporting
Apple’s documentation
UITextPasteDelegateUITextPasteDelegate
Apple’s documentation
UITextPasteItemUITextPasteDelegate
Apple’s documentation
UITextSearchAggregatorUITextSearching
Apple’s documentation
UITextSearchingUITextSearching
Apple’s documentation
UITextSelectionDisplayInteractionDelegateUITextSelectionDisplayInteraction
Apple’s documentation
UITextSelectionHandleViewUITextSelectionHandleView and UIView
A view that represents a selection handle drawn at the edges of contiguous selection ranges.
UITextSelectionHighlightViewUITextSelectionHighlightView and UIView
A view that displays a tinted highlight behind rendered text to indicate selection.
UITextViewDelegateUIScrollView and UITextView
Apple’s documentation
UITimingCurveProviderUITimingCurveProvider
Apple’s documentation
UIToolTipInteractionDelegateUIToolTipInteraction
Apple’s documentation
UIToolbarDelegateUIBarCommon and UIToolbar
Apple’s documentation
UITraitChangeObservableUITraitCollection
Apple’s documentation
UITraitChangeRegistrationUITraitCollection
Apple’s documentation
UITraitDefinitionUITrait
Apple’s documentation
UITraitEnvironmentUITraitCollection
Trait environments expose a trait collection that describes their environment.
UITraitOverridesUITraitCollection
Apple’s documentation
UIUserActivityRestoringUIUserActivity
Apple’s documentation
UIVideoEditorControllerDelegateUIVideoEditorController
Apple’s documentation
UIViewAnimatingUIViewAnimating
Apple’s documentation
UIViewControllerAnimatedTransitioningUIViewControllerTransitioning
Apple’s documentation
UIViewControllerContextTransitioningUIViewControllerTransitioning
Apple’s documentation
UIViewControllerInteractiveTransitioningUIViewControllerTransitioning
Apple’s documentation
UIViewControllerPreviewingUIViewController
Apple’s documentation
UIViewControllerPreviewingDelegateUIViewController
Apple’s documentation
UIViewControllerRestorationUIStateRestoration
Apple’s documentation
UIViewControllerTransitionCoordinatorUIViewControllerTransitionCoordinator
Apple’s documentation
UIViewControllerTransitionCoordinatorContextUIViewControllerTransitionCoordinator
Apple’s documentation
UIViewControllerTransitioningDelegateUIViewControllerTransitioning
Apple’s documentation
UIViewImplicitlyAnimatingUIViewAnimating
Apple’s documentation
UIWebViewDelegateUIWebView
Apple’s documentation
UIWindowSceneDelegateUIScene and UIWindowScene
Apple’s documentation
UIWritingToolsCoordinatorDelegateUIWritingToolsCoordinator
An interface that you use to manage interactions between Writing Tools and your custom text view.
UNNotificationResponseUIKitAdditionsUNNotificationResponse_UIKitAdditions
Category “UIKitAdditions” on UNNotificationResponse.

Functions§

CGAffineTransformFromStringUIGeometry and objc2-core-foundation
CGPointFromStringUIGeometry and objc2-core-foundation
CGRectFromStringUIGeometry and objc2-core-foundation
CGSizeFromStringUIGeometry and objc2-core-foundation
CGVectorFromStringUIGeometry and objc2-core-foundation
NSDirectionalEdgeInsetsFromStringUIGeometry and objc2-core-foundation
NSStringFromCGAffineTransformUIGeometry and objc2-core-foundation
NSStringFromCGPointUIGeometry and objc2-core-foundation
NSStringFromCGRectUIGeometry and objc2-core-foundation
NSStringFromCGSizeUIGeometry and objc2-core-foundation
NSStringFromCGVectorUIGeometry and objc2-core-foundation
NSStringFromDirectionalEdgeInsetsUIGeometry and objc2-core-foundation
NSStringFromUIEdgeInsetsUIGeometry and objc2-core-foundation
NSStringFromUIOffsetUIGeometry and objc2-core-foundation
UIAccessibilityButtonShapesEnabledUIAccessibility
UIAccessibilityConvertFrameToScreenCoordinatesUIResponder and UIView and objc2-core-foundation and UIAccessibility
UIAccessibilityConvertPathToScreenCoordinatesUIAccessibility and UIBezierPath and UIResponder and UIView
UIAccessibilityDarkerSystemColorsEnabledUIAccessibility
UIAccessibilityFocusedElementUIAccessibility and UIAccessibilityConstants
UIAccessibilityHearingDevicePairedEarUIAccessibility
UIAccessibilityIsAssistiveTouchRunningUIAccessibility
UIAccessibilityIsBoldTextEnabledUIAccessibility
UIAccessibilityIsClosedCaptioningEnabledUIAccessibility
UIAccessibilityIsGrayscaleEnabledUIAccessibility
UIAccessibilityIsGuidedAccessEnabledUIAccessibility
UIAccessibilityIsInvertColorsEnabledUIAccessibility
UIAccessibilityIsMonoAudioEnabledUIAccessibility
UIAccessibilityIsOnOffSwitchLabelsEnabledUIAccessibility
UIAccessibilityIsReduceMotionEnabledUIAccessibility
UIAccessibilityIsReduceTransparencyEnabledUIAccessibility
UIAccessibilityIsShakeToUndoEnabledUIAccessibility
UIAccessibilityIsSpeakScreenEnabledUIAccessibility
UIAccessibilityIsSpeakSelectionEnabledUIAccessibility
UIAccessibilityIsSwitchControlRunningUIAccessibility
UIAccessibilityIsVideoAutoplayEnabledUIAccessibility
UIAccessibilityIsVoiceOverRunningUIAccessibility
UIAccessibilityPostNotificationUIAccessibility and UIAccessibilityConstants
UIAccessibilityPrefersCrossFadeTransitionsUIAccessibility
UIAccessibilityRegisterGestureConflictWithZoomUIAccessibilityZoom
UIAccessibilityRequestGuidedAccessSessionUIAccessibility and block2
UIAccessibilityShouldDifferentiateWithoutColorUIAccessibility
UIAccessibilityZoomFocusChangedUIResponder and UIView and objc2-core-foundation and UIAccessibilityZoom
UIApplicationMainUIApplication
UICellAccessoryPositionAfterAccessoryOfClassUICellAccessory and block2
Positions the accessory after the accessory matching the class specified, or at the end if not found.
UICellAccessoryPositionBeforeAccessoryOfClassUICellAccessory and block2
Positions the accessory before the accessory matching the class specified, or at the beginning if not found.
UIContentSizeCategoryCompareToCategoryUIContentSizeCategory
UIContentSizeCategoryIsAccessibilityCategoryUIContentSizeCategory
UIEdgeInsetsFromStringUIGeometry and objc2-core-foundation
UIEventButtonMaskForButtonNumberUIEvent
Convenience initializer for a button mask where buttonNumber is a one-based index of the button on the input device .button(1) == .primary .button(2) == .secondary
UIFloatRangeIsInfiniteUIAttachmentBehavior and objc2-core-foundation
UIFontWeightForImageSymbolWeightUIFontDescriptor and objc2-core-foundation and UIImageSymbolConfiguration
UIGraphicsAddPDFContextDestinationAtPointUIGraphics and objc2-core-foundation
UIGraphicsBeginImageContextDeprecatedUIGraphics and objc2-core-foundation
UIGraphicsBeginImageContextWithOptionsDeprecatedUIGraphics and objc2-core-foundation
UIGraphicsBeginPDFContextToDataUIGraphics and objc2-core-foundation
UIGraphicsBeginPDFContextToFileUIGraphics and objc2-core-foundation
UIGraphicsBeginPDFPageUIGraphics
UIGraphicsBeginPDFPageWithInfoUIGraphics and objc2-core-foundation
UIGraphicsEndImageContextDeprecatedUIGraphics
UIGraphicsEndPDFContextUIGraphics
UIGraphicsGetImageFromCurrentImageContextDeprecatedUIGraphics and UIImage
UIGraphicsGetPDFContextBoundsUIGraphics and objc2-core-foundation
UIGraphicsPopContextUIGraphics
UIGraphicsPushContextUIGraphics and objc2-core-graphics
UIGraphicsSetPDFContextDestinationForRectUIGraphics and objc2-core-foundation
UIGraphicsSetPDFContextURLForRectUIGraphics and objc2-core-foundation
UIGuidedAccessConfigureAccessibilityFeaturesUIGuidedAccess and block2
UIGuidedAccessRestrictionStateForIdentifierUIGuidedAccess
UIImageHEICRepresentationUIImage
Returns HEIC data representing the image, or nil if such a representation could not be generated. HEIC is recommended for efficiently storing all kinds of images, including those with high dynamic range content.
UIImageJPEGRepresentationUIImage and objc2-core-foundation
return image as JPEG. May return nil if image has no CGImageRef or invalid bitmap format. compression is 0(most)..1(least)
UIImagePNGRepresentationUIImage
return image as PNG. May return nil if image has no CGImageRef or invalid bitmap format
UIImageSymbolWeightForFontWeightUIFontDescriptor and objc2-core-foundation and UIImageSymbolConfiguration
UIImageWriteToSavedPhotosAlbumUIImagePickerController and UIImage
UIOffsetFromStringUIGeometry and objc2-core-foundation
UIRectClipUIGraphics and objc2-core-foundation
UIRectFillUIGraphics and objc2-core-foundation
UIRectFillUsingBlendModeobjc2-core-foundation and objc2-core-graphics and UIGraphics
UIRectFrameUIGraphics and objc2-core-foundation
UIRectFrameUsingBlendModeobjc2-core-foundation and objc2-core-graphics and UIGraphics
UISaveVideoAtPathToSavedPhotosAlbumUIImagePickerController
UIVideoAtPathIsCompatibleWithSavedPhotosAlbumUIImagePickerController
UIWritingToolsCoordinatorTextAnimationDebugDescriptionUIWritingToolsCoordinator

Type Aliases§

AXArrayReturnBlockUIAccessibility and block2
Apple’s documentation
AXAttributedStringArrayReturnBlockUIAccessibility and block2
Apple’s documentation
AXAttributedStringReturnBlockUIAccessibility and block2
Apple’s documentation
AXBoolReturnBlockUIAccessibility and block2
Apple’s documentation
AXContainerTypeReturnBlockUIAccessibility and UIAccessibilityConstants and block2
Apple’s documentation
AXCustomActionsReturnBlockUIAccessibility and UIAccessibilityCustomAction and block2
Apple’s documentation
AXCustomRotorsReturnBlockUIAccessibilityCustomRotor and block2
Apple’s documentation
AXNavigationStyleReturnBlockUIAccessibility and UIAccessibilityConstants and block2
Apple’s documentation
AXObjectReturnBlockUIAccessibility and block2
Apple’s documentation
AXPathReturnBlockUIAccessibility and UIBezierPath and block2
Apple’s documentation
AXPointReturnBlockUIAccessibility and block2 and objc2-core-foundation
Apple’s documentation
AXRectReturnBlockUIAccessibility and block2 and objc2-core-foundation
Apple’s documentation
AXStringArrayReturnBlockUIAccessibility and block2
Apple’s documentation
AXStringReturnBlockUIAccessibility and block2
Apple’s documentation
AXTextualContextReturnBlockUIAccessibility and UIAccessibilityConstants and block2
Apple’s documentation
AXTraitsReturnBlockUIAccessibility and UIAccessibilityConstants and block2
Apple’s documentation
AXUITextInputReturnBlockUIAccessibility and UITextInput and UITextInputTraits and block2
Apple’s documentation
AXVoidReturnBlockUIAccessibility and block2
Apple’s documentation
NSAttributedStringDocumentAttributeKeyNSAttributedString
Apple’s documentation
NSAttributedStringDocumentReadingOptionKeyNSAttributedString
Apple’s documentation
NSAttributedStringDocumentTypeNSAttributedString
********************** Document formats ***********************
NSCollectionLayoutGroupCustomItemProviderUICollectionViewCompositionalLayout and block2
Apple’s documentation
NSCollectionLayoutSectionVisibleItemsInvalidationHandlerUICollectionViewCompositionalLayout and UIDynamicBehavior and block2 and objc2-core-foundation
Apple’s documentation
NSDataAssetNameNSDataAsset
Apple’s documentation
NSTextEffectStyleNSAttributedString
Apple’s documentation
NSTextHighlightColorSchemeNSAttributedString
Apple’s documentation
NSTextHighlightStyleNSAttributedString
Apple’s documentation
NSTextLayoutSectionKeyNSAttributedString
Apple’s documentation
NSTextListMarkerFormatNSTextList
Apple’s documentation
NSTextTabOptionKeyNSParagraphStyle
Apple’s documentation
UIAccelerationValueUIAccelerometer
Apple’s documentation
UIAccessibilityAssistiveTechnologyIdentifierUIAccessibilityConstants
Apple’s documentation
UIAccessibilityCustomActionHandlerUIAccessibilityCustomAction and block2
Apple’s documentation
UIAccessibilityCustomRotorSearchUIAccessibilityCustomRotor and block2
Apple’s documentation
UIAccessibilityNotificationsUIAccessibilityConstants
Apple’s documentation
UIAccessibilityPriorityUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTextualContextUIAccessibilityConstants
Apple’s documentation
UIAccessibilityTraitsUIAccessibilityConstants
Apple’s documentation
UIActionHandlerUIAction and UIMenuElement and block2
Apple’s documentation
UIActionIdentifierUIAction
Apple’s documentation
UIActivityItemsConfigurationInteractionUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationMetadataKeyUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityItemsConfigurationPreviewIntentUIActivityItemsConfigurationReading
Apple’s documentation
UIActivityTypeUIActivity
Apple’s documentation
UIActivityViewControllerCompletionHandlerUIActivity and UIActivityViewController and block2
Apple’s documentation
UIActivityViewControllerCompletionWithItemsHandlerUIActivity and UIActivityViewController and block2
Apple’s documentation
UIApplicationExtensionPointIdentifierUIApplication
Apple’s documentation
UIApplicationLaunchOptionsKeyUIApplication
Apple’s documentation
UIApplicationOpenExternalURLOptionsKeyUIApplication
Apple’s documentation
UIApplicationOpenURLOptionsKeyUIApplication
Apple’s documentation
UIBackgroundTaskIdentifierUIApplication
Apple’s documentation
UIButtonConfigurationUpdateHandlerUIButton and UIControl and UIResponder and UIView and block2
Apple’s documentation
UIButtonPointerStyleProviderUIButton and UIControl and UIHoverStyle and UIPointerStyle and UIResponder and UIView and block2
Apple’s documentation
UICGFloatTraitUITrait
Apple’s documentation
UICellAccessoryPositionUICellAccessory and block2
Return an index to insert the accessory at, given an array of the existing accessories on the edge (in leading to trailing order).
UICollectionLayoutListItemSeparatorHandlerUICollectionLayoutList and UIListSeparatorConfiguration and block2
A block that is executed by list sections to provide granular control over separator appearance.
UICollectionLayoutListSwipeActionsConfigurationProviderUICollectionLayoutList and UISwipeActionsConfiguration and block2
Apple’s documentation
UICollectionLayoutSectionOrthogonalScrollingDecelerationRateUICollectionViewCompositionalLayout and objc2-core-foundation
Apple’s documentation
UICollectionViewCellConfigurationUpdateHandlerUICellConfigurationState and UICollectionViewCell and UIResponder and UIView and UIViewConfigurationState and block2
Apple’s documentation
UICollectionViewCellRegistrationConfigurationHandlerUICollectionViewCell and UICollectionViewItemRegistration and UIResponder and UIView and block2
Apple’s documentation
UICollectionViewCompositionalLayoutSectionProviderUICollectionViewCompositionalLayout and block2
Apple’s documentation
UICollectionViewDiffableDataSourceCellProviderUICollectionView and UICollectionViewCell and UIDiffableDataSource and UIResponder and UIScrollView and UIView and block2
Apple’s documentation
UICollectionViewDiffableDataSourceSupplementaryViewProviderUICollectionView and UICollectionViewCell and UIDiffableDataSource and UIResponder and UIScrollView and UIView and block2
Apple’s documentation
UICollectionViewLayoutInteractiveTransitionCompletionUICollectionView and block2
Apple’s documentation
UICollectionViewSupplementaryRegistrationConfigurationHandlerUICollectionViewCell and UICollectionViewItemRegistration and UIResponder and UIView and block2
Apple’s documentation
UIConfigurationColorTransformerUIColor and UIConfigurationColorTransformer and block2
A color transformer returns a modified output color based on an input color.
UIConfigurationStateCustomKeyUIConfigurationState
Apple’s documentation
UIConfigurationTextAttributesTransformerUIButtonConfiguration and block2
Apple’s documentation
UIContentSizeCategoryUIContentSizeCategory
Apple’s documentation
UIContextMenuActionProviderUIContextMenuConfiguration and UIMenu and UIMenuElement and block2
Return a UIAction-based UIMenu describing the desired action hierarchy.
UIContextMenuContentPreviewProviderUIContextMenuConfiguration and UIResponder and UIViewController and block2
Return a UIViewController to be displayed as this menu’s preview component.
UIContextualActionHandlerUIContextualAction and UIResponder and UIView and block2
Apple’s documentation
UIDocumentCreationIntentUIDocument
Apple’s documentation
UIFocusGroupPriorityUIFocus
These are focus group priorities that the system uses and that clients can use to make an item more or less important than these system states. Any priority below 0 will be ignored.
UIFocusSoundIdentifierUIFocus
Apple’s documentation
UIFontDescriptorAttributeNameUIFontDescriptor
Apple’s documentation
UIFontDescriptorClassUIFontDescriptor
Apple’s documentation
UIFontDescriptorFeatureKeyUIFontDescriptor
Apple’s documentation
UIFontDescriptorSystemDesignUIFontDescriptor
Apple’s documentation
UIFontDescriptorTraitKeyUIFontDescriptor
Apple’s documentation
UIFontTextStyleUIFontDescriptor
Apple’s documentation
UIFontWeightUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIFontWidthUIFontDescriptor and objc2-core-foundation
Apple’s documentation
UIGraphicsDrawingActionsUIGraphicsRenderer and UIGraphicsRendererSubclass and block2
Apple’s documentation
UIGraphicsImageDrawingActionsUIGraphicsImageRenderer and UIGraphicsRenderer and block2
Apple’s documentation
UIGraphicsPDFDrawingActionsUIGraphicsPDFRenderer and UIGraphicsRenderer and block2
Apple’s documentation
UIImagePickerControllerInfoKeyUIImagePickerController
Apple’s documentation
UILayoutPriorityNSLayoutConstraint
Apple’s documentation
UIMenuIdentifierUIMenu
Apple’s documentation
UINSIntegerTraitUITrait
Apple’s documentation
UINibOptionsKeyUINibLoading
Apple’s documentation
UIObjectTraitUITrait
Apple’s documentation
UIPageViewControllerOptionsKeyUIPageViewController
Apple’s documentation
UIPasteboardDetectionPatternUIPasteboard
Apple’s documentation
UIPasteboardNameUIPasteboard
Apple’s documentation
UIPasteboardOptionUIPasteboard
Apple’s documentation
UIPrintInteractionCompletionHandlerUIPrintInteractionController and block2
Apple’s documentation
UIPrinterPickerCompletionHandlerUIPrinterPickerController and block2
Apple’s documentation
UISceneSessionRoleUISceneDefinitions
Apple’s documentation
UIScribbleElementIdentifierUIIndirectScribbleInteraction
Element identifiers are used to identify writable elements in the interaction’s view, and will be supplied in every delegate callback. Any object that conforms to NSCopying and that can be compared for equality can be used. It is recommended to use simple immutable values, like NSString, NSNumber, or NSUUID.
UIScrollViewDecelerationRateUIScrollView and objc2-core-foundation
Apple’s documentation
UISheetPresentationControllerDetentIdentifierUISheetPresentationController
Apple’s documentation
UIStoryboardViewControllerCreatorUIResponder and UIStoryboard and UIViewController and block2
Apple’s documentation
UISymbolEffectCompletionUISymbolEffectCompletion and block2
Completion handler for adding and removing symbol effects/content transitions.
UITableViewCellConfigurationUpdateHandlerUICellConfigurationState and UIResponder and UITableViewCell and UIView and UIViewConfigurationState and block2
Apple’s documentation
UITableViewDiffableDataSourceCellProviderUIDiffableDataSource and UIResponder and UIScrollView and UITableView and UITableViewCell and UIView and block2
Apple’s documentation
UITableViewHeaderFooterViewConfigurationUpdateHandlerUIResponder and UITableViewHeaderFooterView and UIView and UIViewConfigurationState and block2
Apple’s documentation
UITextAttributesConversionHandlerUIResponder and block2
Apple’s documentation
UITextContentTypeUITextInputTraits
Apple’s documentation
UITextDirectionUITextInput
Apple’s documentation
UITextFormattingViewControllerChangeTypeUITextFormattingViewControllerChangeValue
Enumeration of text formatting actions.
UITextFormattingViewControllerComponentKeyUITextFormattingViewControllerComponent
Predefined text formatting view controller components.
UITextFormattingViewControllerHighlightUITextFormattingViewControllerFormattingDescriptor
Text formatting highlight state.
UITextFormattingViewControllerTextAlignmentUITextFormattingViewControllerFormattingDescriptor
Text formatting horizontal alignment state.
UITextFormattingViewControllerTextListUITextFormattingViewControllerFormattingDescriptor
Text formatting text list state.
UITextSearchDocumentIdentifierUITextSearching
Apple’s documentation
UITraitUITrait
Apple’s documentation
UITraitChangeHandlerUITraitCollection and block2
Apple’s documentation
UITraitMutationsUITraitCollection and block2
Apple’s documentation
UITransitionContextViewControllerKeyUIViewControllerTransitionCoordinator
Apple’s documentation
UITransitionContextViewKeyUIViewControllerTransitionCoordinator
Apple’s documentation
UIWindowLevelUIWindow and objc2-core-foundation
Apple’s documentation
UIWindowSceneActivationActionConfigurationProviderUIAction and UIMenuElement and UIWindowSceneActivationAction and UIWindowSceneActivationConfiguration and block2
Return a UIWindowSceneActivationConfiguration
UIWindowSceneActivationInteractionConfigurationProviderUIWindowSceneActivationConfiguration and UIWindowSceneActivationInteraction and block2 and objc2-core-foundation
Return a UIWindowSceneActivationConfiguration