Searching for iOS 16.3 Headers

Switch to: 17.1, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0


Back to UIKitCore.framework
Viewing file: UIViewController.h   download   logify
UIViewController was found in iOS 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1
Filter:  
/*
* This header is generated by classdump-dyld 1.0
* on Monday, March 13, 2023 at 1:35:36 AM Eastern European Standard Time
* Operating System: Version 16.3 (Build 20D47)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/

#import <UIKitCore/UIKitCore-Structs.h>
#import <UIKitCore/UIResponder.h>
#import <UIKitCore/_UIOrientationDebugDescriptionProviding.h>
#import <UIKitCore/NSExtensionRequestHandling.h>
#import <UIKitCore/_UIAlwaysOnEnvironmentObserver.h>
#import <UIKitCore/_UIFallbackEnvironment.h>
#import <UIKitCore/_UIViewServiceDeputy.h>
#import <UIKit/UIWindowDelegate.h>
#import <UIKitCore/_UITraitEnvironmentInternal.h>
#import <UIKitCore/_UIContentContainerInternal.h>
#import <UIKitCore/_UIFocusEnvironmentInternal.h>
#import <UIKitCore/_UIStatusBarAnimationProviding.h>
#import <UIKitCore/NSCoding.h>
#import <UIKit/UIAppearanceContainer.h>
#import <UIKit/UITraitEnvironment.h>
#import <UIKit/UIContentContainer.h>
#import <UIKit/UIFocusEnvironment.h>

@protocol UIViewControllerTransitioningDelegate, NSObject, UILayoutSupport_UILayoutItem, UIFocusItem, _UIViewControllerContentViewEmbedding;
@class UIView, UITabBarItem, UINavigationItem, NSArray, NSString, NSBundle, UIResponder, UIViewControllerAction, UIStoryboard, NSDictionary, UIBarButtonItem, UISearchDisplayController, UIPopoverController, UIScrollView, NSMapTable, NSMutableArray, UITraitCollection, UIAccessibilityHUDView, _UIContentUnavailableWrapperView, UITransitionView, UIPresentationController, NSLayoutConstraint, NSMutableDictionary, UIStoryboardSegue, UIWindow, UINavigationContentAdjustments, _UIActionSheetPresentationController, UIMultiColumnViewController, UITabBarController, UISplitViewController, UINavigationController, NSExtensionContext, UIDropShadowView, UIFocusSystem, _UIFocusSystemSceneComponent, NSUUID, UIStatusBarStyleAnimationParameters, UIStatusBarHideAnimationParameters;

@interface UIViewController : UIResponder <_UIOrientationDebugDescriptionProviding, NSExtensionRequestHandling, _UIAlwaysOnEnvironmentObserver, _UIFallbackEnvironment, _UIViewServiceDeputy, UIWindowDelegate, _UITraitEnvironmentInternal, _UIContentContainerInternal, _UIFocusEnvironmentInternal, _UIStatusBarAnimationProviding, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment> {

id<UIViewControllerTransitioningDelegate> _overrideTransitioningDelegate;
UIView* _view;
UITabBarItem* _tabBarItem;
UINavigationItem* _navigationItem;
NSArray* _toolbarItems;
NSString* _title;
NSString* _nibName;
NSBundle* _nibBundle;
UIViewController* _parentViewController;
UIViewController* _childModalViewController;
UIViewController* _parentModalViewController;
UIViewController* _previousRootViewController;
UIResponder* _modalPreservedFirstResponder;
id _dimmingView;
id _dropShadowView;
UIViewControllerAction* _currentAction;
UIStoryboard* _storyboard;
NSDictionary* _externalObjectsTableForViewLoading;
NSArray* _topLevelObjectsToKeepAliveFromStoryboard;
UIView* _savedHeaderSuperview;
UIView* _savedFooterSuperview;
UIBarButtonItem* _editButtonItem;
UISearchDisplayController* _searchDisplayController;
UISearchDisplayController* _strongSearchDisplayController;
long long _modalTransitionStyle;
long long _modalPresentationStyle;
id<NSObject> _appearStateActivityToken;
long long _lastKnownInterfaceOrientation;
UIPopoverController* _popoverController;
CGSize _contentSizeForViewInPopover;
CGSize _formSheetSize;
UIScrollView* _recordedContentScrollView;
/*^block*/id _afterAppearance;
long long _explicitAppearanceTransitionLevel;
NSArray* _interfaceBuilderKeyCommands;
NSArray* _addedKeyCommands;
NSMapTable* _overrideTraitCollectionsForChildren;
NSMutableArray* _previewSourceViews;
struct {
unsigned appearState : 2;
unsigned isEditing : 1;
unsigned isPerformingModalTransition : 1;
unsigned hidesBottomBarWhenPushed : 1;
unsigned autoresizesArchivedViewToFullSize : 1;
unsigned viewLoadedFromControllerNib : 1;
unsigned isRootViewController : 1;
unsigned isSuspended : 1;
unsigned wantsFullScreenLayout : 1;
unsigned shouldUseFullScreenLayout : 1;
unsigned allowsAutorotation : 1;
unsigned searchControllerRetained : 1;
unsigned oldModalInPopover : 1;
unsigned isModalInPresentation : 1;
unsigned isInWillRotateCallback : 1;
unsigned isFinishingModalTransition : 1;
unsigned definesPresentationContext : 1;
unsigned providesPresentationContextTransitionStyle : 1;
unsigned containmentSupport : 1;
unsigned isSettingAppearState : 1;
unsigned isInAnimatedVCTransition : 1;
unsigned presentationIsChanging : 1;
unsigned isBeingPresented : 1;
unsigned containmentIsChanging : 1;
unsigned explicitTransitionIsAppearing : 1;
unsigned disableAppearanceTransitions : 1;
unsigned needsDidMoveCleanup : 1;
unsigned suppressesBottomBar : 1;
unsigned isExecutingAfterAppearance : 1;
unsigned rootResignationNeeded : 1;
unsigned viewConstraintsNeedUpdateOnAppearance : 1;
unsigned shouldForceNonAnimatedTransition : 1;
unsigned isInCustomTransition : 1;
unsigned mayForwardPresentationsToPresentedViewController : 1;
unsigned usesSharedView : 1;
unsigned extendedLayoutIncludesOpaqueBars : 1;
unsigned automaticallyAdjustInsets : 1;
unsigned previousShouldUnderlapUnderStatusBar : 1;
unsigned freezeShouldUnderlapUnderStatusBar : 1;
unsigned shouldNotFreezeUnderlapsStatusBar : 1;
unsigned monitorsSystemLayoutFittingSize : 1;
unsigned shouldLoadInputAccessoryViewsOnAppearance : 1;
unsigned useViewBasedTopAndBottomGuides : 1;
unsigned didConfirmLayoutGuideClass : 1;
unsigned restoresFocusAfterTransition : 1;
unsigned hasFocusGroupIdentifier : 2;
unsigned freezeLayoutForOrientationChangeOnDismissal : 1;
unsigned viewRespectsSystemMinimumLayoutMargins : 1;
unsigned ignoresWrapperViewForContentOverlayInsets : 1;
unsigned overridesSetContentOverlayInsets : 1;
unsigned isViewAttachedToWindow : 1;
unsigned sendViewIsAppearingOnNextLayout : 1;
unsigned overridesContentScrollView : 1;
unsigned overridesContentScrollViewForEdge : 1;
unsigned didCheckContentScrollViewReturnValue : 1;
unsigned usingContentScrollViewForUnknownPurpose : 1;
unsigned hasTraitStorageList : 1;
unsigned overrideUserInterfaceStyle : 2;
unsigned overrideHorizontalSizeClass : 2;
unsigned overrideUserInterfaceRenderingMode : 2;
unsigned needsContentUnavailableConfigurationStateUpdate : 1;
unsigned isInSupportedInterfaceOrientations : 1;
unsigned isCounterRotating : 1;
unsigned isDeallocInitiated : 1;
} _viewControllerFlags;
long long _retainCount;
BOOL _ignoreAppSupportedOrientations;
BOOL _viewHostsLayoutEngine;
NSString* _storyboardIdentifier;
id<UIViewControllerTransitioningDelegate> _transitioningDelegate;
UITraitCollection* _frozenTraitCollection;
UITraitCollection* _overrideTraitCollection;
UIAccessibilityHUDView* _accessibilityHUD;
CGSize _lastForwardedTransitionSize;
_UIContentUnavailableWrapperView* _contentUnavailableWrapperView;
BOOL _nextResponderIgnoresWindowIfRootVC;
BOOL overrideUseCustomPresentation;
BOOL _modalPresentationCapturesStatusBarAppearance;
BOOL _ignoresParentMargins;
NSMutableArray* _childViewControllers;
double _customNavigationInteractiveTransitionDuration;
double _customNavigationInteractiveTransitionPercentComplete;
UITransitionView* _customTransitioningView;
UITraitCollection* _lastNotifiedTraitCollection;
UIPresentationController* _presentationController;
double _navigationControllerContentOffsetAdjustment;
double _leftContentMargin;
double _rightContentMargin;
double _contentMargin;
id<UILayoutSupport><_UILayoutItem> _topLayoutGuide;
id<UILayoutSupport><_UILayoutItem> _bottomLayoutGuide;
NSLayoutConstraint* _topBarInsetGuideConstraint;
NSLayoutConstraint* _bottomBarInsetGuideConstraint;
NSString* _interactionActivityTrackingBaseName;
NSMutableDictionary* _observableScrollViews;
NSArray* _storyboardSegueTemplates;
UIStoryboardSegue* _segueResponsibleForModalPresentation;
UIViewController* _sourceViewControllerIfPresentedViaPopoverSegue;
UIViewController* _modalSourceViewController;
UIWindow* _expectedWindow;
UIViewController* _presentedStatusBarViewController;
UIViewController* _presentedUserInterfaceStyleViewController;
unsigned long long _edgesForExtendedLayout;
UIViewController* __childControllerToIgnoreWhileLookingForTransitionCoordinator;
id<UIFocusItem> _presentingFocusedItem;
UINavigationContentAdjustments* _navigationInsetAdjustment;
NSArray* _storyboardPreviewSegueTemplates;
NSArray* _storyboardCommitSegueTemplates;
NSArray* _storyboardPreviewingRegistrants;
UIView* __embeddedView;
UIView* __embeddingView;
id<_UIViewControllerContentViewEmbedding> __embeddedDelegate;
UIPresentationController* _originalPresentationController;
UIPresentationController* _temporaryPresentationController;
UIView* _preferredFocusedItem;
UIViewController* __departingParentViewController;
CGSize _preferredContentSize;
SCD_Struct_UI11 _presentationSizeClassPair;
UIEdgeInsets _additionalSafeAreaInsets;
UIEdgeInsets _contentOverlayInsets;
NSDirectionalEdgeInsets _systemMinimumLayoutMargins;
CGRect __embeddedViewFrame;
}
@property (nonatomic,readonly) BOOL _hasDeepestActionResponder;
@property (nonatomic,readonly) _UIActionSheetPresentationController * actionSheetPresentationController;
@property (assign,setter=_setRequiresIgnoredContentScrollViewSizeWhileAppearingInNavigationStack:,nonatomic) BOOL _requiresIgnoredContentScrollViewSizeWhileAppearingInNavigationStack;
@property (nonatomic,readonly) UIMultiColumnViewController * _multiColumnViewController;
@property (nonatomic,readonly) BOOL performsActionsWhilePresentingModally;
@property (nonatomic,retain) UITabBarItem * tabBarItem;
@property (nonatomic,readonly) UITabBarController * tabBarController;
@property (nonatomic,retain) UIScrollView * tabBarObservedScrollView;
@property (nonatomic,readonly) UISplitViewController * splitViewController;
@property (nonatomic,readonly) UINavigationItem * _navigationItemCreatingDefaultIfNotSet;
@property (nonatomic,readonly) UINavigationItem * navigationItem;
@property (assign,nonatomic) BOOL hidesBottomBarWhenPushed;
@property (nonatomic,readonly) UINavigationController * navigationController;
@property (nonatomic,readonly) NSArray * childViewControllers;
@property (nonatomic,readonly) UIViewController * childViewControllerForStatusBarStyle;
@property (nonatomic,readonly) UIViewController * childViewControllerForStatusBarHidden;
@property (nonatomic,readonly) UIViewController * childViewControllerForUserInterfaceStyle;
@property (nonatomic,readonly) BOOL shouldAutomaticallyForwardAppearanceMethods;
@property (nonatomic,readonly) UIView * _embeddedView;
@property (nonatomic,readonly) id<_UIViewControllerContentViewEmbedding> _embeddedDelegate;
@property (assign,nonatomic,__weak) id<UIViewControllerTransitioningDelegate> transitioningDelegate;
@property (nonatomic,readonly) NSArray * _preferredContentSizes;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
@property (nonatomic,readonly) NSExtensionContext * extensionContext;
@property (nonatomic,readonly) BOOL _allowsStylingSheetsAsCards;
@property (setter=_setChildControllerToIgnoreWhileLookingForTransitionCoordinator:,nonatomic,retain) UIViewController * _childControllerToIgnoreWhileLookingForTransitionCoordinator; //@synthesize _childControllerToIgnoreWhileLookingForTransitionCoordinator=__childControllerToIgnoreWhileLookingForTransitionCoordinator - In the implementation block
@property (assign,setter=_setPresentingFocusedItem:,getter=_presentingFocusedItem,nonatomic,__weak) id<UIFocusItem> presentingFocusedItem; //@synthesize presentingFocusedItem=_presentingFocusedItem - In the implementation block
@property (nonatomic,retain) UINavigationContentAdjustments * navigationInsetAdjustment; //@synthesize navigationInsetAdjustment=_navigationInsetAdjustment - In the implementation block
@property (nonatomic,readonly) NSMutableDictionary * _observableScrollViews; //@synthesize observableScrollViews=_observableScrollViews - In the implementation block
@property (assign,nonatomic) BOOL autoresizesArchivedViewToFullSize;
@property (assign,setter=_setOverrideUseCustomPresentation:,getter=_overrideUseCustomPresentation,nonatomic) BOOL overrideUseCustomPresentation;
@property (setter=_setOverrideTransitioningDelegate:,getter=_overrideTransitioningDelegate,nonatomic,retain) id<UIViewControllerTransitioningDelegate> overrideTransitioningDelegate;
@property (assign,nonatomic) UIEdgeInsets additionalSafeAreaInsets; //@synthesize additionalSafeAreaInsets=_additionalSafeAreaInsets - In the implementation block
@property (setter=_setExpectedWindow:,nonatomic,retain) UIWindow * _expectedWindow; //@synthesize expectedWindow=_expectedWindow - In the implementation block
@property (assign,nonatomic) BOOL _nextResponderIgnoresWindowIfRootVC; //@synthesize nextResponderIgnoresWindowIfRootVC=_nextResponderIgnoresWindowIfRootVC - In the implementation block
@property (assign,setter=_setFreezeLayoutForOrientationChangeOnDismissal:,nonatomic) BOOL _freezeLayoutForOrientationChangeOnDismissal;
@property (assign,setter=_setTransitioningOutWithoutDisappearing:,nonatomic) BOOL _transitioningOutWithoutDisappearing;
@property (nonatomic,copy) NSString * nibName; //@synthesize nibName=_nibName - In the implementation block
@property (nonatomic,retain) NSBundle * nibBundle; //@synthesize nibBundle=_nibBundle - In the implementation block
@property (setter=_setStoryboard:,nonatomic,retain) UIStoryboard * storyboard; //@synthesize storyboard=_storyboard - In the implementation block
@property (nonatomic,readonly) NSArray * storyboardSegueTemplates; //@synthesize storyboardSegueTemplates=_storyboardSegueTemplates - In the implementation block
@property (nonatomic,readonly) NSArray * storyboardPreviewSegueTemplates; //@synthesize storyboardPreviewSegueTemplates=_storyboardPreviewSegueTemplates - In the implementation block
@property (nonatomic,readonly) NSArray * storyboardCommitSegueTemplates; //@synthesize storyboardCommitSegueTemplates=_storyboardCommitSegueTemplates - In the implementation block
@property (nonatomic,readonly) NSArray * storyboardPreviewingRegistrants; //@synthesize storyboardPreviewingRegistrants=_storyboardPreviewingRegistrants - In the implementation block
@property (setter=_setSegueResponsibleForModalPresentation:,nonatomic,retain) UIStoryboardSegue * _segueResponsibleForModalPresentation; //@synthesize segueResponsibleForModalPresentation=_segueResponsibleForModalPresentation - In the implementation block
@property (assign,setter=_setSourceViewControllerIfPresentedViaPopoverSegue:,nonatomic) UIViewController * _sourceViewControllerIfPresentedViaPopoverSegue; //@synthesize sourceViewControllerIfPresentedViaPopoverSegue=_sourceViewControllerIfPresentedViaPopoverSegue - In the implementation block
@property (assign,setter=_setModalSourceViewController:,nonatomic) UIViewController * _modalSourceViewController; //@synthesize modalSourceViewController=_modalSourceViewController - In the implementation block
@property (assign,nonatomic,__weak) UIViewController * parentViewController;
@property (nonatomic,readonly) UIViewController * _parentViewController;
@property (nonatomic,readonly) UIViewController * _parentModalViewController;
@property (nonatomic,retain) NSMutableArray * mutableChildViewControllers; //@synthesize childViewControllers=_childViewControllers - In the implementation block
@property (nonatomic,readonly) unsigned long long childViewControllersCount;
@property (nonatomic,readonly) BOOL _transitionsChildViewControllers;
@property (setter=_setEmbeddedView:,nonatomic,retain) UIView * _embeddedView; //@synthesize _embeddedView=__embeddedView - In the implementation block
@property (setter=_setEmbeddingView:,nonatomic,retain) UIView * _embeddingView; //@synthesize _embeddingView=__embeddingView - In the implementation block
@property (assign,setter=_setEmbeddedViewFrame:,nonatomic) CGRect _embeddedViewFrame; //@synthesize _embeddedViewFrame=__embeddedViewFrame - In the implementation block
@property (assign,setter=_setEmbeddedDelegate:,nonatomic) id<_UIViewControllerContentViewEmbedding> _embeddedDelegate; //@synthesize _embeddedDelegate=__embeddedDelegate - In the implementation block
@property (nonatomic,readonly) BOOL _viewHostsLayoutEngineAllowsTAMIC_NO;
@property (nonatomic,readonly) BOOL _navControllerIsLayingOutTopViewController;
@property (nonatomic,readonly) BOOL _defersToPresentingViewControllerForSupportedInterfaceOrientations;
@property (nonatomic,readonly) UITraitCollection * _lastNotifiedTraitCollection; //@synthesize lastNotifiedTraitCollection=_lastNotifiedTraitCollection - In the implementation block
@property (nonatomic,readonly) long long _horizontalSizeClass;
@property (nonatomic,readonly) long long _verticalSizeClass;
@property (nonatomic,readonly) SCD_Struct_UI11 __sizeClassPair;
@property (nonatomic,copy) UITraitCollection * overrideTraitCollection; //@synthesize overrideTraitCollection=_overrideTraitCollection - In the implementation block
@property (nonatomic,readonly) UIView * savedHeaderSuperview; //@synthesize savedHeaderSuperview=_savedHeaderSuperview - In the implementation block
@property (nonatomic,retain) UIViewController * childModalViewController;
@property (assign,nonatomic) UIViewController * parentModalViewController; //@synthesize parentModalViewController=_parentModalViewController - In the implementation block
@property (nonatomic,retain) UISearchDisplayController * searchDisplayController;
@property (assign,nonatomic) BOOL searchBarHidNavBar;
@property (nonatomic,retain) UIDropShadowView * dropShadowView; //@synthesize dropShadowView=_dropShadowView - In the implementation block
@property (nonatomic,readonly) BOOL _isModalSheet;
@property (nonatomic,readonly) BOOL _isPresentedFormSheet;
@property (nonatomic,readonly) BOOL _isInSheetPresentation;
@property (setter=_setPresentationController:,nonatomic,retain) UIPresentationController * _presentationController; //@synthesize presentationController=_presentationController - In the implementation block
@property (assign,setter=_setPresentationSizeClassPair:,getter=_presentationSizeClassPair,nonatomic) SCD_Struct_UI11 presentationSizeClassPair; //@synthesize presentationSizeClassPair=_presentationSizeClassPair - In the implementation block
@property (setter=_setOriginalPresentationController:,getter=_originalPresentationController,nonatomic,retain) UIPresentationController * originalPresentationController; //@synthesize originalPresentationController=_originalPresentationController - In the implementation block
@property (setter=_setTemporaryPresentationController:,getter=_temporaryPresentationController,nonatomic,retain) UIPresentationController * temporaryPresentationController; //@synthesize temporaryPresentationController=_temporaryPresentationController - In the implementation block
@property (nonatomic,readonly) BOOL _useSheetRotation;
@property (nonatomic,readonly) BOOL _isDimmingBackground;
@property (nonatomic,readonly) BOOL isSettingAppearState;
@property (nonatomic,copy) id afterAppearanceBlock; //@synthesize afterAppearance=_afterAppearance - In the implementation block
@property (assign,nonatomic) CGSize contentSizeForViewInPopover; //@synthesize contentSizeForViewInPopover=_contentSizeForViewInPopover - In the implementation block
@property (assign,nonatomic) BOOL modalInPopover;
@property (assign,getter=isInWillRotateCallback,nonatomic) BOOL inWillRotateCallback;
@property (assign,getter=isInAnimatedVCTransition,nonatomic) BOOL inAnimatedVCTransition;
@property (nonatomic,readonly) BOOL inExplicitAppearanceTransition;
@property (assign,nonatomic) BOOL appearanceTransitionsAreDisabled;
@property (assign,nonatomic) BOOL needsDidMoveCleanup;
@property (assign,getter=isFinishingModalTransition,nonatomic) BOOL finishingModalTransition;
@property (assign,nonatomic) double customNavigationInteractiveTransitionDuration; //@synthesize customNavigationInteractiveTransitionDuration=_customNavigationInteractiveTransitionDuration - In the implementation block
@property (assign,nonatomic) double customNavigationInteractiveTransitionPercentComplete; //@synthesize customNavigationInteractiveTransitionPercentComplete=_customNavigationInteractiveTransitionPercentComplete - In the implementation block
@property (nonatomic,retain) UITransitionView * customTransitioningView; //@synthesize customTransitioningView=_customTransitioningView - In the implementation block
@property (getter=_window,nonatomic,readonly) UIWindow * window;
@property (nonatomic,readonly) BOOL _monitorsSystemLayoutFittingSize;
@property (setter=_setPreviousFittingSizeInfo:,nonatomic,retain) NSDictionary * _previousFittingSizeInfo;
@property (assign,nonatomic,__weak) UIView * preferredFocusedItem; //@synthesize preferredFocusedItem=_preferredFocusedItem - In the implementation block
@property (assign,nonatomic,__weak) UIView * preferredFocusedView;
@property (getter=_focusSystem,nonatomic,readonly) UIFocusSystem * focusSystem;
@property (getter=_focusBehavior,nonatomic,readonly) id<_UIFocusBehavior> focusBehavior;
@property (getter=_focusSystemSceneComponent,nonatomic,readonly) _UIFocusSystemSceneComponent * focusSystemSceneComponent;
@property (assign,setter=_setNavigationControllerContentInsetAdjustment:,nonatomic) UIEdgeInsets _navigationControllerContentInsetAdjustment;
@property (assign,setter=_setNavigationControllerContentOffsetAdjustment:,nonatomic) double _navigationControllerContentOffsetAdjustment; //@synthesize navigationControllerContentOffsetAdjustment=_navigationControllerContentOffsetAdjustment - In the implementation block
@property (assign,setter=_setContentOverlayInsets:,nonatomic) UIEdgeInsets _contentOverlayInsets; //@synthesize contentOverlayInsets=_contentOverlayInsets - In the implementation block
@property (assign,setter=_setContentMargin:,nonatomic) double _contentMargin; //@synthesize contentMargin=_contentMargin - In the implementation block
@property (assign,setter=_setLeftContentMargin:,nonatomic) double _leftContentMargin; //@synthesize leftContentMargin=_leftContentMargin - In the implementation block
@property (assign,setter=_setRightContentMargin:,nonatomic) double _rightContentMargin; //@synthesize rightContentMargin=_rightContentMargin - In the implementation block
@property (setter=_setPresentedStatusBarViewController:,nonatomic,retain) UIViewController * _presentedStatusBarViewController; //@synthesize presentedStatusBarViewController=_presentedStatusBarViewController - In the implementation block
@property (setter=_setPresentedUserInterfaceStyleViewController:,nonatomic,retain) UIViewController * _presentedUserInterfaceStyleViewController; //@synthesize presentedUserInterfaceStyleViewController=_presentedUserInterfaceStyleViewController - In the implementation block
@property (nonatomic,retain,readonly) id<UILayoutSupport><_UILayoutItem> topLayoutGuide; //@synthesize topLayoutGuide=_topLayoutGuide - In the implementation block
@property (nonatomic,retain,readonly) id<UILayoutSupport><_UILayoutItem> bottomLayoutGuide; //@synthesize bottomLayoutGuide=_bottomLayoutGuide - In the implementation block
@property (nonatomic,retain,readonly) NSLayoutConstraint * _topBarInsetGuideConstraint; //@synthesize topBarInsetGuideConstraint=_topBarInsetGuideConstraint - In the implementation block
@property (nonatomic,retain,readonly) NSLayoutConstraint * _bottomBarInsetGuideConstraint; //@synthesize bottomBarInsetGuideConstraint=_bottomBarInsetGuideConstraint - In the implementation block
@property (nonatomic,readonly) NSDirectionalEdgeInsets systemMinimumLayoutMargins; //@synthesize systemMinimumLayoutMargins=_systemMinimumLayoutMargins - In the implementation block
@property (nonatomic,readonly) UIEdgeInsets _viewSafeAreaInsetsFromScene;
@property (assign,nonatomic) BOOL ignoresParentMargins; //@synthesize ignoresParentMargins=_ignoresParentMargins - In the implementation block
@property (setter=_setExtensionContextUUID:,nonatomic,retain) NSUUID * extensionContextUUID;
@property (assign,nonatomic,__weak) UIViewController * _departingParentViewController; //@synthesize _departingParentViewController=__departingParentViewController - In the implementation block
@property (nonatomic,readonly) NSString * _effectiveInteractionActivityTrackingBaseName;
@property (nonatomic,readonly) NSArray * previewActionItems;
@property (nonatomic,retain) UIView * view;
@property (nonatomic,readonly) UIView * viewIfLoaded;
@property (getter=isViewLoaded,nonatomic,readonly) BOOL viewLoaded;
@property (nonatomic,copy) NSString * title; //@synthesize title=_title - In the implementation block
@property (nonatomic,readonly) UIViewController * modalViewController;
@property (nonatomic,readonly) UIViewController * presentedViewController;
@property (nonatomic,readonly) UIViewController * presentingViewController;
@property (assign,nonatomic) BOOL definesPresentationContext;
@property (assign,nonatomic) BOOL providesPresentationContextTransitionStyle;
@property (assign,nonatomic) BOOL restoresFocusAfterTransition;
@property (nonatomic,copy) NSString * focusGroupIdentifier;
@property (nonatomic,copy) NSString * interactionActivityTrackingBaseName; //@synthesize interactionActivityTrackingBaseName=_interactionActivityTrackingBaseName - In the implementation block
@property (getter=isBeingPresented,nonatomic,readonly) BOOL beingPresented;
@property (getter=isBeingDismissed,nonatomic,readonly) BOOL beingDismissed;
@property (getter=isMovingToParentViewController,nonatomic,readonly) BOOL movingToParentViewController;
@property (getter=isMovingFromParentViewController,nonatomic,readonly) BOOL movingFromParentViewController;
@property (assign,nonatomic) long long modalTransitionStyle; //@synthesize modalTransitionStyle=_modalTransitionStyle - In the implementation block
@property (assign,nonatomic) long long modalPresentationStyle; //@synthesize modalPresentationStyle=_modalPresentationStyle - In the implementation block
@property (assign,nonatomic) BOOL modalPresentationCapturesStatusBarAppearance; //@synthesize modalPresentationCapturesStatusBarAppearance=_modalPresentationCapturesStatusBarAppearance - In the implementation block
@property (nonatomic,readonly) BOOL disablesAutomaticKeyboardDismissal;
@property (assign,nonatomic) BOOL wantsFullScreenLayout;
@property (assign,nonatomic) unsigned long long edgesForExtendedLayout; //@synthesize edgesForExtendedLayout=_edgesForExtendedLayout - In the implementation block
@property (assign,nonatomic) BOOL extendedLayoutIncludesOpaqueBars;
@property (assign,nonatomic) BOOL automaticallyAdjustsScrollViewInsets;
@property (assign,nonatomic) CGSize preferredContentSize; //@synthesize preferredContentSize=_preferredContentSize - In the implementation block
@property (nonatomic,readonly) long long preferredStatusBarStyle;
@property (nonatomic,readonly) BOOL prefersStatusBarHidden;
@property (nonatomic,readonly) long long preferredStatusBarUpdateAnimation;
@property (nonatomic,readonly) long long preferredUserInterfaceStyle;
@property (assign,nonatomic) long long overrideUserInterfaceStyle;
@property (nonatomic,readonly) UITraitCollection * traitCollection;
@property (getter=_focusMapContainer,nonatomic,__weak,readonly) id<_UIFocusRegionContainer> focusMapContainer;
@property (assign,nonatomic) BOOL areChildrenFocused;
@property (getter=_isEligibleForFocusInteraction,nonatomic,readonly) BOOL eligibleForFocusInteraction;
@property (getter=_isEligibleForFocusOcclusion,nonatomic,readonly) BOOL eligibleForFocusOcclusion;
@property (getter=_preferredFocusMovementStyle,nonatomic,readonly) long long preferredFocusMovementStyle;
@property (getter=_linearFocusMovementSequences,nonatomic,copy,readonly) NSArray * linearFocusMovementSequences;
@property (nonatomic,copy,readonly) NSArray * preferredFocusEnvironments;
@property (nonatomic,__weak,readonly) id<UIFocusEnvironment> parentFocusEnvironment;
@property (nonatomic,readonly) id<UIFocusItemContainer> focusItemContainer;
@property (getter=_preferredStatusBarStyleAnimationParameters,nonatomic,readonly) UIStatusBarStyleAnimationParameters * preferredStatusBarStyleAnimationParameters;
@property (getter=_preferredStatusBarHideAnimationParameters,nonatomic,readonly) UIStatusBarHideAnimationParameters * preferredStatusBarHideAnimationParameters;
+(BOOL)_prefersLargeTitlesForLocation:(id)arg1 whenHasFinderStyleBars:(BOOL)arg2 ;
+(CGSize)defaultFormSheetSizeForScreenSize:(CGSize)arg1 ;
+(double)durationForTransition:(int)arg1 ;
+(void)initialize;
+(BOOL)_shouldForwardViewWillTransitionToSize;
+(id)XPCInterface;
+(BOOL)doesOverridePreferredInterfaceOrientationForPresentation;
+(BOOL)_isSecureForRemoteViewService;
+(BOOL)_initializedByViewServices;
+(BOOL)_preventsAppearanceProxyCustomization;
+(BOOL)_shouldDeferTransitions;
+(void)_scheduleTransition:(/*^block*/id)arg1 ;
+(BOOL)_directlySetsContentOverlayInsetsForChildren;
+(BOOL)_shouldSendLegacyMethodsFromViewWillTransitionToSize;
+(int)_keyboardDirectionForTransition:(int)arg1 ;
+(double)_horizontalContentMarginForView:(id)arg1 ofWidth:(double)arg2 ;
+(double)_horizontalContentMarginForView:(id)arg1 ;
+(double)_slimHorizontalContentMargin;
+(double)_boundsWidthWithMinimumHorizontalContentMarginForView:(id)arg1 preservingContentWidth:(double)arg2 ;
+(BOOL)doesOverrideViewControllerMethod:(SEL)arg1 inBaseClass:(Class)arg2 ;
+(BOOL)doesOverrideViewControllerMethod:(SEL)arg1 ;
+(CGSize)defaultFormSheetSize;
+(id)_traitCollectionWithParentTraitCollection:(id)arg1 overrideTraitCollection:(id)arg2 ;
+(BOOL)_shouldUseLegacyUnwindDestinationSearch;
+(void)_withDisabledAppearanceTransitionsForVisibleDescendantsOf:(id)arg1 perform:(/*^block*/id)arg2 ;
+(void)_withDisabledAppearanceTransitions:(BOOL)arg1 forDescendantsOf:(id)arg2 visibleOnly:(BOOL)arg3 perform:(/*^block*/id)arg4 ;
+(id)viewControllerForView:(id)arg1 ;
+(void)removeViewControllerForView:(id)arg1 ;
+(void)setViewController:(id)arg1 forView:(id)arg2 ;
+(void)_traverseViewControllerHierarchyWithDelayedRelease:(/*^block*/id)arg1 ;
+(void)_traverseViewControllerHierarchy:(/*^block*/id)arg1 ;
+(id)_allDescriptions;
+(id)_printHierarchy;
+(id)_safeAreaInsetsTrace;
+(BOOL)_isViewSizeFullScreen:(id)arg1 inWindow:(id)arg2 ignoreInWindowCheck:(BOOL)arg3 ;
+(BOOL)_isViewSizeFullScreen:(id)arg1 inWindow:(id)arg2 ;
+(void)_setShouldDeferTransitions:(BOOL)arg1 ;
+(BOOL)_shouldAnimateTransitions;
+(void)_performWithoutDeferringTransitions:(/*^block*/id)arg1 ;
+(BOOL)_shouldRememberFocusForDismissal;
+(id)_viewControllerForFullScreenPresentationFromView:(id)arg1 ;
+(BOOL)_doesOverrideLegacyShouldAutorotateMethod;
+(void)attemptRotationToDeviceOrientation;
+(BOOL)_allViewControllersInArray:(id)arg1 allowAutorotationToInterfaceOrientation:(long long)arg2 predicate:(/*^block*/id)arg3 ;
+(id)_whitelistOfSubclassableViewControllersMarkedSafe;
+(id)_exportedInterface;
+(id)_remoteViewControllerInterface;
-(id)doc_largeNavigationTitleOptionsForLocation:(id)arg1 configuration:(id)arg2 hasFinderStyleBars:(BOOL)arg3 ;
-(void)_endDisablingInterfaceAutorotation;
-(id)_window;
-(long long)preferredInterfaceOrientationForPresentation;
-(id)initWithNibName:(id)arg1 bundle:(id)arg2 ;
-(void)applicationWillSuspend;
-(BOOL)shouldAutomaticallyForwardRotationMethods;
-(id<UIFocusItemContainer>)focusItemContainer;
-(void)_updateWithFrameSpecifier:(id)arg1 ;
-(long long)interfaceOrientation;
-(void)_updateWithFrameSpecifier:(id)arg1 completion:(/*^block*/id)arg2 ;
-(void)_beginDisablingInterfaceAutorotation;
-(long long)preferredStatusBarUpdateAnimation;
-(void)setSearchDisplayController:(UISearchDisplayController *)arg1 ;
-(void)setNeedsFocusUpdate;
-(BOOL)shouldUpdateFocusInContext:(id)arg1 ;
-(NSString *)focusGroupIdentifier;
-(BOOL)prefersHomeIndicatorAutoHidden;
-(id)_parentTraitEnvironment;
-(id)_appearanceGuideClass;
-(void)setInterfaceOrientation:(long long)arg1 ;
-(void)viewWillAppear:(BOOL)arg1 ;
-(id)_allContainedViewControllers;
-(void)_setNeedsNonDeferredFocusUpdate;
-(UIViewController *)childViewControllerForStatusBarHidden;
-(UIViewController *)presentingViewController;
-(void)_didExitAlwaysOn;
-(void)setPreferredFocusedView:(UIView *)arg1 ;
-(id)_viewControllerForObservableScrollView;
-(id<UIFocusEnvironment>)parentFocusEnvironment;
-(void)updateFocusIfNeeded;
-(id)_systemDefaultFocusGroupIdentifier;
-(void)traitCollectionDidChange:(id)arg1 ;
-(long long)modalTransitionStyle;
-(void)_updateContentOverlayInsetsForSelfAndChildren;
-(id)_traitCollectionForChildEnvironment:(id)arg1 ;
-(id)_description;
-(CGRect)_boundsForOrientation:(long long)arg1 ;
-(void)_keyboardWillHide:(id)arg1 ;
-(UIView *)preferredFocusedView;
-(UIEdgeInsets)_edgeInsetsForChildViewController:(id)arg1 insetsAreAbsolute:(BOOL*)arg2 ;
-(void)viewWillMoveToWindow:(id)arg1 ;
-(void)_clearCachedPopoverContentSize;
-(id)_deepestActionResponder;
-(void)viewDidLoad;
-(UIViewController *)childViewControllerForStatusBarStyle;
-(id)nextResponder;
-(void)_preferredContentSizeDidChangeForChildViewController:(id)arg1 ;
-(void)updateViewConstraints;
-(void)_marginInfoForChild:(id)arg1 leftMargin:(double*)arg2 rightMargin:(double*)arg3 ;
-(BOOL)isBeingDismissed;
-(void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1 ;
-(void)_setExtensionContextUUID:(id)arg1 ;
-(id)_screen;
-(void)setEditing:(BOOL)arg1 ;
-(long long)overrideUserInterfaceStyle;
-(id)_additionalViewControllersToCheckForUserActivity;
-(void)setPreferredContentSize:(CGSize)arg1 ;
-(UISearchDisplayController *)searchDisplayController;
-(void)window:(id)arg1 statusBarWillChangeFromHeight:(double)arg2 toHeight:(double)arg3 ;
-(BOOL)_allowsSkippingLayout;
-(void)didRotateFromInterfaceOrientation:(long long)arg1 ;
-(void)_didReceiveMemoryWarning:(id)arg1 ;
-(BOOL)_canShowWhileLocked;
-(id)_focusMapContainer;
-(long long)preferredWhitePointAdaptivityStyle;
-(void)_keyboardWillShow:(id)arg1 ;
-(long long)preferredUserInterfaceStyle;
-(void)_didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2 ;
-(void)viewDidAppear:(BOOL)arg1 ;
-(void)encodeRestorableStateWithCoder:(id)arg1 ;
-(BOOL)_containsFirstResponder;
-(CGSize)preferredContentSize;
-(CGRect)_defaultInitialViewFrame;
-(void)setNeedsStatusBarAppearanceUpdate;
-(void)viewWillDisappear:(BOOL)arg1 ;
-(id)overrideTraitCollectionForChildViewController:(id)arg1 ;
-(NSArray *)preferredFocusEnvironments;
-(CGPoint)_centerForOrientation:(long long)arg1 ;
-(void)setModalTransitionStyle:(long long)arg1 ;
-(void)encodeWithCoder:(id)arg1 ;
-(id)popoverPresentationController;
-(void)viewWillLayoutSubviews;
-(UITraitCollection *)traitCollection;
-(void)_timelinesForDateInterval:(id)arg1 completion:(/*^block*/id)arg2 ;
-(void)showViewController:(id)arg1 sender:(id)arg2 ;
-(void)willAnimateRotationToInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(id)init;
-(long long)modalPresentationStyle;
-(CGSize)sizeForChildContentContainer:(id)arg1 withParentContainerSize:(CGSize)arg2 ;
-(CGSize)_systemLayoutSizeFittingSize:(CGSize)arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3 ;
-(BOOL)_shouldPersistViewWhenCoding;
-(BOOL)definesPresentationContext;
-(double)durationForTransition:(int)arg1 ;
-(void)willMoveToParentViewController:(id)arg1 ;
-(void)removeChildViewController:(id)arg1 ;
-(void)willRotateToInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2 ;
-(BOOL)_canResignIfContainsFirstResponder;
-(void)viewSafeAreaInsetsDidChange;
-(void)viewDidLayoutSubviews;
-(void)setOverrideTraitCollection:(UITraitCollection *)arg1 ;
-(id)_timelinesForDateInterval:(id)arg1 ;
-(NSExtensionContext *)extensionContext;
-(BOOL)shouldAutorotate;
-(id)_childViewControllersToSendViewWillTransitionToSize;
-(BOOL)transitionViewShouldUseViewControllerCallbacks;
-(id)_childViewControllerForAlwaysOnTimelines;
-(void)didReceiveMemoryWarning;
-(id)_contentUnavailableConfigurationState;
-(id)_preferredStatusBarHideAnimationParameters;
-(BOOL)wantsFullScreenLayout;
-(long long)_preferredModalPresentationStyle;
-(void)loadView;
-(BOOL)_optsOutOfPopoverControllerHierarchyCheck;
-(void)removeFromParentViewController;
-(void)_updateContentUnavailableConfigurationUsingState:(id)arg1 ;
-(void)_willEnterAlwaysOn;
-(void)_updateChildContentMargins;
-(BOOL)_isViewControllerForObservableScrollViewAmbiguous;
-(id<UIViewControllerTransitioningDelegate>)transitioningDelegate;
-(NSString *)title;
-(double)_contentMarginForChildViewController:(id)arg1 ;
-(void)dealloc;
-(id)_childViewControllersForAlwaysOnTimelines;
-(void)setOverrideUserInterfaceStyle:(long long)arg1 ;
-(void)setModalPresentationStyle:(long long)arg1 ;
-(void)viewIsAppearing:(BOOL)arg1 ;
-(void)presentViewController:(id)arg1 animated:(BOOL)arg2 completion:(/*^block*/id)arg3 ;
-(void)willTransitionToTraitCollection:(id)arg1 withTransitionCoordinator:(id)arg2 ;
-(void)_getRotationContentSettings:(SCD_Struct_UI75*)arg1 ;
-(void)setView:(UIView *)arg1 ;
-(unsigned long long)__supportedInterfaceOrientations;
-(BOOL)_hasPreferredInterfaceOrientationForPresentation;
-(void)awakeFromNib;
-(void)_updateLayoutForStatusBarAndInterfaceOrientation;
-(void)setToolbarItems:(id)arg1 ;
-(void)_dismissAccessibilityHUD;
-(void)updateUserActivityState:(id)arg1 ;
-(BOOL)prefersStatusBarHidden;
-(void)_layoutContainerViewDidMoveToWindow:(id)arg1 ;
-(void)addChildViewController:(id)arg1 ;
-(id)contentScrollView;
-(id)_overridingPreferredFocusEnvironment;
-(/*^block*/id)_completionBlock;
-(id)toolbarItems;
-(id)_multitaskingDragExclusionRects;
-(void)didMoveToParentViewController:(id)arg1 ;
-(BOOL)_shouldForwardSystemLayoutFittingSizeChanges;
-(void)_showAccessibilityHUDItem:(id)arg1 ;
-(void)setFocusGroupIdentifier:(NSString *)arg1 ;
-(void)viewDidMoveToWindow:(id)arg1 shouldAppearOrDisappear:(BOOL)arg2 ;
-(BOOL)isEditing;
-(unsigned long long)preferredScreenEdgesDeferringSystemGestures;
-(id)childViewControllerForHomeIndicatorAutoHidden;
-(id)invalidate;
-(UIStoryboard *)storyboard;
-(id)transitionCoordinator;
-(int)_preferredStatusBarVisibility;
-(UIEdgeInsets)_avoidanceInsets;
-(void)setDropShadowView:(UIDropShadowView *)arg1 ;
-(void)getRotationContentSettings:(SCD_Struct_UI75*)arg1 forWindow:(id)arg2 ;
-(BOOL)modalPresentationCapturesStatusBarAppearance;
-(BOOL)canPerformAction:(SEL)arg1 withSender:(id)arg2 ;
-(CGRect)_viewFrameInWindowForContentOverlayInsetsCalculation;
-(UISplitViewController *)splitViewController;
-(UITraitCollection *)overrideTraitCollection;
-(UIView *)view;
-(void)viewWillTransitionToSize:(CGSize)arg1 withTransitionCoordinator:(id)arg2 ;
-(void)_layoutContainerViewWillMoveToWindow:(id)arg1 ;
-(void)_setContentOverlayInsets:(UIEdgeInsets)arg1 ;
-(void)setTitle:(NSString *)arg1 ;
-(void)dismissViewControllerWithTransition:(int)arg1 completion:(/*^block*/id)arg2 ;
-(id)initWithCoder:(id)arg1 ;
-(void)setEditing:(BOOL)arg1 animated:(BOOL)arg2 ;
-(BOOL)_handlesCounterRotationForPresentation;
-(void)viewDidDisappear:(BOOL)arg1 ;
-(BOOL)shouldAutorotateToInterfaceOrientation:(long long)arg1 ;
-(id)presentationController;
-(void)applicationDidResume;
-(UIDropShadowView *)dropShadowView;
-(unsigned long long)supportedInterfaceOrientations;
-(id)_transitionCoordinator;
-(id)_preferredStatusBarStyleAnimationParameters;
-(BOOL)_canBecomeFirstResponder;
-(void)removeChildViewController:(id)arg1 notifyDidMove:(BOOL)arg2 ;
-(void)unloadViewForced:(BOOL)arg1 ;
-(long long)preferredStatusBarStyle;
-(id)keyCommands;
-(void)setValue:(id)arg1 forKey:(id)arg2 ;
-(UITabBarItem *)tabBarItem;
-(void)viewLayoutMarginsDidChange;
-(UIEdgeInsets)_viewSafeAreaInsetsFromScene;
-(long long)_overrideInterfaceOrientationMechanics;
-(BOOL)_prefersFocusContainment;
-(UINavigationController *)navigationController;
-(void)showDetailViewController:(id)arg1 sender:(id)arg2 ;
-(BOOL)shouldAutomaticallyForwardAppearanceMethods;
-(void)_presentViewController:(id)arg1 modalSourceViewController:(id)arg2 presentationController:(id)arg3 animationController:(id)arg4 interactionController:(id)arg5 completion:(/*^block*/id)arg6 ;
-(void)dismissViewControllerAnimated:(BOOL)arg1 completion:(/*^block*/id)arg2 ;
-(void)_objc_initiateDealloc;
-(id)_popoverController;
-(id)_keyCommands;
-(id)_visualStyleOfContainingAlertController;
-(void)_containingAlertControllerDidChangeVisualStyle:(id)arg1 ;
-(BOOL)_isSupportedInterfaceOrientation:(long long)arg1 ;
-(BOOL)_defersToPresentingViewControllerForSupportedInterfaceOrientations;
-(id)_presentationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3 ;
-(BOOL)_requiresCustomPresentationController;
-(BOOL)_freezeLayoutForOrientationChangeOnDismissal;
-(UINavigationItem *)navigationItem;
-(id)_splitViewControllerEnforcingClass:(BOOL)arg1 ;
-(void)_presentationController:(id)arg1 prepareAdaptivePresentationController:(id)arg2 ;
-(UIPresentationController *)_presentationController;
-(id)_nextResponderUsingTraversalStrategy:(unsigned long long)arg1 ;
-(BOOL)_hasDeepestActionResponder;
-(BOOL)_hasDeepestPresentedActionResponderOrBlock:(/*^block*/id)arg1 ;
-(id)_deepestPresentedActionResponderOrBlock:(/*^block*/id)arg1 ;
-(id)_nextResponderUsingTargetActionStrategyFromChildViewController:(id)arg1 didTraverseToParentViewController:(BOOL*)arg2 ;
-(BOOL)_canBecomeDeepestUnambiguousResponder;
-(_UIActionSheetPresentationController *)actionSheetPresentationController;
-(void)systemLayoutFittingSizeDidChangeForChildContentContainer:(id)arg1 ;
-(void)_didCancelPresentTransition:(id)arg1 ;
-(void)_didCancelDismissTransition:(id)arg1 ;
-(void)_didFinishPresentTransition;
-(void)_didFinishDismissTransition;
-(id)_appearanceContainer;
-(BOOL)_monitorsSystemLayoutFittingSize;
-(void)_systemLayoutFittingSizeDidChangeForChildContentContainer:(id)arg1 childViewController:(id)arg2 ;
-(SCD_Struct_UI11)__sizeClassPair;
-(UIViewController *)presentedViewController;
-(void)_updateTraitsIfNecessary;
-(void)_parent:(id)arg1 willTransitionToTraitCollection:(id)arg2 withTransitionCoordinator:(id)arg3 ;
-(void)_window:(id)arg1 willTransitionToTraitCollection:(id)arg2 withTransitionCoordinator:(id)arg3 ;
-(UITraitCollection *)_lastNotifiedTraitCollection;
-(void)_willChangeToIdiom:(long long)arg1 onScreen:(id)arg2 ;
-(BOOL)_viewControllerWasSelected;
-(void)_populateArchivedChildViewControllers:(id)arg1 ;
-(void)_safeAreaInsetsDidChangeForView;
-(void)_rememberPresentingFocusedItem:(id)arg1 ;
-(id)_viewsWithDisabledInteractionGivenTransitionContext:(id)arg1 ;
-(void)_observableScrollViewDidChangeFrom:(id)arg1 forViewController:(id)arg2 edges:(unsigned long long)arg3 ;
-(void)_viewDidPerformLayout;
-(BOOL)_allowsAutorotation;
-(NSString *)_effectiveInteractionActivityTrackingBaseName;
-(BOOL)_isPresentationContextByDefault;
-(void)updateTabBarItemForViewController:(id)arg1 ;
-(BOOL)_reallyWantsFullScreenLayout;
-(void)unwindForSegue:(id)arg1 towardsViewController:(id)arg2 ;
-(id)childViewControllerForWhitePointAdaptivityStyle;
-(id)childViewControllerForScreenEdgesDeferringSystemGestures;
-(UIViewController *)childViewControllerForUserInterfaceStyle;
-(id)childViewControllerForPointerLock;
-(id)_childViewControllerForMultitaskingDragExclusionRects;
-(BOOL)_transitionsChildViewControllers;
-(void)_viewSubtreeDidGainScrollView:(id)arg1 enclosingViewController:(id)arg2 ;
-(BOOL)_isTabBarController;
-(id)_overrideTraitCollectionToPassDuringTraitChangeToChildViewController:(id)arg1 ;
-(BOOL)_wrapsNavigationController:(id*)arg1 ;
-(id)_backdropBarGroupName;
-(UIEdgeInsets)_overlayInsetsAdjustment;
-(id)rotatingHeaderView;
-(id)rotatingFooterView;
-(BOOL)_shouldUseOnePartRotation;
-(void)willAnimateFirstHalfOfRotationToInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(void)didAnimateFirstHalfOfRotationToInterfaceOrientation:(long long)arg1 ;
-(void)willAnimateSecondHalfOfRotationFromInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(id)rotatingSnapshotViewForWindow:(id)arg1 ;
-(id)rotatingContentViewForWindow:(id)arg1 ;
-(long long)_lastKnownInterfaceOrientation;
-(id)rotatingHeaderViewForWindow:(id)arg1 ;
-(id)rotatingFooterViewForWindow:(id)arg1 ;
-(void)viewWillUnload;
-(void)__viewWillAppear:(BOOL)arg1 ;
-(void)__viewDidAppear:(BOOL)arg1 ;
-(id)contentScrollViewForEdge:(unsigned long long)arg1 ;
-(id)_uiCollectionView;
-(id)_shim_contentScrollView;
-(id)_animatorForOperation:(long long)arg1 fromViewController:(id)arg2 toViewController:(id)arg3 ;
-(BOOL)useLayoutToLayoutNavigationTransitions;
-(BOOL)_displaysFullScreen;
-(void)_setImagePickerMediaTypes:(id)arg1 ;
-(void)_viewControllerPresentationDidInitiate;
-(long long)_imagePickerStatusBarStyle;
-(void)_setUseTelephonyUI:(BOOL)arg1 ;
-(void)viewDidUnload;
-(id)viewControllerForUnwindSegueAction:(SEL)arg1 fromViewController:(id)arg2 withSender:(id)arg3 ;
-(BOOL)_shouldChildViewControllerUseFullScreenLayout:(id)arg1 ;
-(double)_statusBarHeightAdjustmentForCurrentOrientation;
-(double)_contentMarginForView:(id)arg1 ;
-(double)_statusBarHeightForCurrentInterfaceOrientation;
-(BOOL)_viewControllerUnderlapsStatusBar;
-(void)setContentSizeForViewInPopover:(CGSize)arg1 ;
-(CGSize)contentSizeForViewInPopover;
-(BOOL)isModalInPopover;
-(void)_setAllowNestedNavigationControllers:(BOOL)arg1 ;
-(BOOL)_allowNestedNavigationControllers;
-(BOOL)_isNestedNavigationController;
-(id)_lastNavigationItems;
-(void)_updateInteractivePopGestureEnabledState;
-(id)_viewControllerForSearchPalette;
-(id)_navControllerToCreateManagedSearchPaletteForNavController:(id)arg1 ;
-(BOOL)searchBarHidNavBar;
-(void)setSearchBarHidNavBar:(BOOL)arg1 ;
-(BOOL)_wantsContentClippedToSafeAreaInSidebarContext;
-(void)_updateToolbarItemsFromViewController:(id)arg1 animated:(BOOL)arg2 ;
-(id)allowedChildViewControllersForUnwindingFromSource:(id)arg1 ;
-(id)segueForUnwindingToViewController:(id)arg1 fromViewController:(id)arg2 identifier:(id)arg3 ;
-(id)_independentContainedScrollViewIntermediateToDescendantViewController:(id)arg1 ;
-(double)_topBarHeight;
-(void)collapseSecondaryViewController:(id)arg1 forSplitViewController:(id)arg2 ;
-(id)separateSecondaryViewControllerForSplitViewController:(id)arg1 ;
-(void)_prepareForNestedDisplayWithNavigationController:(id)arg1 ;
-(void)_prepareForNormalDisplayWithNavigationController:(id)arg1 ;
-(BOOL)_allowsFreezeLayoutForOrientationChangeOnDismissal;
-(void)updateTitleForViewController:(id)arg1 ;
-(id)defaultPNGName;
-(id)_viewForContentInPopover;
-(void)_willBecomeContentViewControllerOfPopover:(id)arg1 ;
-(void)_didBecomeContentViewControllerOfPopover:(id)arg1 ;
-(void)_didResignContentViewControllerOfPopover:(id)arg1 ;
-(id)_moreListTitle;
-(id)moreListImage;
-(id)moreListSelectedImage;
-(id)moreListTableCell;
-(void)_updateControlledViewsToFrame:(CGRect)arg1 ;
-(id)_navigationBarForDragAffordance;
-(void)_stopTransitionsImmediately;
-(BOOL)_isNavigationController;
-(void)_setRequiresIgnoredContentScrollViewSizeWhileAppearingInNavigationStack:(BOOL)arg1 ;
-(BOOL)_requiresIgnoredContentScrollViewSizeWhileAppearingInNavigationStack;
-(id)_nextViewController;
-(id)_visibleView;
-(CGSize)_resolvedPreferredContentSize;
-(void)_setPresentationController:(id)arg1 ;
-(void)_setPopoverController:(id)arg1 ;
-(long long)_preferredInterfaceOrientationGivenCurrentOrientation:(long long)arg1 ;
-(void)window:(id)arg1 setupWithInterfaceOrientation:(long long)arg2 ;
-(void)_dismissViewControllerWithTransition:(int)arg1 from:(id)arg2 completion:(/*^block*/id)arg3 ;
-(void)_preparePresentationControllerForPresenting:(id)arg1 ;
-(NSArray *)_preferredContentSizes;
-(void)_splitViewControllerWillCollapseOntoPrimaryViewController:(id)arg1 ;
-(void)_collapseSecondaryViewController:(id)arg1 forSplitViewController:(id)arg2 withTransitionCoordinator:(id)arg3 ;
-(UIMultiColumnViewController *)_multiColumnViewController;
-(void)setDefinesPresentationContext:(BOOL)arg1 ;
-(void)setProvidesPresentationContextTransitionStyle:(BOOL)arg1 ;
-(void)setRestoresFocusAfterTransition:(BOOL)arg1 ;
-(void)setModalPresentationCapturesStatusBarAppearance:(BOOL)arg1 ;
-(void)setEdgesForExtendedLayout:(unsigned long long)arg1 ;
-(void)setExtendedLayoutIncludesOpaqueBars:(BOOL)arg1 ;
-(void)setAutomaticallyAdjustsScrollViewInsets:(BOOL)arg1 ;
-(void)setViewRespectsSystemMinimumLayoutMargins:(BOOL)arg1 ;
-(void)_enumerateAncestorViewControllersUntilStop:(BOOL*)arg1 usingBlock:(/*^block*/id)arg2 ;
-(BOOL)__isKindOfUIViewController;
-(void)systemLayoutFittingSizeDidChangeForChildViewController:(id)arg1 ;
-(void)applicationWantsViewsToDisappear;
-(void)accessibilityLargeTextDidChange;
-(id)_firstResponder;
-(void)_setTraitStorageList:(id)arg1 ;
-(BOOL)canPerformUnwindSegueAction:(SEL)arg1 fromViewController:(id)arg2 sender:(id)arg3 ;
-(void)_handleTapToDismissModalCurl:(id)arg1 ;
-(void)_prepareForTapGesture:(id)arg1 ;
-(id)__potentialOverridingFocusEnvironments;
-(id)_printHierarchy;
-(id)_safeAreaInsetsTrace;
-(void)window:(id)arg1 willAnimateFromContentFrame:(CGRect)arg2 toContentFrame:(CGRect)arg3 ;
-(void)window:(id)arg1 willRotateToInterfaceOrientation:(long long)arg2 duration:(double)arg3 ;
-(void)window:(id)arg1 didAnimateFirstHalfOfRotationToInterfaceOrientation:(long long)arg2 ;
-(void)window:(id)arg1 didRotateFromInterfaceOrientation:(long long)arg2 ;
-(BOOL)shouldWindowUseOnePartInterfaceRotationAnimation:(id)arg1 ;
-(void)window:(id)arg1 willAnimateRotationToInterfaceOrientation:(long long)arg2 duration:(double)arg3 ;
-(void)window:(id)arg1 willAnimateFirstHalfOfRotationToInterfaceOrientation:(long long)arg2 duration:(double)arg3 ;
-(void)window:(id)arg1 willAnimateSecondHalfOfRotationFromInterfaceOrientation:(long long)arg2 duration:(double)arg3 ;
-(void)_setLastNotifiedTraitCollection:(id)arg1 ;
-(id)_presentationControllerClassName;
-(UINavigationContentAdjustments *)navigationInsetAdjustment;
-(void)_primitiveSetNavigationControllerContentInsetAdjustment:(UIEdgeInsets)arg1 ;
-(UIEdgeInsets)_navigationControllerContentInsetAdjustment;
-(void)_setNavigationControllerContentInsetAdjustment:(UIEdgeInsets)arg1 ;
-(void)_primitiveSetNavigationControllerContentOffsetAdjustment:(double)arg1 ;
-(void)_setNavigationControllerContentOffsetAdjustment:(double)arg1 ;
-(void)setAdditionalSafeAreaInsets:(UIEdgeInsets)arg1 ;
-(void)_eagerlyUpdateSafeAreaInsetsToViewDescendant:(id)arg1 ;
-(void)_setContentOverlayInsets:(UIEdgeInsets)arg1 andLeftMargin:(double)arg2 rightMargin:(double)arg3 ;
-(BOOL)_navControllerIsLayingOutTopViewController;
-(void)_updateContentOverlayInsetsFromParentForNavigationTransitionWithFinalRectInParent:(CGRect)arg1 ;
-(void)_setIgnoresWrapperViewForContentOverlayInsets:(BOOL)arg1 ;
-(BOOL)_ignoresWrapperViewForContentOverlayInsets;
-(BOOL)_providesCustomBasePresentationInsets;
-(UIEdgeInsets)_customBasePresentationInsetsForView:(id)arg1 ;
-(void)_updateContentOverlayInsetsFromParentIfNecessary;
-(id)_contentOrObservableScrollViewForEdge:(unsigned long long)arg1 ;
-(id)_contentScrollView;
-(BOOL)viewRespectsSystemMinimumLayoutMargins;
-(UIEdgeInsets)_minimumLayoutMarginsForView;
-(void)_setContentMargin:(double)arg1 ;
-(double)_canvasSystemMinimumMargin;
-(void)_setAvoidanceInsetsNeedsUpdate;
-(SCD_Struct_UI84)_cumulativeOverlayInsetsInView:(id)arg1 ;
-(UIEdgeInsets)_devicePeripheryInsets;
-(id)safeAreaLayoutGuide;
-(id<UILayoutSupport><_UILayoutItem>)topLayoutGuide;
-(id<UILayoutSupport><_UILayoutItem>)bottomLayoutGuide;
-(void)_setPreviousFittingSizeInfo:(id)arg1 ;
-(NSDictionary *)_previousFittingSizeInfo;
-(BOOL)_formSheetObeysContentContainerSize;
-(CGSize)formSheetSize;
-(CGSize)_formSheetSizeForWindowWithSize:(CGSize)arg1 screenSize:(CGSize)arg2 ;
-(void)setFormSheetSize:(CGSize)arg1 ;
-(void)_setFormSheetSize:(CGSize)arg1 ;
-(CGSize)contentSizeForViewInPopoverView;
-(BOOL)_mayForwardPresentationsToPresentedViewController;
-(void)_setMayForwardPresentationsToPresentedViewController:(BOOL)arg1 ;
-(id)_parentContentContainer;
-(BOOL)isModalInPresentation;
-(void)setModalInPresentation:(BOOL)arg1 ;
-(void)setModalInPopover:(BOOL)arg1 ;
-(BOOL)modalInPopover;
-(void)_willResignContentViewControllerOfPopover:(id)arg1 ;
-(BOOL)_isInCustomTransition;
-(void)_setInCustomTransition:(BOOL)arg1 ;
-(BOOL)_usesSharedView;
-(void)_setUsesSharedView:(BOOL)arg1 ;
-(void)_setViewHostsLayoutEngine:(BOOL)arg1 ;
-(BOOL)_viewHostsLayoutEngine;
-(BOOL)_viewHostsLayoutEngineAllowsTAMIC_NO;
-(id)_vanillaInit;
-(SEL)_customSelectorToCreateChildViewControllerAtIndex:(long long)arg1 ;
-(void)_setCustomChildViewControllerSelectorsNames:(id)arg1 ;
-(id)_customChildViewControllerSelectorsNames;
-(BOOL)_isViewController;
-(id)_nonPresentationAppearanceContainer;
-(void)_unsafeParentWillTransitionToTraitCollection:(id)arg1 withTransitionCoordinator:(id)arg2 ;
-(void)_traitCollectionDidChange:(id)arg1 ;
-(void)setPreferredUserInterfaceStyle:(long long)arg1 ;
-(long long)_overrideHorizontalSizeClass;
-(void)_setOverrideHorizontalSizeClass:(long long)arg1 ;
-(long long)_overrideUserInterfaceRenderingMode;
-(void)_setOverrideUserInterfaceRenderingMode:(long long)arg1 ;
-(void)_setPresentedUserInterfaceStyleViewController:(id)arg1 ;
-(void)_setNeedsUserInterfaceAppearanceUpdate;
-(void)setNeedsUserInterfaceAppearanceUpdate;
-(id)_effectiveUserInterfaceStyleViewController;
-(NSString *)nibName;
-(NSBundle *)nibBundle;
-(void)forceUnloadView;
-(void)unloadViewIfReloadable;
-(void)loadViewIfNeeded;
-(UIView *)viewIfLoaded;
-(void)loadViewIfRequired;
-(void)_setSecurityModeForViewsLayer;
-(BOOL)isViewLoaded;
-(id)_existingView;
-(void)_recordContentScrollView;
-(void)_clearRecordedContentScrollView;
-(void)setContentScrollView:(id)arg1 forEdge:(unsigned long long)arg2 ;
-(BOOL)_isSearchController;
-(void)_setObservableScrollView:(id)arg1 forEdges:(unsigned long long)arg2 ;
-(id)_observableScrollViewForEdges:(unsigned long long)arg1 ;
-(void)_setExistingNavigationItem:(id)arg1 ;
-(id)_existingNavigationItem;
-(void)_setExistingTabBarItem:(id)arg1 ;
-(id)_existingTabBarItem;
-(void)_sceneSettingsSafeAreaInsetsDidChangeForWindow:(id)arg1 ;
-(void)_setFreezeLayoutForOrientationChangeOnDismissal:(BOOL)arg1 ;
-(BOOL)autoresizesArchivedViewToFullSize;
-(void)setAutoresizesArchivedViewToFullSize:(BOOL)arg1 ;
-(void)performSegueWithIdentifier:(id)arg1 sender:(id)arg2 ;
-(BOOL)shouldPerformSegueWithIdentifier:(id)arg1 sender:(id)arg2 ;
-(void)prepareForSegue:(id)arg1 sender:(id)arg2 ;
-(id)_destinationForUnwindingFromSource:(id)arg1 visitedViewControllers:(id)arg2 ;
-(id)childViewControllerContainingSegueSource:(id)arg1 ;
-(BOOL)_canPerformUnwindSegueAction:(SEL)arg1 fromViewController:(id)arg2 sender:(id)arg3 ;
-(BOOL)canPerformUnwindSegueAction:(SEL)arg1 fromViewController:(id)arg2 withSender:(id)arg3 ;
-(void)_removeChildViewController:(id)arg1 ;
-(void)_addChildViewController:(id)arg1 ;
-(void)_addChildViewController:(id)arg1 performHierarchyCheck:(BOOL)arg2 notifyWillMove:(BOOL)arg3 ;
-(void)_addChildViewController:(id)arg1 notifyWillMove:(BOOL)arg2 ;
-(UIViewController *)_parentViewController;
-(UIViewController *)_parentModalViewController;
-(UIViewController *)parentViewController;
-(void)setParentViewController:(UIViewController *)arg1 ;
-(void)setMutableChildViewControllers:(NSMutableArray *)arg1 ;
-(unsigned long long)childViewControllersCount;
-(id)_nonModalAncestorViewControllerStopAtIsPresentationContext:(BOOL)arg1 ;
-(id)_nonModalAncestorViewController;
-(id)_rootAncestorViewController;
-(BOOL)_allowsUserInteractionWhenPreviewedInContextMenu;
-(int)_appearState;
-(BOOL)_hasAppeared;
-(BOOL)_isHostedRootViewController;
-(BOOL)containmentSupport;
-(void)setContainmentSupport:(BOOL)arg1 ;
-(BOOL)isSettingAppearState;
-(BOOL)_forwardRotationMethods;
-(BOOL)_forwardAppearanceMethods;
-(BOOL)isInAnimatedVCTransition;
-(void)setInAnimatedVCTransition:(BOOL)arg1 ;
-(void)_setTransitioningOutWithoutDisappearing:(BOOL)arg1 ;
-(BOOL)_transitioningOutWithoutDisappearing;
-(BOOL)appearanceTransitionsAreDisabled;
-(void)setAppearanceTransitionsAreDisabled:(BOOL)arg1 ;
-(id)afterAppearanceBlock;
-(void)setAfterAppearanceBlock:(id)arg1 ;
-(BOOL)needsDidMoveCleanup;
-(void)setNeedsDidMoveCleanup:(BOOL)arg1 ;
-(void)_executeAfterAppearanceBlock;
-(void)_beginAppearanceTransitionToViewController:(id)arg1 animated:(BOOL)arg2 ;
-(void)_endAppearanceTransitionToViewController:(id)arg1 ;
-(BOOL)_isRootViewController;
-(BOOL)inExplicitAppearanceTransition;
-(void)__willChangeToIdiom:(long long)arg1 onScreen:(id)arg2 ;
-(void)_traverseViewControllerHierarchyFromLevel:(long long)arg1 withBlock:(/*^block*/id)arg2 ;
-(id)_descriptionWithChildren:(int)arg1 ;
-(BOOL)_shouldLoadInputAccessoryViewsOnAppearance;
-(void)_setShouldLoadInputAccessoryViewOnAppearance:(BOOL)arg1 ;
-(BOOL)_canReloadView;
-(void)purgeMemoryForReason:(int)arg1 ;
-(BOOL)_shouldForceLayoutForHostedAnimation;
-(BOOL)__knownPresentationWithoutPresentationControllerInstance;
-(BOOL)_shouldFreezeUnderlapsStatusBar;
-(void)_setShouldFreezeUnderlapsStatusBar:(BOOL)arg1 ;
-(BOOL)_shouldUseFullScreenLayoutInWindow:(id)arg1 parentViewController:(id)arg2 ;
-(void)setWantsFullScreenLayout:(BOOL)arg1 ;
-(BOOL)extendedLayoutIncludesOpaqueBars;
-(BOOL)automaticallyAdjustsScrollViewInsets;
-(BOOL)isPerformingModalTransition;
-(void)setPerformingModalTransition:(BOOL)arg1 ;
-(BOOL)isFinishingModalTransition;
-(void)setFinishingModalTransition:(BOOL)arg1 ;
-(void)setShouldForceNonAnimatedTransition:(BOOL)arg1 ;
-(UIViewController *)childModalViewController;
-(void)setChildModalViewController:(UIViewController *)arg1 ;
-(UIViewController *)modalViewController;
-(id)currentAction;
-(BOOL)isSheet;
-(void)setIsSheet:(BOOL)arg1 ;
-(void)_setModalPresentationStyle:(long long)arg1 ;
-(BOOL)_ancestorViewControllerIsInPopover;
-(BOOL)_isDimmingBackground;
-(BOOL)_useCustomDimmingView;
-(BOOL)_isPresentedFormSheet;
-(BOOL)_isInSheetPresentation;
-(BOOL)_isModalSheet;
-(BOOL)_useSheetRotation;
-(void)__viewControllerWillBePresented:(BOOL)arg1 ;
-(BOOL)_isDelayingPresentation;
-(void)_cancelDelayedPresentation:(BOOL)arg1 ;
-(void)_beginDelayingPresentation:(double)arg1 cancellationHandler:(/*^block*/id)arg2 ;
-(void)_beginDelayingPresentation;
-(void)_endDelayingPresentation;
-(void)_presentationControllerWillDismiss:(id)arg1 ;
-(void)_presentationControllerDidDismiss:(id)arg1 ;
-(id)_customPresentationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3 ;
-(id)_defaultAnimationController;
-(id)_definiteTransitionCoordinator;
-(void)_transitionToViewController:(id)arg1 whilePerforming:(/*^block*/id)arg2 completion:(/*^block*/id)arg3 ;
-(void)_transitionToNavigationViewController:(id)arg1 withWrapper:(/*^block*/id)arg2 ;
-(BOOL)_shouldAbortAdaptationFromTraitCollection:(id)arg1 toTraitCollection:(id)arg2 withTransitionCoordinator:(id)arg3 ;
-(id)_adaptedPresentationControllerForTraitCollection:(id)arg1 withTransitionCoordinator:(id)arg2 ;
-(void)_replaceViewControllerInPresentationHierarchy:(id)arg1 ;
-(void)presentViewController:(id)arg1 withTransition:(int)arg2 completion:(/*^block*/id)arg3 ;
-(void)_presentViewController:(id)arg1 withAnimationController:(id)arg2 completion:(/*^block*/id)arg3 ;
-(void)presentModalViewController:(id)arg1 withTransition:(int)arg2 ;
-(void)_presentViewController:(id)arg1 animated:(BOOL)arg2 completion:(/*^block*/id)arg3 ;
-(void)presentModalViewController:(id)arg1 animated:(BOOL)arg2 ;
-(void)dismissModalViewControllerWithTransition:(int)arg1 ;
-(void)_restoreInputViewsForPresentation;
-(void)dismissModalViewControllerAnimated:(BOOL)arg1 ;
-(void)_startPresentCustomTransitionWithDuration:(double)arg1 ;
-(void)_legacyModalPresentTransitionDidComplete;
-(void)_cleanupPresentation;
-(void)_setTemporaryPresentationController:(id)arg1 ;
-(id)sheetPresentationController;
-(id)_existingPresentationControllerImmediate:(BOOL)arg1 effective:(BOOL)arg2 ;
-(id)_existingPresentationControllerImmediate:(BOOL)arg1 effective:(BOOL)arg2 includesRoot:(BOOL)arg3 ;
-(id)activePresentationController;
-(BOOL)_isInContextOfPresentationControllerOfClass:(Class)arg1 effective:(BOOL)arg2 ;
-(BOOL)_isInPopoverPresentation;
-(BOOL)providesPresentationContextTransitionStyle;
-(BOOL)_shouldAutoPinInputViewsForModalFormSheet;
-(BOOL)disablesAutomaticKeyboardDismissal;
-(id)_backgroundColorForModalFormSheet;
-(void)_showViewController:(id)arg1 withAction:(SEL)arg2 sender:(id)arg3 ;
-(id)targetViewControllerForAction:(SEL)arg1 sender:(id)arg2 ;
-(id)registerForPreviewingWithDelegate:(id)arg1 sourceView:(id)arg2 ;
-(void)unregisterForPreviewingWithContext:(id)arg1 ;
-(id)_registerForPreviewingWithDelegate:(id)arg1 sourceView:(id)arg2 implementation:(long long)arg3 ;
-(void)unregisterPreviewing:(id)arg1 ;
-(void)registerPreviewSourceView:(id)arg1 previewingDelegate:(id)arg2 ;
-(void)unregisterPreviewSourceView:(id)arg1 ;
-(id)previewActions;
-(NSArray *)previewActionItems;
-(id)leadingPreviewAction;
-(id)trailingPreviewAction;
-(id)previewMenuItems;
-(id)_viewControllerForRotation;
-(id)_viewControllersForRotationCallbacks;
-(id)_viewControllerForSupportedInterfaceOrientationsWithDismissCheck:(BOOL)arg1 ;
-(id)_viewControllerForSupportedInterfaceOrientations;
-(BOOL)_isInterfaceAutorotationDisabled;
-(void)_updateInterfaceOrientationAnimated:(BOOL)arg1 ;
-(void)_setAllowsAutorotation:(BOOL)arg1 ;
-(BOOL)_ignoreAppSupportedOrientations;
-(void)_setIgnoreAppSupportedOrientations:(BOOL)arg1 ;
-(void)_updateSupportedInterfaceOrientationsIfNecessary;
-(id)_viewControllersWhoseOrientationsMustCoincide;
-(void)setNeedsUpdateOfSupportedInterfaceOrientations;
-(void)_setNeedsUpdateOfSupportedInterfaceOrientations;
-(BOOL)_isViewControllerInWindowHierarchy;
-(BOOL)isInWillRotateCallback;
-(void)setInWillRotateCallback:(BOOL)arg1 ;
-(void)_willRotateToInterfaceOrientation:(long long)arg1 duration:(double)arg2 forwardToChildControllers:(BOOL)arg3 skipSelf:(BOOL)arg4 ;
-(void)window:(id)arg1 willRotateToInterfaceOrientation:(long long)arg2 duration:(double)arg3 newSize:(CGSize)arg4 ;
-(void)window:(id)arg1 resizeFromOrientation:(long long)arg2 ;
-(void)_willAnimateRotationToInterfaceOrientation:(long long)arg1 duration:(double)arg2 forwardToChildControllers:(BOOL)arg3 skipSelf:(BOOL)arg4 ;
-(void)window:(id)arg1 willAnimateRotationToInterfaceOrientation:(long long)arg2 duration:(double)arg3 newSize:(CGSize)arg4 ;
-(void)_didRotateFromInterfaceOrientation:(long long)arg1 forwardToChildControllers:(BOOL)arg2 skipSelf:(BOOL)arg3 ;
-(void)window:(id)arg1 didRotateFromInterfaceOrientation:(long long)arg2 oldSize:(CGSize)arg3 ;
-(void)_willBeginCounterRotationForPresentation;
-(void)_didEndCounterRotationForPresentation;
-(long long)_preferredWhitePointAdaptivityStyle;
-(void)_setContentUnavailableConfiguration:(id)arg1 ;
-(id)_contentUnavailableConfiguration;
-(void)_setNeedsUpdateContentUnavailableConfiguration;
-(void)_setNeedsStatusBarAppearanceUpdateWithAnimationParameters:(id)arg1 ;
-(id)_effectiveStatusBarStyleViewController;
-(id)_effectiveStatusBarHiddenViewController;
-(void)_setPresentedStatusBarViewController:(id)arg1 ;
-(void)_setPresentedStatusBarViewController:(id)arg1 shouldJoinAnimationsInProgress:(BOOL)arg2 ;
-(id)_effectiveWhitePointAdaptivityStyleViewController;
-(void)setNeedsWhitePointAdaptivityStyleUpdate;
-(void)_setNeedsScreenWhitePointAdaptivityStyleUpdate;
-(id)_childViewControllerForWhitePointAdaptivityStyle;
-(id)_effectiveScreenEdgesDeferringSystemGesturesViewController;
-(void)setNeedsUpdateOfScreenEdgesDeferringSystemGestures;
-(id)_effectiveHomeIndicatorAutoHiddenViewController;
-(void)setNeedsUpdateOfHomeIndicatorAutoHidden;
-(BOOL)prefersPointerLocked;
-(id)_effectivePointerLockViewController;
-(void)setNeedsUpdateOfPrefersPointerLocked;
-(void)_setNeedsUpdateOfMultitaskingDragExclusionRects;
-(id)_effectiveViewControllerForMultitaskingDragExclusionRects;
-(void)_setSearchDisplayControllerUnretained:(id)arg1 ;
-(BOOL)isBeingPresented;
-(BOOL)isMovingToParentViewController;
-(BOOL)isMovingFromParentViewController;
-(void)_setKeyCommands:(id)arg1 ;
-(void)_prepareForContainerTransition:(id)arg1 ;
-(long long)_horizontalSizeClass;
-(long long)_verticalSizeClass;
-(BOOL)_isMemberOfViewControllerHierarchy:(id)arg1 ;
-(BOOL)restoresFocusAfterTransition;
-(BOOL)_canRestoreFocusAfterTransitionToItem:(id)arg1 ;
-(void)setPreferredFocusedItem:(UIView *)arg1 ;
-(BOOL)_shouldIgnoreChildFocusRegions;
-(id)_focusSystem;
-(id)_focusBehavior;
-(id)_focusSystemSceneComponent;
-(NSMutableArray *)mutableChildViewControllers;
-(double)customNavigationInteractiveTransitionDuration;
-(void)setCustomNavigationInteractiveTransitionDuration:(double)arg1 ;
-(double)customNavigationInteractiveTransitionPercentComplete;
-(void)setCustomNavigationInteractiveTransitionPercentComplete:(double)arg1 ;
-(UITransitionView *)customTransitioningView;
-(void)setCustomTransitioningView:(UITransitionView *)arg1 ;
-(double)_navigationControllerContentOffsetAdjustment;
-(UIEdgeInsets)additionalSafeAreaInsets;
-(UIEdgeInsets)_contentOverlayInsets;
-(double)_leftContentMargin;
-(void)_setLeftContentMargin:(double)arg1 ;
-(double)_rightContentMargin;
-(void)_setRightContentMargin:(double)arg1 ;
-(double)_contentMargin;
-(NSDirectionalEdgeInsets)systemMinimumLayoutMargins;
-(NSLayoutConstraint *)_topBarInsetGuideConstraint;
-(NSLayoutConstraint *)_bottomBarInsetGuideConstraint;
-(NSString *)interactionActivityTrackingBaseName;
-(void)setInteractionActivityTrackingBaseName:(NSString *)arg1 ;
-(BOOL)_nextResponderIgnoresWindowIfRootVC;
-(void)set_nextResponderIgnoresWindowIfRootVC:(BOOL)arg1 ;
-(void)setNibName:(NSString *)arg1 ;
-(UIView *)savedHeaderSuperview;
-(void)setNibBundle:(NSBundle *)arg1 ;
-(NSMutableDictionary *)_observableScrollViews;
-(void)_setStoryboard:(id)arg1 ;
-(NSArray *)storyboardSegueTemplates;
-(UIStoryboardSegue *)_segueResponsibleForModalPresentation;
-(void)_setSegueResponsibleForModalPresentation:(id)arg1 ;
-(UIViewController *)_sourceViewControllerIfPresentedViaPopoverSegue;
-(void)_setSourceViewControllerIfPresentedViaPopoverSegue:(id)arg1 ;
-(UIViewController *)_modalSourceViewController;
-(void)_setModalSourceViewController:(id)arg1 ;
-(UIWindow *)_expectedWindow;
-(void)_setExpectedWindow:(id)arg1 ;
-(UIViewController *)parentModalViewController;
-(void)setParentModalViewController:(UIViewController *)arg1 ;
-(BOOL)_overrideUseCustomPresentation;
-(void)_setOverrideUseCustomPresentation:(BOOL)arg1 ;
-(UIViewController *)_presentedStatusBarViewController;
-(UIViewController *)_presentedUserInterfaceStyleViewController;
-(unsigned long long)edgesForExtendedLayout;
-(UIViewController *)_childControllerToIgnoreWhileLookingForTransitionCoordinator;
-(void)_setChildControllerToIgnoreWhileLookingForTransitionCoordinator:(id)arg1 ;
-(id)_presentingFocusedItem;
-(void)_setPresentingFocusedItem:(id)arg1 ;
-(void)setNavigationInsetAdjustment:(UINavigationContentAdjustments *)arg1 ;
-(NSArray *)storyboardPreviewSegueTemplates;
-(NSArray *)storyboardCommitSegueTemplates;
-(NSArray *)storyboardPreviewingRegistrants;
-(UIView *)_embeddedView;
-(void)_setEmbeddedView:(id)arg1 ;
-(UIView *)_embeddingView;
-(void)_setEmbeddingView:(id)arg1 ;
-(CGRect)_embeddedViewFrame;
-(void)_setEmbeddedViewFrame:(CGRect)arg1 ;
-(id<_UIViewControllerContentViewEmbedding>)_embeddedDelegate;
-(void)_setEmbeddedDelegate:(id)arg1 ;
-(SCD_Struct_UI11)_presentationSizeClassPair;
-(void)_setPresentationSizeClassPair:(SCD_Struct_UI11)arg1 ;
-(id)_originalPresentationController;
-(void)_setOriginalPresentationController:(id)arg1 ;
-(id)_temporaryPresentationController;
-(UIView *)preferredFocusedItem;
-(BOOL)ignoresParentMargins;
-(void)setIgnoresParentMargins:(BOOL)arg1 ;
-(UIViewController *)_departingParentViewController;
-(void)set_departingParentViewController:(UIViewController *)arg1 ;
-(id)_overrideTransitioningDelegate;
-(BOOL)performsActionsWhilePresentingModally;
-(void)setTabBarItem:(UITabBarItem *)arg1 ;
-(UITabBarController *)tabBarController;
-(BOOL)_tvTabBarShouldOverlap;
-(BOOL)_tvTabBarShouldAutohide;
-(id)_tabBarControllerEnforcingClass:(BOOL)arg1 ;
-(UINavigationItem *)_navigationItemCreatingDefaultIfNotSet;
-(void)_toggleEditing:(id)arg1 ;
-(id)editButtonItem;
-(BOOL)canHandleSnapbackIdentifier:(id)arg1 animated:(BOOL)arg2 ;
-(BOOL)hidesBottomBarWhenPushed;
-(void)setHidesBottomBarWhenPushed:(BOOL)arg1 ;
-(BOOL)_suppressesBottomBar;
-(void)_setSuppressesBottomBar:(BOOL)arg1 ;
-(void)setToolbarItems:(id)arg1 animated:(BOOL)arg2 ;
-(NSArray *)childViewControllers;
-(void)transitionFromViewController:(id)arg1 toViewController:(id)arg2 duration:(double)arg3 options:(unsigned long long)arg4 animations:(/*^block*/id)arg5 completion:(/*^block*/id)arg6 ;
-(BOOL)_hackFor11408026_beginAppearanceTransition:(BOOL)arg1 animated:(BOOL)arg2 ;
-(BOOL)_hackFor11408026_endAppearanceTransition;
-(void)beginAppearanceTransition:(BOOL)arg1 animated:(BOOL)arg2 ;
-(void)endAppearanceTransition;
-(void)cancelBeginAppearanceTransition;
-(id)traitCollectionForChildViewController:(id)arg1 ;
-(void)setOverrideTraitCollection:(id)arg1 forChildViewController:(id)arg2 ;
-(BOOL)automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers;
-(void)_presentingViewControllerWillChange:(id)arg1 ;
-(void)_presentingViewControllerDidChange:(id)arg1 ;
-(BOOL)_isContainmentChanging;
-(id)_restorationClassName;
-(id)storyboardIdentifier;
-(void)setStoryboardIdentifier:(id)arg1 ;
-(Class)restorationClass;
-(void)setRestorationClass:(Class)arg1 ;
-(void)_presentViewControllerForStateRestoration:(id)arg1 animated:(BOOL)arg2 ;
-(/*^block*/id)_decodeRestorableStateAndReturnContinuationWithCoder:(id)arg1 ;
-(void)applicationFinishedRestoringState;
-(BOOL)_shouldLoadViewDuringRestoration:(id)arg1 ;
-(id)_activityContinuationSuitableToBecomeCurrent;
-(void)setUserActivity:(id)arg1 ;
-(void)restoreUserActivityState:(id)arg1 ;
-(void)_unembedContentViewSettingDelegate:(id)arg1 ;
-(void)_embedContentViewInView:(id)arg1 withContentFrame:(CGRect)arg2 delegate:(id)arg3 ;
-(void)_unembedContentView;
-(void)_setOverrideTransitioningDelegate:(id)arg1 ;
-(void)setTransitioningDelegate:(id<UIViewControllerTransitioningDelegate>)arg1 ;
-(long long)_rotatingFromInterfaceOrientation;
-(long long)_rotatingToInterfaceOrientation;
-(void)_window:(id)arg1 viewWillTransitionToSize:(CGSize)arg2 withTransitionCoordinator:(id)arg3 ;
-(void)attentionClassDumpUser:(id)arg1 yesItsUsAgain:(id)arg2 althoughSwizzlingAndOverridingPrivateMethodsIsFun:(id)arg3 itWasntMuchFunWhenYourAppStoppedWorking:(id)arg4 pleaseRefrainFromDoingSoInTheFutureOkayThanksBye:(id)arg5 ;
-(void)addKeyCommand:(id)arg1 ;
-(void)removeKeyCommand:(id)arg1 ;
-(BOOL)_isInViewControllerThatHandlesKeyboardAvoidance;
-(id)_orientationDebugDescriptionBuilderWithMultilinePrefix:(id)arg1 ;
-(id)_orientationDebugDescriptionWithMultilinePrefix:(id)arg1 ;
-(id)_orientationDebugDescription;
-(id)_extensionContextUUID;
-(void)beginRequestWithExtensionContext:(id)arg1 ;
-(id)_safeWindowForAutorotationBelowWindow:(id)arg1 ;
-(id)_safeViewControllerForRotationWithDismissCheck:(BOOL)arg1 ;
-(id)_safePrimaryViewControllerForAutorotationBelowWindow:(id)arg1 ;
-(id)_safeViewControllerForSupportedInterfaceOrientationsWithDismissCheck:(BOOL)arg1 ;
-(id)_effectiveControllersForAlwaysOnTimelines;
-(void)_didEnterAlwaysOn;
-(void)_willExitAlwaysOn;
-(void*)_fallbackTraitCollection;
-(id)_nextViewControllerForUnwindSegueSearch;
-(BOOL)_allowsStylingSheetsAsCards;
-(void)__prepareForDisconnectionWithCompletionHandler:(/*^block*/id)arg1 ;
-(id)_remoteViewControllerProxy;
-(void)_willAppearInRemoteViewController:(id)arg1 ;
-(SCD_Struct_UI85)_hostAuditToken;
-(void)_willAppearInRemoteViewController;
-(void)_hostApplicationWillEnterForeground;
-(void)_hostApplicationDidEnterBackground;
-(BOOL)_shouldRemoveViewFromHierarchyOnDisappear;
-(void)_supportedInterfaceOrientationsDidChange;
-(id)_hostApplicationBundleIdentifier;
-(id)_remoteViewControllerProxyWithErrorHandler:(/*^block*/id)arg1 ;
-(int)_hostProcessIdentifier;
-(void)_setHostApplicationBundleIdentifier:(id)arg1 ;
-(void)_setRemoteViewControllerProxy:(id)arg1 ;
-(void)_setHostProcessIdentifier:(int)arg1 ;
-(void)_setHostAuditToken:(SCD_Struct_UI85)arg1 ;
-(void)_stateRestorationDidFinish:(BOOL)arg1 ;
@end
Back to UIKitCore.framework