UIKit Changes for Objective-C
UIKit
UIApplicationShortcutItem.h
UICollectionView.h
UIControl.h
Added UIControlStateFocused
UIDevice.h
Added UIUserInterfaceIdiomTV
UIEvent.h
Added UIEventTypePresses
UIFocus.h (Added)
Added UIFocusEnvironment
Added UIFocusGuide
Added UIFocusGuide.enabled
Added UIFocusUpdateContext
Added UIFocusHeading
Added UIFocusHeadingDown
Added UIFocusHeadingLeft
Added UIFocusHeadingNext
Added UIFocusHeadingPrevious
Added UIFocusHeadingRight
Added UIFocusHeadingUp
UIFocusAnimationCoordinator.h (Added)
UIGestureRecognizer.h
UIGestureRecognizerSubclass.h
UIImagePickerController.h
UIKitDefines.h
Added #def UIKIT_AVAILABLE_IOS_TVOS
Added #def UIKIT_AVAILABLE_IOS_WATCHOS_TVOS
Added #def UIKIT_AVAILABLE_TVOS_ONLY
UIPresentationController.h
Modified UIPresentationController
Protocols | |
---|---|
From | UIAppearanceContainer, UIContentContainer, UITraitEnvironment |
To | UIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UITraitEnvironment |
UIPress.h (Added)
Added UIPress
Added UIPress.force
Added UIPress.phase
Added UIPress.responder
Added UIPress.timestamp
Added UIPress.type
Added UIPress.window
Added UIPressPhase
Added UIPressPhaseBegan
Added UIPressPhaseCancelled
Added UIPressPhaseChanged
Added UIPressPhaseEnded
Added UIPressPhaseStationary
Added UIPressType
Added UIPressTypeDownArrow
Added UIPressTypeLeftArrow
Added UIPressTypeMenu
Added UIPressTypePlayPause
Added UIPressTypeRightArrow
Added UIPressTypeSelect
Added UIPressTypeUpArrow
UIPressesEvent.h (Added)
UIResponder.h
UIScreen.h
Added UIScreen.focusedView
Added UIScreen.supportsFocus
UISearchContainerViewController.h (Added)
UISearchController.h
UITableView.h
UITableViewCell.h
UITouch.h
Added UITouch.altitudeAngle
Added UITouch.type
Added UITouchProperties
Added UITouchPropertyAltitude
Added UITouchPropertyAzimuth
Added UITouchPropertyForce
Added UITouchPropertyLocation
Added UITouchType
Added UITouchTypeDirect
Added UITouchTypeIndirect
Added UITouchTypeStylus
UIView.h
Added UIView.focused
Modified UIView
Protocols | |
---|---|
From | NSCoding, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UITraitEnvironment |
To | NSCoding, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UITraitEnvironment |
Modified -[UIView viewWithTag:]
Declaration | |
---|---|
From | - (UIView * _Nullable)viewWithTag:(NSInteger)tag |
To | - (__kindof UIView *)viewWithTag:(NSInteger)tag |
UIViewController.h
Modified UIViewController
Protocols | |
---|---|
From | NSCoding, UIAppearanceContainer, UIContentContainer, UITraitEnvironment |
To | NSCoding, UIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UITraitEnvironment |