UIKit tvOS 14.0 Beta 1 to Beta 2 API Differences

UIAccessibilityCustomAction.h
Added -[UIAccessibilityCustomAction initWithName:image:target:selector:]
Added -[UIAccessibilityCustomAction initWithAttributedName:image:target:selector:]
Added -[UIAccessibilityCustomAction initWithName:image:actionHandler:]
Added -[UIAccessibilityCustomAction initWithAttributedName:image:actionHandler:]
Added UIAccessibilityCustomAction.image
UICollectionLayoutList.h
Declaration
From@property (nonatomic) UIColor *backgroundColor
To@property (nonatomic, strong) UIColor *backgroundColor

UIConfigurationColorTransformer.h
Added UIConfigurationColorTransformerPreferredTint
Added UIConfigurationColorTransformerMonochromeTint
UIFocus.h
Declaration
From@property (nonatomic, readonly) id<UIFocusItemContainer> focusItemContainer
To@property (nonatomic, readonly, strong) id<UIFocusItemContainer> focusItemContainer

Declaration
From@property (nonatomic, readonly) id<UICoordinateSpace> coordinateSpace
To@property (nonatomic, readonly, strong) id<UICoordinateSpace> coordinateSpace

UIListContentConfiguration.h
Added UIListContentView.textLayoutGuide
Added UIListContentView.secondaryTextLayoutGuide
Added UIListContentView.imageLayoutGuide
UIListContentTextProperties.h
Added UIListContentTextTransform
Added UIListContentTextTransformNone
Added UIListContentTextTransformUppercase
Added UIListContentTextTransformLowercase
Added UIListContentTextTransformCapitalized
Added UIListContentTextProperties.transform
UIPasteboard.h
Added UIPasteboardDetectionPatternNumber
UISplitViewController.h
Added UISplitViewController.preferredPrimaryColumnWidth
Added UISplitViewController.preferredSupplementaryColumnWidth
Added -[UISplitViewControllerDelegate splitViewControllerInteractivePresentationGestureWillBegin:]
Added -[UISplitViewControllerDelegate splitViewControllerInteractivePresentationGestureDidEnd:]