UIKit tvOS 15.0 Beta 4 to Beta 5 API Differences

UIButtonConfiguration.h
Added +[UIButtonConfiguration borderlessButtonConfiguration]
Added +[UIButtonConfiguration borderedButtonConfiguration]
Added +[UIButtonConfiguration borderedTintedButtonConfiguration]
Added +[UIButtonConfiguration borderedProminentButtonConfiguration]
Added UIButtonConfiguration.activityIndicatorColorTransformer
Added -[UIButtonConfiguration setDefaultContentInsets]
Added UIButtonConfiguration.automaticallyUpdateForSelection
UIImage.h
Removed +[UIImage systemImageNamed:variant:]
Removed +[UIImage systemImageNamed:variant:withConfiguration:]
Removed +[UIImage imageNamed:variant:]
Removed +[UIImage imageNamed:variant:withConfiguration:]
Removed -[UIImage imageByApplyingVariant:]
Removed -[UIImage imageByApplyingVariantFromImage:]
Removed -[UIImage imageByRemovingVariant]
UIImageVariants.h
Removed UIImageVariant
Removed UIImageVariantNone
Removed UIImageVariantCircle
Removed UIImageVariantSquare
Removed UIImageVariantRectangle
Removed UIImageVariantSlash
Removed UIImageVariantFill
UIKitDefines.h
Added #def UIKIT_HAS_UIFOUNDATION_SYMBOLS
UIPasteboard.h
Removed UIPasteboardDetectionPatternAddress
Removed UIPasteboardDetectionResult
Removed UIPasteboardDetectionResult.matchedString
Removed UIPasteboardDetectionResult.matchedRange
Removed UIPasteboardDetectionResultLink
Removed UIPasteboardDetectionResultLink.url
Removed UIPasteboardDetectionResultPhoneNumber
Removed UIPasteboardDetectionResultPhoneNumber.phoneNumber
Removed UIPasteboardDetectionResultPhoneNumber.label
Removed UIPasteboardDetectionResultEmailAddress
Removed UIPasteboardDetectionResultEmailAddress.emailAddress
Removed UIPasteboardDetectionResultEmailAddress.label
Removed UIPasteboardDetectionResultAddress
Removed UIPasteboardDetectionResultAddress.street
Removed UIPasteboardDetectionResultAddress.city
Removed UIPasteboardDetectionResultAddress.state
Removed UIPasteboardDetectionResultAddress.postalCode
Removed UIPasteboardDetectionResultAddress.country
Removed UIPasteboardDetectionResultCalendarEvent
Removed UIPasteboardDetectionResultCalendarEvent.allDay
Removed UIPasteboardDetectionResultCalendarEvent.startDate
Removed UIPasteboardDetectionResultCalendarEvent.startTimeZone
Removed UIPasteboardDetectionResultCalendarEvent.endDate
Removed UIPasteboardDetectionResultCalendarEvent.endTimeZone
Removed UIPasteboardDetectionResultShipmentTrackingNumber
Removed UIPasteboardDetectionResultShipmentTrackingNumber.carrier
Removed UIPasteboardDetectionResultShipmentTrackingNumber.trackingNumber
Removed UIPasteboardDetectionResultFlightNumber
Removed UIPasteboardDetectionResultFlightNumber.airline
Removed UIPasteboardDetectionResultFlightNumber.flightNumber
Removed UIPasteboardDetectionResultMoneyAmount
Removed UIPasteboardDetectionResultMoneyAmount.currency
Removed UIPasteboardDetectionResultMoneyAmount.amount
Added UIPasteboardDetectionPatternPostalAddress