Documentation Archive Developer
Search

UIKit Changes for Objective-C

UIKit

UIApplicationShortcutItem.h

UICollectionView.h

UIControl.h

UIDevice.h

UIEvent.h

UIFocus.h (Added)

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

Protocols
FromUIAppearanceContainer, UIContentContainer, UITraitEnvironment
ToUIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UITraitEnvironment

UIPress.h (Added)

UIPressesEvent.h (Added)

UIResponder.h

UIScreen.h

UISearchContainerViewController.h (Added)

UISearchController.h

UITableView.h

UITableViewCell.h

UITouch.h

UIView.h

Modified UIView
Protocols
FromNSCoding, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UITraitEnvironment
ToNSCoding, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UITraitEnvironment

Declaration
From
- (UIView * _Nullable)viewWithTag:(NSInteger)tag
To
- (__kindof UIView *)viewWithTag:(NSInteger)tag

UIViewController.h

Protocols
FromNSCoding, UIAppearanceContainer, UIContentContainer, UITraitEnvironment
ToNSCoding, UIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UITraitEnvironment