🆗
UIKitで使われているBool値のプロパティ名一覧
これなに?
- iOS_SDK(iPadOS_SDK)に含まれる
UIKit.framework
のヘッダーファイルからBool値のプロパティ名を抜き出して表にまとめたものです - バージョン
- Xcode14.2
留意事項
- Bool値を返すメソッドはここには含まれていません
- ファイル名単位でまとめてあるので型がファイル名と一致しているとは限りません
目的
- 命名時の参考にしたかったため
Bool値のプロパティ名一覧
ファイル名 | プロパティ名 |
---|---|
NSLayoutAnchor.h |
hasAmbiguousLayout |
NSLayoutConstraint.h |
isActive |
NSLayoutConstraint.h |
shouldBeArchived |
NSLayoutManager.h |
allowsNonContiguousLayout |
NSLayoutManager.h |
hasNonContiguousLayout |
NSLayoutManager.h |
limitsLayoutForSuspiciousContents |
NSLayoutManager.h |
showsControlCharacters |
NSLayoutManager.h |
showsInvisibleCharacters |
NSLayoutManager.h |
usesDefaultHyphenation |
NSLayoutManager.h |
usesFontLeading |
NSParagraphStyle.h |
allowsDefaultTighteningForTruncation |
NSParagraphStyle.h |
allowsDefaultTighteningForTruncation |
NSParagraphStyle.h |
usesDefaultHyphenation |
NSParagraphStyle.h |
usesDefaultHyphenation |
NSTextAttachment.h |
allowsTextAttachmentView |
NSTextAttachment.h |
tracksTextAttachmentViewBounds |
NSTextAttachment.h |
usesTextAttachmentView |
NSTextContainer.h |
heightTracksTextView |
NSTextContainer.h |
isSimpleRectangularTextContainer |
NSTextContainer.h |
widthTracksTextView |
NSTextContentManager.h |
automaticallySynchronizesTextLayoutManagers |
NSTextContentManager.h |
automaticallySynchronizesToBackingStore |
NSTextContentManager.h |
hasEditingTransaction |
NSTextElement.h |
isRepresentedElement |
NSTextLayoutManager.h |
limitsLayoutForSuspiciousContents |
NSTextLayoutManager.h |
usesFontLeading |
NSTextLayoutManager.h |
usesHyphenation |
NSTextList.h |
isOrdered |
NSTextRange.h |
isEmpty |
NSTextSelectionNavigation.h |
allowsNonContiguousRanges |
NSTextSelectionNavigation.h |
rotatesCoordinateSystemForLayoutOrientation |
NSTextSelection.h |
isLogical |
NSTextSelection.h |
isTransient |
NSTextStorage.h |
fixesAttributesLazily |
NSToolbar+UIKitAdditions.h |
autoHidesToolbarInFullScreen |
UIAccessibilityAdditions.h |
accessibilityIgnoresInvertColors |
UIAccessibilityContentSizeCategoryImageAdjusting.h |
adjustsImageSizeForAccessibilityContentSizeCategory |
UIAccessibilityElement.h |
isAccessibilityElement |
UIAccessibility.h |
accessibilityElementsHidden |
UIAccessibility.h |
accessibilityRespondsToUserInteraction |
UIAccessibility.h |
accessibilityViewIsModal |
UIAccessibility.h |
isAccessibilityElement |
UIAccessibility.h |
shouldGroupAccessibilityChildren |
UIActionSheet.h |
isVisible |
UIActivityIndicatorView.h |
hidesWhenStopped |
UIActivityIndicatorView.h |
isAnimating |
UIActivityViewController.h |
allowsProminentActivity |
UIAlertController.h |
isEnabled |
UIAlertView.h |
isVisible |
UIApplication.h |
applicationSupportsShakeToEdit |
UIApplication.h |
isIdleTimerDisabled |
UIApplication.h |
isIgnoringInteractionEvents |
UIApplication.h |
isNetworkActivityIndicatorVisible |
UIApplication.h |
isProtectedDataAvailable |
UIApplication.h |
isProximitySensingEnabled |
UIApplication.h |
isRegisteredForRemoteNotifications |
UIApplication.h |
isStatusBarHidden |
UIApplication.h |
isStatusBarHidden |
UIApplication.h |
supportsAlternateIcons |
UIApplication.h |
supportsMultipleScenes |
UIBandSelectionInteraction.h |
isEnabled |
UIBandSelectionInteraction.h |
shouldBeginHandler |
UIBarButtonItemGroup.h |
alwaysAvailable |
UIBarButtonItemGroup.h |
isDisplayingRepresentativeItem |
UIBarButtonItemGroup.h |
isHidden |
UIBarButtonItem.h |
changesSelectionAsPrimaryAction |
UIBarButtonItem.h |
isHidden |
UIBarButtonItem.h |
isSelected |
UIBarItem.h |
isEnabled |
UIBezierPath.h |
isEmpty |
UIBezierPath.h |
usesEvenOddFillRule |
UIButtonConfiguration.h |
automaticallyUpdateForSelection |
UIButtonConfiguration.h |
showsActivityIndicator |
UIButton.h |
adjustsImageWhenDisabled |
UIButton.h |
adjustsImageWhenHighlighted |
UIButton.h |
automaticallyUpdatesConfiguration |
UIButton.h |
changesSelectionAsPrimaryAction |
UIButton.h |
isHeld |
UIButton.h |
isHovered |
UIButton.h |
isPointerInteractionEnabled |
UIButton.h |
reversesTitleShadowWhenHighlighted |
UIButton.h |
showsTouchWhenHighlighted |
UICalendarView.h |
wantsDateDecorations |
UICellAccessory.h |
adjustsFontForContentSizeCategory |
UICellAccessory.h |
isHidden |
UICellAccessory.h |
maintainsFixedSize |
UICellAccessory.h |
showsVerticalSeparator |
UICellConfigurationState.h |
isEditing |
UICellConfigurationState.h |
isExpanded |
UICellConfigurationState.h |
isReordering |
UICellConfigurationState.h |
isSwiped |
UICollectionLayoutList.h |
showsSeparators |
UICollectionViewCell.h |
automaticallyUpdatesBackgroundConfiguration |
UICollectionViewCell.h |
automaticallyUpdatesContentConfiguration |
UICollectionViewCell.h |
isHighlighted |
UICollectionViewCell.h |
isSelected |
UICollectionViewCompositionalLayout.h |
extendsBoundary |
UICollectionViewCompositionalLayout.h |
isAbsoluteOffset |
UICollectionViewCompositionalLayout.h |
isAbsolute |
UICollectionViewCompositionalLayout.h |
isEstimated |
UICollectionViewCompositionalLayout.h |
isFixedSpacing |
UICollectionViewCompositionalLayout.h |
isFlexibleSpacing |
UICollectionViewCompositionalLayout.h |
isFractionalHeight |
UICollectionViewCompositionalLayout.h |
isFractionalOffset |
UICollectionViewCompositionalLayout.h |
isFractionalWidth |
UICollectionViewCompositionalLayout.h |
isHidden |
UICollectionViewCompositionalLayout.h |
pinToVisibleBounds |
UICollectionViewCompositionalLayout.h |
supplementariesFollowContentInsets |
UICollectionViewController.h |
clearsSelectionOnViewWillAppear |
UICollectionViewController.h |
installsStandardGestureForInteractiveMovement |
UICollectionViewController.h |
useLayoutToLayoutNavigationTransitions |
UICollectionViewFlowLayout.h |
invalidateFlowLayoutAttributes |
UICollectionViewFlowLayout.h |
invalidateFlowLayoutDelegateMetrics |
UICollectionViewFlowLayout.h |
sectionFootersPinToVisibleBounds |
UICollectionViewFlowLayout.h |
sectionHeadersPinToVisibleBounds |
UICollectionViewLayout.h |
flipsHorizontallyInOppositeLayoutDirection |
UICollectionViewLayout.h |
invalidateDataSourceCounts |
UICollectionViewLayout.h |
invalidateEverything |
UICollectionViewLayout.h |
isHidden |
UICollectionViewListCell.h |
indentsAccessories |
UICollectionView.h |
allowsFocusDuringEditing |
UICollectionView.h |
allowsFocus |
UICollectionView.h |
allowsMultipleSelectionDuringEditing |
UICollectionView.h |
allowsMultipleSelection |
UICollectionView.h |
allowsSelectionDuringEditing |
UICollectionView.h |
allowsSelection |
UICollectionView.h |
dragInteractionEnabled |
UICollectionView.h |
hasActiveDrag |
UICollectionView.h |
hasActiveDrop |
UICollectionView.h |
hasUncommittedUpdates |
UICollectionView.h |
isEditing |
UICollectionView.h |
isPrefetchingEnabled |
UICollectionView.h |
remembersLastFocusedIndexPath |
UICollectionView.h |
selectionFollowsFocus |
UICollisionBehavior.h |
translatesReferenceBoundsIntoBoundary |
UIColorPickerViewController.h |
supportsAlpha |
UIColorWell.h |
supportsAlpha |
UIContentSizeCategoryAdjusting.h |
adjustsFontForContentSizeCategory |
UIControl.h |
isContextMenuInteractionEnabled |
UIControl.h |
isEnabled |
UIControl.h |
isHighlighted |
UIControl.h |
isSelected |
UIControl.h |
isTouchInside |
UIControl.h |
isTracking |
UIControl.h |
showsMenuAsPrimaryAction |
UIDatePicker.h |
roundsToMinuteInterval |
UIDevice.h |
enableInputClicksWhenVisible |
UIDevice.h |
isBatteryMonitoringEnabled |
UIDevice.h |
isGeneratingDeviceOrientationNotifications |
UIDevice.h |
isMultitaskingSupported |
UIDevice.h |
isProximityMonitoringEnabled |
UIDevice.h |
proximityState |
UIDiffableDataSource.h |
canReorderItemHandler |
UIDiffableDataSource.h |
shouldCollapseItemHandler |
UIDiffableDataSource.h |
shouldExpandItemHandler |
UIDocumentBrowserAction.h |
supportsMultipleItems |
UIDocumentBrowserViewController.h |
allowsDocumentCreation |
UIDocumentBrowserViewController.h |
allowsPickingMultipleItems |
UIDocumentBrowserViewController.h |
shouldShowFileExtensions |
UIDocumentPickerViewController.h |
allowsMultipleSelection |
UIDocumentPickerViewController.h |
shouldShowFileExtensions |
UIDocumentProperties.h |
wantsIconRepresentation |
UIDocument.h |
hasUnsavedChanges |
UIDragInteraction.h |
allowsSimultaneousRecognitionDuringLift |
UIDragInteraction.h |
isEnabledByDefault |
UIDragInteraction.h |
isEnabled |
UIDragSession.h |
allowsMoveOperation |
UIDragSession.h |
isRestrictedToDraggingApplication |
UIDropInteraction.h |
allowsSimultaneousDropSessions |
UIDropInteraction.h |
isPrecise |
UIDropInteraction.h |
prefersFullSizePreview |
UIDynamicAnimator.h |
isRunning |
UIDynamicItemBehavior.h |
allowsRotation |
UIDynamicItemBehavior.h |
isAnchored |
UIFindInteraction.h |
isFindNavigatorVisible |
UIFindSession.h |
allowsReplacementForCurrentlyHighlightedResult |
UIFindSession.h |
allowsReplacement |
UIFindSession.h |
supportsReplacement |
UIFocusGuide.h |
isEnabled |
UIFocus.h |
canBecomeFocused |
UIFocus.h |
isTransparentFocusItem |
UIFontPickerViewControllerConfiguration.h |
displayUsingSystemFont |
UIFontPickerViewControllerConfiguration.h |
includeFaces |
UIGestureRecognizer.h |
cancelsTouchesInView |
UIGestureRecognizer.h |
delaysTouchesBegan |
UIGestureRecognizer.h |
delaysTouchesEnded |
UIGestureRecognizer.h |
isEnabled |
UIGestureRecognizer.h |
requiresExclusiveTouchType |
UIGraphicsImageRenderer.h |
opaque |
UIGraphicsImageRenderer.h |
prefersExtendedRange |
UIGraphicsRenderer.h |
allowsImageOutput |
UIImagePickerController.h |
allowsEditing |
UIImagePickerController.h |
allowsImageEditing |
UIImagePickerController.h |
showsCameraControls |
UIImageView.h |
adjustsImageWhenAncestorFocused |
UIImageView.h |
isAnimating |
UIImageView.h |
isHighlighted |
UIImageView.h |
isUserInteractionEnabled |
UIImageView.h |
masksFocusEffectToContents |
UIImage.h |
flipsForRightToLeftLayoutDirection |
UIImage.h |
hasBaseline |
UIImage.h |
isSymbolImage |
UIIndirectScribbleInteraction.h |
isHandlingWriting |
UIInputViewController.h |
hasDictationKey |
UIInputViewController.h |
hasFullAccess |
UIInputViewController.h |
needsInputModeSwitchKey |
UIInputView.h |
allowsSelfSizing |
UIKeyCommand.h |
allowsAutomaticLocalization |
UIKeyCommand.h |
allowsAutomaticMirroring |
UIKeyCommand.h |
wantsPriorityOverSystemBehavior |
UIKeyboardLayoutGuide.h |
followsUndockedKeyboard |
UILabel.h |
adjustsFontSizeToFitWidth |
UILabel.h |
adjustsLetterSpacingToFitWidth |
UILabel.h |
allowsDefaultTighteningForTruncation |
UILabel.h |
enablesMarqueeWhenAncestorFocused |
UILabel.h |
isEnabled |
UILabel.h |
isHighlighted |
UILabel.h |
isUserInteractionEnabled |
UILabel.h |
showsExpansionTextWhenTruncated |
UILargeContentViewer.h |
isEnabled |
UILargeContentViewer.h |
scalesLargeContentImage |
UILargeContentViewer.h |
scalesLargeContentImage |
UILargeContentViewer.h |
showsLargeContentViewer |
UILargeContentViewer.h |
showsLargeContentViewer |
UIListContentConfiguration.h |
prefersSideBySideTextAndSecondaryText |
UIListContentImageProperties.h |
accessibilityIgnoresInvertColors |
UIListContentTextProperties.h |
adjustsFontForContentSizeCategory |
UIListContentTextProperties.h |
adjustsFontSizeToFitWidth |
UIListContentTextProperties.h |
allowsDefaultTighteningForTruncation |
UIListContentTextProperties.h |
showsExpansionTextWhenTruncated |
UILocalNotification.h |
hasAction |
UILocalNotification.h |
regionTriggersOnce |
UIMenuController.h |
isMenuVisible |
UINavigationBar.h |
isTranslucent |
UINavigationBar.h |
prefersLargeTitles |
UINavigationController.h |
hidesBarsOnSwipe |
UINavigationController.h |
hidesBarsOnTap |
UINavigationController.h |
hidesBarsWhenKeyboardAppears |
UINavigationController.h |
hidesBarsWhenVerticallyCompact |
UINavigationController.h |
hidesBottomBarWhenPushed |
UINavigationController.h |
isNavigationBarHidden |
UINavigationController.h |
isToolbarHidden |
UINavigationItem.h |
hidesBackButton |
UINavigationItem.h |
hidesSearchBarWhenScrolling |
UINavigationItem.h |
leftItemsSupplementBackButton |
UIPageControl.h |
allowsContinuousInteraction |
UIPageControl.h |
defersCurrentPageDisplay |
UIPageControl.h |
hidesForSinglePage |
UIPageViewController.h |
isDoubleSided |
UIPasteboard.h |
hasColors |
UIPasteboard.h |
hasImages |
UIPasteboard.h |
hasStrings |
UIPasteboard.h |
hasURLs |
UIPasteboard.h |
isPersistent |
UIPencilInteraction.h |
isEnabled |
UIPencilInteraction.h |
prefersPencilOnlyDrawing |
UIPickerView.h |
showsSelectionIndicator |
UIPointerAccessory.h |
orientationMatchesAngle |
UIPointerInteraction.h |
isEnabled |
UIPointerLockState.h |
isLocked |
UIPointerStyle.h |
prefersScaledContent |
UIPointerStyle.h |
prefersShadow |
UIPopoverBackgroundView.h |
wantsDefaultContentAppearance |
UIPopoverController.h |
isPopoverVisible |
UIPopoverPresentationController.h |
canOverlapSourceViewRect |
UIPopoverSupport.h |
isModalInPopover |
UIPresentationController.h |
shouldPresentInFullscreen |
UIPresentationController.h |
shouldRemovePresentersView |
UIPrintFormatter.h |
requiresMainThread |
UIPrintInteractionController.h |
isPrintingAvailable |
UIPrintInteractionController.h |
showsNumberOfCopies |
UIPrintInteractionController.h |
showsPageRange |
UIPrintInteractionController.h |
showsPaperOrientation |
UIPrintInteractionController.h |
showsPaperSelectionForLoadedPapers |
UIPrinter.h |
supportsColor |
UIPrinter.h |
supportsDuplex |
UIPushBehavior.h |
active |
UIRefreshControl.h |
isRefreshing |
UIResponder.h |
canBecomeFirstResponder |
UIResponder.h |
canResignFirstResponder |
UIResponder.h |
isFirstResponder |
UISceneOptions.h |
openInPlace |
UISceneOptions.h |
universalLinksOnly |
UISceneWindowingBehaviors.h |
isClosable |
UISceneWindowingBehaviors.h |
isMiniaturizable |
UIScreen.h |
isCaptured |
UIScreen.h |
supportsFocus |
UIScreen.h |
wantsSoftwareDimming |
UIScribbleInteraction.h |
isHandlingWriting |
UIScribbleInteraction.h |
isPencilInputExpected |
UIScrollView.h |
alwaysBounceHorizontal |
UIScrollView.h |
alwaysBounceVertical |
UIScrollView.h |
automaticallyAdjustsScrollIndicatorInsets |
UIScrollView.h |
bouncesZoom |
UIScrollView.h |
bounces |
UIScrollView.h |
canCancelContentTouches |
UIScrollView.h |
delaysContentTouches |
UIScrollView.h |
isDecelerating |
UIScrollView.h |
isDirectionalLockEnabled |
UIScrollView.h |
isDragging |
UIScrollView.h |
isPagingEnabled |
UIScrollView.h |
isScrollEnabled |
UIScrollView.h |
isTracking |
UIScrollView.h |
isZoomBouncing |
UIScrollView.h |
isZooming |
UIScrollView.h |
scrollsToTop |
UIScrollView.h |
showsHorizontalScrollIndicator |
UIScrollView.h |
showsVerticalScrollIndicator |
UISearchBar.h |
isSearchResultsButtonSelected |
UISearchBar.h |
isTranslucent |
UISearchBar.h |
showsBookmarkButton |
UISearchBar.h |
showsCancelButton |
UISearchBar.h |
showsScopeBar |
UISearchBar.h |
showsSearchResultsButton |
UISearchController.h |
automaticallyShowsCancelButton |
UISearchController.h |
automaticallyShowsScopeBar |
UISearchController.h |
automaticallyShowsSearchResultsController |
UISearchController.h |
dimsBackgroundDuringPresentation |
UISearchController.h |
hidesNavigationBarDuringPresentation |
UISearchController.h |
ignoresSearchSuggestionsForSearchBarPlacementStacked |
UISearchController.h |
isActive |
UISearchController.h |
obscuresBackgroundDuringPresentation |
UISearchController.h |
showsSearchResultsController |
UISearchDisplayController.h |
displaysSearchBarInNavigationBar |
UISearchDisplayController.h |
isActive |
UISearchTextField.h |
allowsCopyingTokens |
UISearchTextField.h |
allowsDeletingTokens |
UISegmentedControl.h |
apportionsSegmentWidthsByContent |
UISegmentedControl.h |
isMomentary |
UISheetPresentationController.h |
prefersEdgeAttachedInCompactHeight |
UISheetPresentationController.h |
prefersGrabberVisible |
UISheetPresentationController.h |
prefersScrollingExpandsWhenScrolledToEdge |
UISheetPresentationController.h |
widthFollowsPreferredContentSizeWhenEdgeAttached |
UISlider.h |
isContinuous |
UISplitViewController.h |
isCollapsed |
UISplitViewController.h |
presentsWithGesture |
UISplitViewController.h |
showsSecondaryOnlyButton |
UISpringLoadedInteractionSupporting.h |
isSpringLoaded |
UIStackView.h |
isBaselineRelativeArrangement |
UIStackView.h |
isLayoutMarginsRelativeArrangement |
UIStatusBarManager.h |
isStatusBarHidden |
UIStepper.h |
autorepeat |
UIStepper.h |
isContinuous |
UIStepper.h |
wraps |
UISwipeActionsConfiguration.h |
performsFirstActionWithFullSwipe |
UISwitch.h |
isOn |
UITabBar.h |
isCustomizing |
UITabBar.h |
isTranslucent |
UITableViewCell.h |
automaticallyUpdatesBackgroundConfiguration |
UITableViewCell.h |
automaticallyUpdatesContentConfiguration |
UITableViewCell.h |
hidesAccessoryWhenEditing |
UITableViewCell.h |
isEditing |
UITableViewCell.h |
isHighlighted |
UITableViewCell.h |
isSelected |
UITableViewCell.h |
shouldIndentWhileEditing |
UITableViewCell.h |
showingDeleteConfirmation |
UITableViewCell.h |
showsReorderControl |
UITableViewCell.h |
userInteractionEnabledWhileDragging |
UITableViewController.h |
clearsSelectionOnViewWillAppear |
UITableViewHeaderFooterView.h |
automaticallyUpdatesBackgroundConfiguration |
UITableViewHeaderFooterView.h |
automaticallyUpdatesContentConfiguration |
UITableView.h |
allowsFocusDuringEditing |
UITableView.h |
allowsFocus |
UITableView.h |
allowsMultipleSelectionDuringEditing |
UITableView.h |
allowsMultipleSelection |
UITableView.h |
allowsSelectionDuringEditing |
UITableView.h |
allowsSelection |
UITableView.h |
cellLayoutMarginsFollowReadableWidth |
UITableView.h |
dragInteractionEnabled |
UITableView.h |
hasActiveDrag |
UITableView.h |
hasActiveDrop |
UITableView.h |
hasUncommittedUpdates |
UITableView.h |
insetsContentViewsToSafeArea |
UITableView.h |
isEditing |
UITableView.h |
isPrefetchingEnabled |
UITableView.h |
remembersLastFocusedIndexPath |
UITableView.h |
selectionFollowsFocus |
UITextDragging.h |
isSelected |
UITextDragging.h |
isTextDragActive |
UITextDropProposal.h |
useFastSameViewOperations |
UITextDropping.h |
isSameView |
UITextDropping.h |
isTextDropActive |
UITextField.h |
adjustsFontSizeToFitWidth |
UITextField.h |
allowsEditingTextAttributes |
UITextField.h |
clearsOnBeginEditing |
UITextField.h |
clearsOnInsertion |
UITextField.h |
isEditing |
UITextFormattingCoordinator.h |
isFontPanelVisible |
UITextInputTraits.h |
enablesReturnKeyAutomatically |
UITextInputTraits.h |
isSecureTextEntry |
UITextInput.h |
allowsHidingShortcuts |
UITextInput.h |
containsEnd |
UITextInput.h |
containsStart |
UITextInput.h |
hasText |
UITextInput.h |
isEmpty |
UITextInput.h |
isVertical |
UITextSearching.h |
supportsTextReplacement |
UITextView.h |
allowsEditingTextAttributes |
UITextView.h |
clearsOnInsertion |
UITextView.h |
isEditable |
UITextView.h |
isFindInteractionEnabled |
UITextView.h |
isSelectable |
UITextView.h |
usesStandardTextScaling |
UIToolTipInteraction.h |
isEnabled |
UIToolbar.h |
isTranslucent |
UIUserNotificationSettings.h |
isAuthenticationRequired |
UIUserNotificationSettings.h |
isAuthenticationRequired |
UIUserNotificationSettings.h |
isDestructive |
UIUserNotificationSettings.h |
isDestructive |
UIViewAnimating.h |
isReversed |
UIViewAnimating.h |
isRunning |
UIViewConfigurationState.h |
isDisabled |
UIViewConfigurationState.h |
isFocused |
UIViewConfigurationState.h |
isHighlighted |
UIViewConfigurationState.h |
isPinned |
UIViewConfigurationState.h |
isSelected |
UIViewControllerTransitionCoordinator.h |
initiallyInteractive |
UIViewControllerTransitionCoordinator.h |
isAnimated |
UIViewControllerTransitionCoordinator.h |
isCancelled |
UIViewControllerTransitionCoordinator.h |
isInteractive |
UIViewControllerTransitionCoordinator.h |
isInterruptible |
UIViewControllerTransitioning.h |
isAnimated |
UIViewControllerTransitioning.h |
isInteractive |
UIViewControllerTransitioning.h |
transitionWasCancelled |
UIViewControllerTransitioning.h |
wantsInteractiveStart |
UIViewControllerTransitioning.h |
wantsInteractiveStart |
UIViewController.h |
automaticallyAdjustsScrollViewInsets |
UIViewController.h |
definesPresentationContext |
UIViewController.h |
disablesAutomaticKeyboardDismissal |
UIViewController.h |
extendedLayoutIncludesOpaqueBars |
UIViewController.h |
isBeingDismissed |
UIViewController.h |
isBeingPresented |
UIViewController.h |
isEditing |
UIViewController.h |
isModalInPresentation |
UIViewController.h |
isMovingFromParentViewController |
UIViewController.h |
isMovingToParentViewController |
UIViewController.h |
isViewLoaded |
UIViewController.h |
modalPresentationCapturesStatusBarAppearance |
UIViewController.h |
performsActionsWhilePresentingModally |
UIViewController.h |
prefersHomeIndicatorAutoHidden |
UIViewController.h |
prefersPointerLocked |
UIViewController.h |
prefersStatusBarHidden |
UIViewController.h |
providesPresentationContextTransitionStyle |
UIViewController.h |
restoresFocusAfterTransition |
UIViewController.h |
shouldAutomaticallyForwardAppearanceMethods |
UIViewController.h |
shouldAutorotate |
UIViewController.h |
viewRespectsSystemMinimumLayoutMargins |
UIViewController.h |
wantsFullScreenLayout |
UIViewPropertyAnimator.h |
isInterruptible |
UIViewPropertyAnimator.h |
isManualHitTestingEnabled |
UIViewPropertyAnimator.h |
isUserInteractionEnabled |
UIViewPropertyAnimator.h |
pausesOnCompletion |
UIViewPropertyAnimator.h |
scrubsLinearly |
UIView.h |
areAnimationsEnabled |
UIView.h |
autoresizesSubviews |
UIView.h |
canBecomeFocused |
UIView.h |
clearsContextBeforeDrawing |
UIView.h |
clipsToBounds |
UIView.h |
hasAmbiguousLayout |
UIView.h |
hasAmbiguousLayout |
UIView.h |
insetsLayoutMarginsFromSafeArea |
UIView.h |
isExclusiveTouch |
UIView.h |
isFocused |
UIView.h |
isHidden |
UIView.h |
isMultipleTouchEnabled |
UIView.h |
isOpaque |
UIView.h |
isUserInteractionEnabled |
UIView.h |
preservesSuperviewLayoutMargins |
UIView.h |
requiresConstraintBasedLayout |
UIView.h |
translatesAutoresizingMaskIntoConstraints |
UIWebView.h |
allowsInlineMediaPlayback |
UIWebView.h |
allowsLinkPreview |
UIWebView.h |
allowsPictureInPictureMediaPlayback |
UIWebView.h |
canGoBack |
UIWebView.h |
canGoForward |
UIWebView.h |
detectsPhoneNumbers |
UIWebView.h |
isLoading |
UIWebView.h |
keyboardDisplayRequiresUserAction |
UIWebView.h |
mediaPlaybackAllowsAirPlay |
UIWebView.h |
mediaPlaybackRequiresUserAction |
UIWebView.h |
scalesPageToFit |
UIWebView.h |
suppressesIncrementalRendering |
UIWindowScene.h |
allowsFullScreen |
UIWindowScene.h |
isFullScreen |
UIWindow.h |
canBecomeKeyWindow |
UIWindow.h |
canResizeToFitContent |
UIWindow.h |
isKeyWindow |
Discussion